Reputation: 1176
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.
Upvotes: 1
Views: 99
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
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