How to open a .pbproj on Xcode?
Posted
by
Sagar
on Stack Overflow
See other posts from Stack Overflow
or by Sagar
Published on 2012-04-16T05:26:06Z
Indexed on
2012/04/16
5:29 UTC
Read the original article
Hit count: 445
I downloaded a sample code from the MAC OSX developer library and the code is the format of a .pbproj (Project builder) and im unable to open it on xcode.
I have tried the following without any luck:-
1) Rename FancyAbout.pbproj to Old.xcodeproj
2) Open Old.xcodeproj. Xcode will ask you to upgrade it. Save it as
FancyAbout.xcodeproj.
3) When the project opens, choose Project > Upgrade All Targets in
Project to Native... to upgrade to the Xcode build system
4) Build and run. It works.
I run a Mac 10.7.3 with Xcode on 4.3.2
Anyone have any suggestions on how i can get this running in xcode?
Thanks in advance!
© Stack Overflow or respective owner