-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iPhone 11 Pro Crash - arm64e #253
Comments
So I tried adding the "arm64e" to the architectures build setting and when I tried to archive, the following error(s) came up:
|
This upgrades the uno-base-iOS-static package, now including arm64e build. Related: fuse-open#253
This upgrades the uno-base-iOS-static package, now including arm64e build. Related: fuse-open#253
Dependencies for |
Shweet man, hopefully 😄 |
Looks like Firebase is even waiting on Apple's official support: https://firebase.google.com/support/release-notes/ios#version_6210_-_march_24_2020 |
I had a test user report a crash very early in my app experience (they didn't get to main functionality yet), I noticed in the crash report that they were using a iPhone 11 Pro and that its architecture is arm64e, so I'm listing this here as I don't have an iPhone 11 Pro to test but I did find this article which may be the cause: https://developer.apple.com/documentation/security/preparing_your_app_to_work_with_pointer_authentication?language=objc
The text was updated successfully, but these errors were encountered: