I am creating an IOS app that uses the AllJoyn library. The alljoyn_darwin xcode project provided with AllJoyn to build the AllJoyn does not have all of the options in the build settings that I have on my xcode project for my app. The enable bit code option in the AllJoyn project is not there.
I have tried to add the user defined setting ENABLE_BITCODE
and set it to YES
however this has had no effect.
Is there a way to build the AllJoyn libraries for iOS with bitcode enabled?