razorRun / react-native-vlc-media-player

React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player
https://roshan.digital/
MIT License
357 stars 186 forks source link

how to use bitcode when archive #53

Open xralphack opened 3 years ago

xralphack commented 3 years ago

I did enable bitcode in my react-native root project, the following error show when I "archive" the ios part

ld: bitcode bundle could not be generated because 'xxx/ios/Pods/MobileVLCKit/MobileVLCKit.framework/MobileVLCKit(VLCEmbeddedDialogProvider.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build file 'xxx/ios/Pods/MobileVLCKit/MobileVLCKit.framework/MobileVLCKit' for architecture armv7

shrynshjn commented 3 years ago

Hi, did you find a solution for this yet? Having the same problem

razorRun commented 3 years ago

From the memory it does not work when you turn on the bit coding

On Thu, 14 Jan 2021 at 4:21 AM, Shreyansh Jain notifications@github.com wrote:

Hi, did you find a solution for this yet? Having the same problem

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/razorRun/react-native-vlc-media-player/issues/53#issuecomment-759518007, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFB72EGXESCZKGKXQEKNGF3SZW26TANCNFSM4V64NS4Q .

xralphack commented 3 years ago

I just disabled bitcode...

ntquang98 commented 3 years ago

Hi @xralphack , Is it work when disabled bitcode?

xralphack commented 3 years ago

@ntquang98 yes