Skip to content

Commit d3d153a

Browse files
committed
Added missing flag for enabling bitcode
1 parent d3f529d commit d3d153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cocoapods-binary/rome/build_framework.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def build_for_iosish_platform(sandbox,
2626
other_options = []
2727
if bitcode_enabled
2828
other_options += ['OTHER_CFLAGS="-fembed-bitcode"']
29+
other_options += ['BITCODE_GENERATION_MODE=bitcode']
2930
end
3031
xcodebuild(sandbox, target_label, device, deployment_target, other_options)
3132
xcodebuild(sandbox, target_label, simulator, deployment_target, other_options + ["ARCHS=#{simulator_default_arch}",'ONLY_ACTIVE_ARCH=NO'])
@@ -135,4 +136,3 @@ def self.build_dir(sandbox_root)
135136

136137
end
137138
end
138-

0 commit comments

Comments
 (0)