react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

how to use bitcode when archive

Open xralphack opened this issue 4 years ago • 5 comments

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

xralphack avatar Jan 12 '21 09:01 xralphack

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

shrynshjn avatar Jan 13 '21 15:01 shrynshjn

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 [email protected] 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 .

razorRun avatar Jan 13 '21 20:01 razorRun

I just disabled bitcode...

xralphack avatar Jan 14 '21 03:01 xralphack

Hi @xralphack , Is it work when disabled bitcode?

ntquang98 avatar Nov 09 '21 05:11 ntquang98

@ntquang98 yes

xralphack avatar Nov 11 '21 00:11 xralphack