-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fix: Duplicated Signature issue with Xcode 15 #12022 #238
Conversation
b8e8220
to
6c2c4c0
Compare
6c2c4c0
to
76dd44c
Compare
@sarahsporck, before we merge this, let me confirm it is still necessary against SDK 10.2.0. |
c62f20d
to
72d4ed1
Compare
- chore: update changelog - fix: withoutSignatures should effect all builds
72d4ed1
to
f9be8b0
Compare
More details about the issue can be found here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice find!
Strange that this doesn't happen, when building the example repo 🤔
@sarahsporck, the example repo is a react-native app and not an expo app so it doesn't use the expo plugin. It's probably because the react-native app is using an older version of cocoapods? Or maybe < iOS 17? |
Thanks for the work everyone! |
🎉 This PR is included in version 10.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hey, I just updated to Xcode 16, and I got the issue with |
@marosstudenic are you using the latest v10 version? |
Sorry my mistake, I overlooked new version. It works now with new one. |
Description
The library fails in Expo with Xcode 15 due to CocoaPods/issues/12022
This PR addresses the issue by delete the duplicate signature file in the build phase.
Checklist
yarn lint:fix
in the root folderyarn test
in the root folderyarn generate
in the root folderCHANGELOG.md
index.d.ts
)/example
)