Titanium SDK 3.2 [ERROR] : Invalid “--ios-version” value “7.0” 7.0.3
问题 When I upgraded to titanium SDK version 3.2, I had an error when running on iOS says: titanium Invalid "--ios-version" value "7.0" Accepted values: 7.0.3, is there any possible way to solve this ? 回答1: I had the same issue. I were able to solve it by changing the tiapp.xml node changed <sdk-version>3.1.3.GA</sdk-version> to <sdk-version>3.2.0.GA</sdk-version> Hope this helps 回答2: minimum iOS version to work with Ti sdk 3.2.0 is 7 so you need to set iOS version to 7. you can do that by right