关于iOS 创建自己的framework
PHP中文网
PHP中文网 2017-04-18 09:36:33
0
1
336
PHP中文网
PHP中文网

认证0级讲师

reply all(1)
PHPzhong

Did you see the error message? Your library does not have a minimum supported version set. The library supports at least 9.3, but your app supports at least 7.0, so it cannot be used.
Just set "Development Target" to 7.0 in the library's target settings.

In addition, if you are working on a framework, it is recommended to refer to this best practice https://github.com/jverkoey/i...

If you find it troublesome, you can use CocoaPods or Carthage, both of which are very convenient to build and use libraries. You only need to worry about writing code.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!