-
Notifications
You must be signed in to change notification settings - Fork 199
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
Build failed for arm64e: Amplify.swiftmodule is not built for arm64e #3893
Comments
Hello, Thank you for posting this issue. Our team will take a look and post updates here. |
Thank you very much, I will be very attentive. That is a critical security point that my application must solve. |
Any Update...? |
This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you! |
Hey @CarlosJaimes, we don't have any updates to report at this moment. Since this is something that is currently not supported, I've tagged this as a feature request |
Any Update...? |
Describe the bug
When trying to build my iOS application for arm64e, the build fails with the error message:
Build failed because Amplify.swiftmodule is not built for arm64e. Please try a run destination with a different architecture.
I am following Apple's documentation for enabling Pointer Authentication (PAC) as per Apple's documentation. The error occurs after configuring the app to build with the arm64e architecture in Xcode and trying to archive the build.
The issue is preventing me from using security features provided by the arm64e architecture, and it seems that the current version of the Amplify framework is not compatible with this architecture.
Steps To Reproduce
Expected behavior
The application should build successfully for arm64e architecture without throwing errors. I expect AWS Amplify and its related modules to support the arm64e architecture to allow for Pointer Authentication (PAC) on newer devices.
Amplify Framework Version
2.42.1
Amplify Categories
API, DataStore
Dependency manager
Swift PM
Swift version
5.0
CLI version
12.12.6
Xcode version
16.0 (16A242d)
Relevant log output
Build failed because Amplify.swiftmodule is not built for arm64e. Please try a run destination with a different architecture.
Is this a regression?
Yes
Regression additional context
No response
Platforms
iOS
OS Version
17
Device
iPad Pro M4/ iPad Pro M2
Additional context
This issue prevents the app from building with arm64e, which is necessary to enable Pointer Authentication (PAC) as required for additional security on newer devices. We rely heavily on AWS Amplify for data synchronization, and this is a critical blocker for compliance with our security requirements.
The text was updated successfully, but these errors were encountered: