From: Elie H. <eli...@gm...> - 2010-11-04 10:49:48
|
Hello Again, I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. I compiled the project i got like 200 errors most of them of .h files : no such file ot directory Any suggestion ? Thank you ----- Original Message ----- From: Elie Haddad Sent: 11/03/10 09:04 PM To: Users, Xmlvm Subject: [xmlvm-users] building on xcode 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 |