Skip to content

Commit

Permalink
fix: [SDK] Demo application compilation error for simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarik committed Apr 7, 2021
1 parent 64cbb4d commit f417c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ post_install do |installer|
if ['BMXCall', 'BMXCore', 'Alamofire', 'Japx', 'OAuthSwift'].include? target.name
target.build_configurations.each do |config|
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64'
config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64 i386'
end
end
end
Expand Down

0 comments on commit f417c44

Please sign in to comment.