Skip to content

Commit

Permalink
fix: fix Xcode14 build failure due to drop of armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg committed Jan 15, 2024
1 parent f95c6c2 commit 84941a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods-packager/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def static_linker_flags_in_sandbox
end

def ios_build_options
"ARCHS=\'#{ios_architectures.join(' ')}\' OTHER_CFLAGS=\'-fembed-bitcode -Qunused-arguments\'"
"ARCHS=\'$(ARCHS_STANDARD)\' OTHER_CFLAGS=\'-fembed-bitcode -Qunused-arguments\'"
end

def ios_architectures
Expand Down

0 comments on commit 84941a1

Please sign in to comment.