XCode can not open .xcworkspace but AppCode can [cause CocoaPods]

1.7k Views Asked by At

I used CocoaPods in my project, after creating the project it can be opened by both XCode and AppCode correctly, then I wrote the code in AppCode for a few days, today I want to use XCode to open the .xcworkspace file but fail,XCode just displayed .xcodeproj file , I can not watch the whole project. Anyone meet the same problem?

1

There are 1 best solutions below

1
On

I had a similar issue. The issue was that all toolbars and panels were hidden. In XCode Went to View > Show Toolbar etc. which fixed it.

Might not be the same problem but worth mentioning I think.