xcodebuild says does not contain scheme

后端 未结 10 1580
天命终不由人
天命终不由人 2020-12-04 05:26

I have a curios issue.

I have a project that I\'ve worked on and always built from the XCode IDE, and it worked fine. Now I\'m setting up Bamboo to build the projec

10条回答
  •  庸人自扰
    2020-12-04 05:58

    Debug the issue like this:

    xcodebuild -list
    

    or if you are using a workspace (e.g. with pods)

    xcodebuild -workspace MyProject.xcworkspace -list
    

    If you scheme is not listed fix like so:

    enter image description here

提交回复
热议问题