We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ae890 commit 30cbf7fCopy full SHA for 30cbf7f
lib/cocoapods-binary/rome/build_framework.rb
@@ -24,7 +24,6 @@ def build_for_iosish_platform(sandbox,
24
25
other_options = []
26
if bitcode_enabled
27
- other_options += ['OTHER_CFLAGS="-fembed-bitcode"']
28
other_options += ['BITCODE_GENERATION_MODE=bitcode']
29
end
30
xcodebuild(sandbox, target_label, device, deployment_target, other_options)
0 commit comments