My Xcode has gone mad. It gives me a lot of errors, about 17. But I'm sure all my code are correct. For example, I've written extern int ... in .h file, but still got this error "Use of undeclared identifier" in .m file. All the code which had gotten "Use of undeclared identifier" have been declared in .h file. Please help.Thanks
The problem is because of I have imported GameScene.m in other file instead of .h. I changed it and it works fine. I have a quetion about the rename of project. I've renamed the project and also Product -> Clean build folder. The project name changed completely except the path /Users/myname/Desktop/newname/oldname/. The "Upload to App Store" and "Validate" buttons are disabled when I Product ->Archive and I got the warning "The provisioning profile "iOS Team Provisioning Profile: oldBundleID" is expiring soon". Please help me. Thanks