1. Add the following configuration
2. Add the following code to podfile
post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings['VALID_ARCHS'] = 'arm64 arm64e armv7 armv7s x86_64 i386' config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64' end end
3.pod install
Similar Posts:
- [How to Solve] diff: /../Podfile.lock: No such file or directo
- [Solved] xcode unbound variable: Command PhaseScriptExecution failed with a nonzero exit code
- How to solve the problem of diff: /. / podfile.lock: no such file or directory
- missing required architecture x86_64 in file
- CocoaPods could not find compatible versions for pod [How to Solve]
- React Native Project Run Error [How to Solve]
- [Solved] Error:java: error: release version 5 not supported & Switch Unrecognized String
- EnvironmentError: mysql_config not found
- Eclipse CDT launch failed.Binary not found [How to Solve]
- Error:java: javacTask: source release 8 requires target release 1.8