Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
iOS custom debugger log
-
cant get custom debugger to build with XCode 8
here is logs
https://pastebin.com/1qaEAZdRconfig file
https://pastebin.com/4512VafHthanks,
would be nice if there was a small tutorial for common error codes during custom debugger builds and what common mistakes beginners make. Whether it would be in the config.xml file or out of date plugins or out of date versions of iOS etcthanks,
eric
-
Hi Eric,
I briefly checked your project and found that it is a Vuejs project? If so, please note that you can’t run a Vuejs project on Monaca Cloud IDE because it requires to transpire the source code which is not available on Monaca Cloud IDE. Please use Monaca CLI to test your Vuejs project. Moreover, your project configuration is very strange such as:
- Your configuration file is not a typical
config.xml
file inside a Monaca project. Please create a new project and see the sampleconfig.xml
there. - Under the
Cordova Plugins
section, you had twoCustom config
plugins. Why? - You already added the
cordova-plugin-ios-camera-permissions
plugin within theCordova Plugins
section. But you also include this addition of the plugin within yourconfig.xml
file. Please omit this part.
- Your configuration file is not a typical