-
Notifications
You must be signed in to change notification settings - Fork 91
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
🔧 Xcode 16 build fails due to OpenSSL-Universal dependancy #459
Comments
Tried to execute |
@chungcf2006 Did you do this inside an Expo project or a bare React Native one? |
Bare Reace Native Project |
@salieflewis for expo projects, you can fix this by pinning the OpenSSL version in your {
"expo": {
"plugins": [
"expo-build-properties",
{
"ios": {
"extraPods": [
{
"name": "OpenSSL-Universal",
"configurations": ["Release", "Debug"],
"modular_headers": true,
"version": "3.3.2000"
}
]
}
}
]
}
} make sure you also have |
That looks promising. Thank you for sharing. |
Any update on this? I am also having this issue. I see 0.7.5 is out, was this merging in this release? |
How were you trying to build the app?
After upgrading for Xcode 16, my app fails to build on iOS. This error comes from the OpenSSL-Universal dependancy. This dep has now been updated to not fail to build, as seen here: krzyzanowskim/OpenSSL@8729614#diff-7333bf151de6d987497db4c0be23e92a89841f5369d1e17b174bcc946c7a3c87
Solution is to upgrade the openssl version.
QuickCrypto Version
0.7.4
Target platforms
iOS
Operating system
MacOS
Can you build the QuickCrypto Example app?
I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
Additional information
The text was updated successfully, but these errors were encountered: