Posts

Post not yet marked as solved
8 Replies
18k Views
The error, Could not find module for target 'x86_64-apple-ios-simulator'hi, I encountered a problem in the development, xcode latest version of the merged framework failed, several versions in succession, did not fix this bug. I use xcode script to execute the build and merge the framework, xcode10.1 is normal, from xcode10 The .1 and later versions until xcode11.0bete3 have this bug.Could not find module for target 'x86_64-apple-ios-simulator'Xcode10.2 started reporting this error. What are the changes to the latest version of xcode merged with the framework? The same framework project runs with xcode10.1, and the script merges the framework is no problem.My configuration information is as follows:Build Active Architecture Only NOValid Architectures armv7 armv7s arm64 arm64eI tried to create a framework with xcode10.1 and then run it on the latest version of xcode, but this has another problem:Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.1 compiler
Posted
by mff001.
Last updated
.