Skip to content

Commit

Permalink
fix: fix xcode build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Mar 31, 2024
1 parent 1949841 commit ffc0bf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ target 'OneKeyWallet' do
end
end
else
# Enable the workaround below if you need flipper
__apply_Xcode_12_5_M1_post_install_workaround(installer)
# workaround for Xcode 14.3
__apply_Xcode_14_3_RC_post_install_workaround(installer)
__xcode_15_workaround(installer)
end
end
Expand Down

0 comments on commit ffc0bf6

Please sign in to comment.