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?
Asked
Active
Viewed 1,763 times
1 Answers
1
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.

vaughan
- 6,982
- 6
- 47
- 63
if possible, please file a bug report at [AppCode's public tracker](http://youtrack.jetbrains.com/issues/OC) and attach your xcodeproj files - we'll check what's wrong and what could be the reason. – Anton Makeev Aug 14 '13 at 10:30