swift2 – Swift 2.0,Xcode 7问题

swift2 – Swift 2.0,Xcode 7问题,第1张

概述我从这里使用RAMAnimatedTabBarController模块: https://github.com/Ramotion/animated-tab-bar 我使用Xcode 6在swift 1.2中开发了我的整个应用程序,应用程序运行得很好.我想尝试使用带有swift 2.0的Xcode 7对我的应用程序进行“侧载”.我有太多的错误,我设法解决了大多数错误,但有三个. 1)来自该RAMAn 我从这里使用RAMAnimatedTabbarController模块:
https://github.com/Ramotion/animated-tab-bar

我使用Xcode 6在swift 1.2中开发了我的整个应用程序,应用程序运行得很好.我想尝试使用带有swift 2.0的Xcode 7对我的应用程序进行“侧载”.我有太多的错误,我设法解决了大多数错误,但有三个.

1)来自该RAMAnimatedTabbarController模块的这行代码抛出一个错误,说明在Xcode 6中完美编译时无法激发该函数:

var  constranints = NSLayoutConstraint.constraintsWithVisualFormat(formatString,options:NSLayoutFormatoptions.DirectionRightToleft,metrics: nil,vIEws: containersDict as [NSObject : AnyObject])

编译器错误是:

Cannot invoke ‘constraintsWithVisualFormat’ with an argument List of
type ‘(String,options: NSLayoutFormatoptions,vIEws:
[NSObject : AnyObject])’

2)抛出另一个异常错误:

linker command Failed with exit code 1 (use -v to see invocation)

3)另一个:

(null): error: cannot parse the deBUG map for
“/Users/Rakshith/library/Developer/Xcode/DerivedData/Blubot-heabwwmhqxxvctaabxkwcpgzsadx/Build/Intermediates/SwiftMigration/Blubot/Products/DeBUG-iphonesimulator/Blubottests.xctest/Blubottests”:
No such file or directory

我的项目究竟出了什么问题?它仍然设置为iOS 8.3.

解决方法 禁用BitCode

Build Settings -> BitCode
总结

以上是内存溢出为你收集整理的swift2 – Swift 2.0,Xcode 7问题全部内容,希望文章能够帮你解决swift2 – Swift 2.0,Xcode 7问题所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1008580.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-22
下一篇 2022-05-22

发表评论

登录后才能评论

评论列表(0条)

保存