My cocos2d iOS game code compiles and runs without error in Xcode 4.2.1 but Xcode 4.3 beta 2 stops with “No newline at end of file” error. the error is in many coco2d files.
What should I do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can disable this in the Project Settings > Build Settings, under the “Apple LLVM compiler 3.1 warnings” set “Missing Newline At End Of File” to “No”.