Skip to content

Commit

Permalink
Resolved Appdelegate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AJAYJ-09 committed Jun 3, 2024
1 parent aa6e53a commit 8130818
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions react-native-in-app-payments-quickstart/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ target 'RNInAppPaymentsQuickstart' do
aggregate_target.user_project.native_targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['LIBRARY_SEARCH_PATHS'] = ['$(SDKROOT)/usr/lib/swift', '$(inherited)']
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.1'
config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = ''
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
config.build_settings['CODE_SIGNING_REQUIRED'] = 'NO'
end
end
aggregate_target.user_project.save
Expand Down

0 comments on commit 8130818

Please sign in to comment.