简体   繁体   中英

Support Swift in SDK with deployment target 7.0

I want to add Swift interface to an SDK. Deployment target of the SDK should be iOS 7.0 which means that we can't use a framework. Adding Swift files to a static library looks impossible too.

However, I see that there are SDKs (eg Crashlytics) that support 7.0 and have Swift interface. They look like static libraries, so how do they integrate Swift interface?

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