美文网首页
___isPlatformVersionAtLeast

___isPlatformVersionAtLeast

作者: 传说中的汽水枪 | 来源:发表于2019-11-01 18:07 被阅读0次

制作了一个framework的给其他团队使用的时候出现了如下的打包错误:

image.png

定位到了相关代码跟@available有关

image.png

原因是使用Xcode11制作的,而其他团队是使用Xcode10打包的。

解决方案就是,使用Xcode10打包就可以了

参考
https://forums.developer.apple.com/thread/123003

相关文章

网友评论

      本文标题:___isPlatformVersionAtLeast

      本文链接:https://www.haomeiwen.com/subject/qorqbctx.html