About IOS App Build Errors in monaca

Asked 2 years ago, Updated 2 years ago, 92 views

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

2022-09-30 16:29

1 Answers

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.


2022-09-30 16:29

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.