-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
I was testing the 0.8.1 osx release on osx 10.6.8 and xcode 4.2 and everytime I opened an xcode project it showed up empty.
The solution to this is to remove the file project.xcworkspace from inside the .xcodeproj
Xcode will rebuild the xcworkspace and it will work correctly. I guess that this is because of my old OS and those xcode projects were generate on a newer os.
On the other hand, if I create a new project using the project generator the newly created xcode project contains the project.xcworkspace file even if it is not inside the template project in scripts/osx/template so I guess that PG might be taking it's tamplate from somewhere else.
Hope someone can fix this in the release zip.
best