Dear support,
I'm trying to get a handle on how easy it is to export my project to Xcode and work with it there, because I will have to build some functionality directly there, so I ran a test to explore issues and problems that might arise.
I export and adjust the Xcode project to the settings noted in this doc: http://blog.appery.io/2012/10/exporti...
I am using xCode 4.6.x
and the project will not compile. it throws these 2 errors, both "Semantic Issues":
org.apache.cordova.media-capture/CDVCapture.m:607:14:
error: property 'edgesForExtendedLayout' not found on object of type 'CDVAudioRecorderViewController *'
self.edgesForExtendedLayout = UIRectEdgeNone;
org.apache.cordova.media-capture/CDVCapture.m:607:39: error: use of undeclared identifier 'UIRectEdgeNone'
self.edgesForExtendedLayout = UIRectEdgeNone;
Looks like these are coming from the BarCode scanner plugin I used in appery.io
I note other discussions with Xcode "Semantic Issue" errors in this forum, but no clear answer on how to get past these. This is, obviously, a show stopper.
Thanks for your help!