-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XCode bitcode issue #300
XCode bitcode issue #300
Conversation
@@ -1892,6 +1892,7 @@ | |||
isa = XCBuildConfiguration; | |||
buildSettings = { | |||
ALWAYS_SEARCH_USER_PATHS = NO; | |||
BITCODE_GENERATION_MODE = marker; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be embed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for debug build which should use "fembed-bitcode-marker" flag while compiling.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does, it automatically add embed because it isn't in the project file at all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. If you set BITCODE_GENERATION_MODE=marker, the files will be compiled using the flag -fembed-bitcode-marker
* master: this runs through the background and removes any experiments that are… (#302) Updating libraries based on SourceClear recommendation (#304) add credits for third party libraries (#299) # Conflicts: # OptimizelySDKUniversal/generated-frameworks/Release-iOS-universal-SDK/OptimizelySDKiOS.framework.zip # OptimizelySDKUniversal/generated-frameworks/Release-iOS-universal-SDK/OptimizelySDKiOS.framework/OptimizelySDKiOS
* master: refactor(EventBuilder): Moved decision service and bucketing from EventBuilder to Optimizely (#306) fix(datafile-parsing): Prevent SDK from initializing if the datafile … (#305) XCode bitcode issue (#300) Add missing nullable and nonnull annotations. Only log attribute not found if it is not found (#311) # Conflicts: # OptimizelySDKCore/OptimizelySDKCore/OPTLYEventBuilder.h # OptimizelySDKCore/OptimizelySDKCore/OPTLYEventBuilder.m # OptimizelySDKCore/OptimizelySDKCoreTests/OPTLYEventBuilderTest.m
No description provided.