dd-sdk-reactnative
dd-sdk-reactnative copied to clipboard
Bitcode support
Is your feature request related to a problem? Please describe.
Yeah, Testflight reports that bitcode is not supported for my app since i added dd-sdk-reactnative
Describe the solution you'd like Add bitcode to the native part of the iOS library
Describe alternatives you've considered
Right now, I am forced to uncheck Include bitcode for iOS content
Additional context No
Hello @devproivansurzhenko 👋 thanks for reaching us 🙂. We need to get some more information to investigate this.
- Could you please share the exact error / warning message you're receiving when submitting the app with
Include bitcode for iOS content
selected? - Could you make sure if Bitcode is enabled in your
*.xcodeproj

Error appears as a notification from TestFlight:
Also, binary marked as Invalid:
Also, validation is failing.
Everything is fine:
- without any action point for code before DD integration
- if disable bitecode (at uploading to testflight) for branch with the integrated
dd-sdk-reactnative
I will double-check proj settings in a couple of hours
Tested with beta2. Same thing.
My proj settings:
Ah.... Pod project (that appears after pod install
) contains No
for Enable Bitcode
... I am digging
interesting. bicode is disabled even at code before DD integration. However, it uploads fine with bitcode.
Any ideas where I can look more details?