How do I resolve the warning about the difference between monaca's ios debugger and project's cordova version?

Asked 2 years ago, Updated 2 years ago, 86 views

When starting a project in the debugger, the following warning appears:
Is there any way to resolve it?
The cause of this warning is unknown at this time, but it does not start debugging.

"The Cordova version of the project does not match the debugger, so successfully
It may not work."

Project Version: 3.5.1 or 4.1.0
 (Only the above two versions were allowed to switch versions.)
Debugger version installed on ios8: 3.7.0
 (This is the latest version debugger as of March 29, 2015)

ios monaca

2022-09-30 19:01

2 Answers

I have seen this error in the past, but in my case, I solved it by updating the project from Cordova 2.9 to Cordova 3.5 on the Monaca dashboard.Also, as Sieg said, the latest version of Monaca debugger is 3.2.0. (as of April 3, 2015)

Isn't the Cordova version of Tuchi's project really 2.9?


2022-09-30 19:01

Excuse me from the side.

Debugger version installed on ios8: 3.7.0
 (This is the latest version debugger as of March 29, 2015)

The debugger version is 3.2.0, and the Cordova version is 3.7.0, which can be found in the "Other" > "Debugger Information" from the three upper left marks of the debugger.

If you look at Monaca Debugger's 3.2.0 "New Features" in the App Store, it says "Updated to Cordova 4.1.2 Base" as of January 24, 2015.However, "Other" > "Debugger Information" says 3.7.0, so I don't know what it means at all.

I am troubled by the fact that the preview works, but the debugger does not.

First of all, I would like to resolve "The Cordova version of the project does not match the debugger, so it may not work properly." and isolate whether the Cordova version is a problem or not.

Dear Monaca insiders, could you please check the differences between this version?


2022-09-30 19:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.