Hello,
Please find below the steps that i am doing to run the compiled android project on xcode:
1- create a cocoa application project using xcode 3.
2 delete the main.m and the Mainmenu.nib and the projectname_prefix.pch and all the implemetation file directory.
3- Delete from the info.plist
<key>NSMainNibFile</key>
<string>MainMenu</string>
4- Add the src folder and the proejctname.xcodeproj folder and from resources folder the app folder without the sys folder since it contains the projectname-Info.plist
and when building i receive an error projectname_prefix.pch:nosuch file or directory.
And if i keep it i have 31 errors and 4 warnings :(
Is there anything missing in my steps please advice?
Thank you very much
|