I've had heaps of trouble importing OALSimpleAudio into my Cocos 2.X project.
The app is quite big.
What is the best way for me to import Cocos 3.0 into an existing project?
The final error looks like this:
This is what I've done so far:
The Cocos 3.0 Libraries stuff is brought into libs folder.
ARC flags are set for Cocos 3.0 files as this is a non-ARC project and Cocos 3.0 uses ARC.
Relevant frameworks used in Cocos 3.0 template put in for project.
Architecture problem appears when using simulator, complains for architecture i386. When I use an actual device (iPad) as opposed to simulator it complains for architecture armv7 in the exact same way as picture 3 above.