I created a webview app with push notification using inappbrowser and ncmb-push in monaca, but it started successfully in monaca debugger and no error log.
Debug build fails with error.
Android can be built successfully and only IOS cannot be built.
Below is the error log.
**BUILD FAILED**
The following build commands failed:
CompileC Build/Intermediates/MonacaApp.build/Debug-iphoneos/MonacaApp.build/Objects-normal/armv7/AppDelegate+MonacaPushNotification.o MonacaApp/Plugins/mobi.monaca.plugins.MonacaBackend/AppDeregulate.mobile+Notification.NotablePractice.Notification
(1 failure)
Error executing command: xcodebuild
Build error—Error building project source code
Can someone please teach me?
ios monaca cordova
Looking at the error log, it looks like the MonacaBackend plug-in is built in.
The MonacaBackend plug-in and the Nifty plug-in compete, so I put both
If so, the build fails.
Why don't you remove the MonacaBackend plug-in?
Also, when you are asked questions, your Cordova version, all embedded plug-ins, and
I think it would be better to write about that version.
© 2024 OneMinuteCode. All rights reserved.