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.
解决方法 禁用BitCodeBuild Settings -> BitCode总结
以上是内存溢出为你收集整理的swift2 – Swift 2.0,Xcode 7问题全部内容,希望文章能够帮你解决swift2 – Swift 2.0,Xcode 7问题所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)