Xcode won't let me create a new project

2020-07-24 03:30发布

问题:

I'm trying to create a new project but it won't let me proceed to to the next window after I have named my project and selected the language. I have attached screenshots.

http://imgur.com/a/z99vC

As you see in the last picture it won't let me go "Next". I think that's the window where I'm suppose to save the project into a folder. Please help me solve this problem. I am new to Xcode. Thanks.

EDIT: I can create files and workspaces but whenever I create projects this happens.

回答1:

Solution: run this code in the terminal

defaults delete com.apple.dt.Xcode 

It will reset all xcode settings.



标签: xcode macos