Open selvaa89 opened 6 years ago
I am also having this issue.
The only workaround I have found is to disabled SRI:
SRI: { enabled: false }
In my ember-cli-build.js
file.
I checked the sha256 and sha512 hashes in index.html and they seemed correct:
cat corber/cordova/platforms/ios/www/assets/my-app.js \
| openssl dgst -sha512 -binary | openssl enc -base64 -A
We are also seeing this. This breaks both our code-push deploys and our regular app-store releases. Disabling SRI as outlined above solves both issues. Passed app store review and able to code-push deploys again.
CSS files are not loading in iOS 11.3 since integrity check fails.