language: objective-cosx_image: xcode7.2script: xctool -project Projectname.xcodeproj -scheme Projectname build -sdk iphonesimulator
当Travis正在运行时,我遇到了这个错误:
解决方法 这个问题很容易解决:$xctool -project Projectname.xcodeproj -scheme Projectname build -sdk iphonesimulator
ERROR: Cannot find schemes. Please consIDer creating shared schemes in Xcode.
TIP: This might happen if you’re relying on Xcode to autocreate your schemes
and your scheme files don’t yet exist. xctool,like xcodebuild,isn’t able to
automatically create schemes. We recommend disabling “autocreate schemes”
in your workspace/project,making sure your existing schemes are marked as
“Shared”,and making sure they’re checked into source control.
转到项目方案,然后单击Manage Schemes …
为您的计划勾选共享
单击关闭,提交并按下.
问题解决了.现在特拉维斯没有问题.
I also wrote a post in my blog about Travis-CI.
总结以上是内存溢出为你收集整理的ios – Travis-CI与:错误:无法找到方案全部内容,希望文章能够帮你解决ios – Travis-CI与:错误:无法找到方案所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)