jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
283 stars 240 forks source link

Invalid Executable. The executable 'APPNAME.app/Frameworks/GiphyUISDK.framework/GiphyUISDK' contains bitcode. #252

Open bhavins13 opened 1 month ago

bhavins13 commented 1 month ago

Getting this error message when trying to upload an App using this package to the App Store.

I am 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

JitsiMeetSDK (10.2.1): Giphy (= 2.2.4) JitsiWebRTC (~> 124.0)

Could you please disable the bitcode in the GiphyUI SDK, or provide a step-by-step guide to do so?

Screenshot 2024-10-01 at 7 30 56 PM
saghul commented 1 month ago

We'll release an updated SDK with a fixed dependency.

bhavins13 commented 1 month ago

Hello Team,

Is there any update on the above issue? Please let us know when you plan to release an updated SDK with a fixed dependency.

saghul commented 1 month ago

We have fixed it in master and are waiting on a fix to make a new release.

bhavins13 commented 1 month ago

Hello Team,

It's good to hear that you fixed it in master. Please let us know when you plan to make a new release.

Lukaalishi commented 3 weeks ago

The executable 'APPNAME.app/Frameworks/GiphyUISDK.framework/GiphyUISDK' contains bitcode. any updates for this ?

saghul commented 3 weeks ago

You can use this workaround: https://github.com/jitsi/jitsi-meet-flutter-sdk/issues/89#issuecomment-2416437390