问题
I am getting this error when using titanium and trying to run my app on iOS simulator . I could do it before. My SDK version is 7.5.0.GA. How can I make it fine?
I use the command below to build my app:
ti build -p ios -T simulator
回答1:
7.5.0.GA is from 2018. I strongly recommend updating the SDK to the latest (currently 9.0.3.GA) to make your app work again with the latest simulators and be able to push it to the app store. Check: https://wiki.appcelerator.org/display/guides2/Titanium+Compatibility+Matrix#TitaniumCompatibilityMatrix-iOS for a compatibility chart
来源:https://stackoverflow.com/questions/62417189/unable-to-find-any-xcode-installations-that-supports-ios-simulator-13-2-2