简体   繁体   中英

xCode only shows iOS 8 folder in frameworks windows?

Why does the framework window in xcode only show the iOS8 folder? What if I want to support iOS 7?

在此处输入图片说明

Most of those frameworks will work with iOS 7 despite them being listed under a folder named iOS 8.1, they are simply the most up-to-date versions of those frameworks.

See the following link for a list of frameworks and the OS in which they were first available:

https://developer.apple.com/library/ios/documentation/Miscellaneous/Conceptual/iPhoneOSTechOverview/iPhoneOSFrameworks/iPhoneOSFrameworks.html

Notice that frameworks like "CloudKit" were introduced in iOS 8 and will cause problems when you try to build for your deployment target of iOS 7.

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