Has anyone had the experience with xCode where the Info.plist starts saying that
<br />
The Info.plist for application at /blah/blah/blah.app specifies device capability requirements, which are not met by iPhone<br />
Now, I understand what it's saying, except that there is nothing more than "accelerometer" and "opegles1" selected. I tried this on my usual development 2G and 3G but both give me the same message. I even created a new project from the Cocos 0.99.0 template TWICE. Each time I don't copy over my old Info.plist and I create a brand new one.
solved. Somehow the list itself was rejecting my iPhones. Which made no sense I suppose since none were actually checked. I had to delete the entire plist folder thing.