简体   繁体   中英

Is it possible for Xcode 6 to display errors for iOS 7 compatibility?

I have Xcode 6 and the game I am writing crashes when I run it in the iOS7 simulator.

Yes, I can read the logs during runtime such as [SKEmitterNode nodeWithFileNamed:] doesn't exist in iOS 7. But it would be much nicer to see that this method doesn't exist when I'm typing it (also without having to look at the developers documentation) since I learned Sprite Kit on iOS 8.

I know you can do this if you change the SDK to iOS 7, but I've read numerous problems happens if you rig the project like that. Is there any other way to get errors or warning before runtime?

正是出于这个目的而创建了DeployMate应用程序。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM