All,
if any of you are getting issues with the compiler/linker in Xcode with IOS7 using your export from Appery, there's a simple fix to get it to work.
Simply click on CordovaLib in your project,
then cordovaLib in the target and select Build Settings.
Then scroll down to architectures and for both debug and release change the
"any IOS SDK" option
from "Standard architectures (armv7)" to "Standard architectures (armv7, armv7s)"
rebuild the project and you will have no problems running it on a physical device.