We are back to the past.. recently I update my Intel XDK to the new version OSX 2548, because the client request some changes to the application, the application is already in Production but now when I try to perform some changes I get the same error that I had before
Can't find variable: intel
Then I uninstall all the plugins and Install again by the new method in this version and now I get the error attached.
Please I need help ASAP with this issue because the application is already in Production and I need only perform some changes to the design and not to the functionality.
链接已复制
We pushed some changes to production yesterday that may have been pushed while you were trying to build which is why this might have happened.
I see you were able to build your app a few times last night, so I am going to guess that you got this built?
Based on your previous image, it appears the intel.xdk.device plugin is being included. How are you including it? Using the plugin interface or the additions file? If its the additions file, remove it from there and use the plugin interface to add it.
What other plugins are you including?
Any 3rd party that could be causing a linking issue?
When I include them, it looks like this in the build log:
- Plugin "org.apache.cordova.device" (0.2.13) installed.
- Plugin "intel.xdk.device" (1.2.5) installed.
From what I can see in the logs, you ARE including plugins via the additions file.
Please remove any entry you have in the additions file, then add the plugins you wish to use via the GUI in the XDK.
Hi John, thank you by your answer but let me tell you that I never include plugins manually, because as you can see in the image all the plugins are included by your GUI and my additions file only contain this.
<access origin="tel:*" launch-external="yes"/>
<access origin="geo:*" launch-external="yes"/>
<access origin="mailto:*" launch-external="yes"/>
<access origin="sms:*" launch-external="yes"/>
<access origin="market:*" launch-external="yes"/>
<access origin="skype:*" launch-external="yes"/>
