Skip to content

Commit 30cbf7f

Browse files
committed
remove additional bicode flag
1 parent 33ae890 commit 30cbf7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/cocoapods-binary/rome/build_framework.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def build_for_iosish_platform(sandbox,
2424

2525
other_options = []
2626
if bitcode_enabled
27-
other_options += ['OTHER_CFLAGS="-fembed-bitcode"']
2827
other_options += ['BITCODE_GENERATION_MODE=bitcode']
2928
end
3029
xcodebuild(sandbox, target_label, device, deployment_target, other_options)

0 commit comments

Comments
 (0)