Monaca Debug Build Does Not End

Asked 2 years ago, Updated 2 years ago, 119 views

I'm trying to debug build an application that I made with Monaca, but for iOS, it's still "Preparing to Build" and for Android, it's still "Build In Progress". No matter how long I wait, the build doesn't complete.
If it ends with a failure, there is still a way to find out the cause...
By the way, I have used the same app to debug build before, and I have already registered a certificate for iOS.
What is the cause of this condition?
Please give me some advice.

monaca build

2022-09-29 22:46

2 Answers

It appears to have been a build server failure.
If you think Monaca is behaving strangely, you should first check the fault information.
https://ja.monaca.io/headline/fault.html


2022-09-29 22:46

Have you deleted the default index page (initial file when creating the project)?
If you create your own index.html, the debugger will not be free.
Therefore, if you have deleted it, you must export the project, open the download folder, copy it, save it, recreate the new project, and leave the default page.You can add it to the index.


2022-09-29 22:46

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.