-
Notifications
You must be signed in to change notification settings - Fork 33
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
Invalid Executable. The executable 'Runner.app/Frameworks/GiphyUISDK.framework/GiphyUISDK' contains bitcode. #89
Comments
What Xcode version are you using? Please share your Podfile.lock. This is odd, we have never run into this one! |
I am also experiencing this issue. After researching, I found that it's because Xcode 16 no longer supports BITCODE. I see that the GiphyUISDK developers have released a new version to fix this. In Podfile.lock
flutter doctor
|
Got to know! We will update the SDK. In the meantime, use Xcode 15 as a workaround if possible. |
Ping @Calinteodor |
I am also experiencing this issue. After researching, I found that it's because Xcode 16 no longer supports BITCODE. I see that the GiphyUISDK developers have released a new version to fix this. In Podfile.lock Giphy version in Podfile.lock is 2.2.4, while the latest is 2.2.11
|
Yes, we will be updating out dependency for the next version of the Jitsi Meet SDK. |
hello |
We are going to release an updated SDK soon. |
can you tell us when? can you release it today? we need it today please |
No I can't. It's also quite rude to ask people to work for free for you, and more so on a Sunday. You don't need it, use Xcode 15 to upload your app and the problem is avoided. |
when ? |
It is also very important for us. |
Please read this carefully and take it in consideration until a new release is available. There are many other important things that we are working on right now, that we also want to include. Thank you. |
I found a solution that works for me. I had to add this on Podfile
|
Good one! |
Getting this error message when trying to upload an App using this package to the App Store.
It seems like the GiphyUI SDK has bitcode enabled. Can this be disabled somehow?
The text was updated successfully, but these errors were encountered: