dd-sdk-reactnative icon indicating copy to clipboard operation
dd-sdk-reactnative copied to clipboard

Bitcode support

Open devproivansurzhenko opened this issue 3 years ago • 5 comments

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

devproivansurzhenko avatar Jun 30 '21 09:06 devproivansurzhenko

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
Screenshot 2021-07-01 at 15 51 34

ncreated avatar Jul 01 '21 13:07 ncreated

Error appears as a notification from TestFlight: Screenshot 2021-07-02 at 14 03 57

Also, binary marked as Invalid: Screenshot 2021-07-02 at 13 57 11

Also, validation is failing. Screenshot 2021-07-02 at 13 57 53

Everything is fine:

  1. without any action point for code before DD integration
  2. 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

devproivansurzhenko avatar Jul 02 '21 11:07 devproivansurzhenko

Tested with beta2. Same thing.

My proj settings: Screenshot 2021-07-05 at 14 17 58

devproivansurzhenko avatar Jul 05 '21 11:07 devproivansurzhenko

Ah.... Pod project (that appears after pod install) contains No for Enable Bitcode... I am digging

devproivansurzhenko avatar Jul 05 '21 11:07 devproivansurzhenko

interesting. bicode is disabled even at code before DD integration. However, it uploads fine with bitcode.

Any ideas where I can look more details?

devproivansurzhenko avatar Jul 05 '21 13:07 devproivansurzhenko