0

i have disabled bitcode to NO in my project. Now in AppStore, the dysm download link is not showing. can we disable bitcode for specific SDK Please give suggestions

SREEKUTTY
  • 1
  • 2
  • Possible duplicate of [How to enable or disable bitcode for specific library or SDK in Xcode project](https://stackoverflow.com/questions/32947236/how-to-enable-or-disable-bitcode-for-specific-library-or-sdk-in-xcode-project) – zero3nna Aug 05 '19 at 08:55

1 Answers1

0

It's simple, you can't disable Bitcode for a SDK.
The SDK itself needs to be rebuild with Bitcode enabled/disabled if you want to use it with or without.

zero3nna
  • 2,770
  • 30
  • 28