ava
ava

Reputation: 1176

Xcode Don't Open MyProject

when i click .xcworkspace file or .xcodeproj file foe opening my project Xcode always in the state of loading, and don't open my project, but i can open project file Separately. how can solve this issue.

enter image description here

Upvotes: 1

Views: 99

Answers (2)

andproff
andproff

Reputation: 221

Just another way without removing xcworkspace and reinstalling Pods: Open from Finder (use Show Package Contents) *.xcworkspace or/and *.xcodeproj and delete folder xcuserdata

Upvotes: 2

Ayman Karram
Ayman Karram

Reputation: 116

If you using the work space for CocaPods delete the .xcworkspace and delete the Drive data from your project then re create the xcworkspace by Pod install.

Upvotes: 2

Related Questions