Xcode: No Scheme

前端 未结 19 2077
闹比i
闹比i 2020-12-02 07:28

I recently opened project in Xcode is now saying I have No Scheme: \"enter

<
相关标签:
19条回答
  • 2020-12-02 07:51

    This worked for me

    1. Click on No Scheme
    2. Click on Manage Scheme
    3. Click on Autocreate Schemes Now
    0 讨论(0)
  • If you are using pods and using the correct workspace what I found to work best is simply open up terminal run pod update restart Xcode and every time it fixed the problem for me.

    0 讨论(0)
  • 2020-12-02 07:54

    Close Xcode and delete the folder <username>.xcuserdatad from within <projectname>.xcodeproj/xcuserdata/. Then restart Xcode, the schemes should re-appear.

    EDIT: You may need to delete from .xcodeproj file and .xcworkspace file

    0 讨论(0)
  • 2020-12-02 07:55

    I will add to this answer::: From @Chris Miles.

    Close Xcode and delete the folder <username>.xcuserdatad from within <projectname>.xcodeproj/xcuserdata/. Then restart Xcode, the schemes should re-appear.

    Close Xcode, and everything, about ios development like simulators, then run again you pod install if you are using cocoa pods.

    That's works for me.

    0 讨论(0)
  • 2020-12-02 07:57

    In my case I missed }; in project.pbxproj after resolving conflicts

    0 讨论(0)
  • 2020-12-02 08:00

    I have Removed pod completely from my project and adding it again.. retrieved my target and all

    0 讨论(0)
提交回复
热议问题