Skip to content
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

Merged
merged 4 commits into from
Sep 21, 2018
Merged

XCode bitcode issue #300

merged 4 commits into from
Sep 21, 2018

Conversation

msohailhussain
Copy link
Contributor

No description provided.

@@ -1892,6 +1892,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
BITCODE_GENERATION_MODE = marker;
Copy link
Contributor

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?

Copy link
Contributor

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.

Copy link
Contributor

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?

Copy link
Contributor

@AbdurRafay AbdurRafay Sep 10, 2018

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

arafay-folio3 and others added 2 commits September 10, 2018 12:43
* 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
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.534% when pulling 70e246e on arafay/xcode10-bitcode into 6604759 on master.

@thomaszurkan-optimizely thomaszurkan-optimizely merged commit 550de99 into master Sep 21, 2018
@AbdurRafay AbdurRafay deleted the arafay/xcode10-bitcode branch September 24, 2018 07:03
AbdurRafay pushed a commit that referenced this pull request Sep 24, 2018
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants