In the new version of Xcode12.0, using the old computer to compile the project will find that the previously compiled project will report an error on the emulator,
This is because Apple is about to release a new Mac using ARM instruction set. When using the new Mac, you will need to use instruction set like x86_64, but you can execute code using the same instruction set as the iPhone. So in the new version of Xcode 12, the default support for emulator instruction set is dropped, only the Build Setting is required –>; User-Defined–> The VALID_ARCHS manually add the instruction set for the simulator.
This is because Apple is about to release a new Mac using ARM instruction set. When using the new Mac, you will need to use instruction set like x86_64, but you can execute code using the same instruction set as the iPhone. So in the new version of Xcode 12, the default support for emulator instruction set is dropped, only the Build Setting is required –>; User-Defined–> The VALID_ARCHS manually add the instruction set for the simulator.
Read More:
- Xcode compilation error: failed to initiate service connection to simulator
- Mac compiles Doris with MVN and reports an error checkstyle
- Error reported by ISE simulator: ERROR:Simulator : 861 – failed to link the design solution
- Modelsim compiles vivado IP and reports error protection region
- ISE simulator reported an error: ERROR:Simulator : 861 – failed to link the design solution
- swift stdlib tool error is reported after xcode upgrade xcode9 1
- Could not find module ‘xxxxxxx‘ for target ‘arm64-apple-ios-simulator‘;
- Vscode compiles multiple files, compiles files in subfolders
- Jedis reports errors using tool classes
- [Solved] SpringBoot Integrating Oracle reports errors: ORA-12504, TNS:listener was not given the SID in CONNECT_DATA
- [Android] – Android studio + carefree simulator
- Reset power on password of lightning simulator
- IIS 7.5, ASP.NET MVC. HTTP error 500 (internal server error), but debugging does not enter the background, the browser only reports 500 errors
- Idea always reports errors when using “SVN” to associate projects Error:Cannot run Program “SVN” (in directory “path XXXXXX”): CreateProcess error = 2,
- Start react-native after updating Xcode11 and report an error: Unknown argument type ‘_attribute_’ in method -[RCTAppState getCurren
- Android studio simulator architecture choose arm or x86 to solve the problem of missing libraryexception
- Vs2017 compiles pcl1.8.1 with vtk8.0 and uses qt5.9.5
- Appium connecting to the ADB 5037 port of nocturnal simulator is occupied by itself
- Visual studio 2013 compiles vtk7.1.0
- Xcode12 error in compiling cocos2d [How to Solve]