I’m getting a error in Xcode. It’s a Swift Compiler Error and the details of the error are error: could not find module ‘RuntimeKit’ for target ‘x86_64-apple-ios-simulator’; found: arm64, arm64-apple-ios
Anyone know how to fix?
@Jarc the Xcode export does not currently build for the simulator, so you’ll have to build for a real device
We used to support building to the simulator but Apple does not allow submission to the App Store if the libraries contain simulator slices. We need to find a workaround to this