Anyone else is experiencing this issue?
In between builds the cache entry in the intelxdk.config.ios.xml is lost for some reason. The check box remains checked against the Cordova settings->plugin->Cache but the associated entry in the xml file lost. I have to manually uncheck and re-check the plugin before every build.
<intelxdk:plugin intelxdk:name="Cache" intelxdk:value="intel.xdk.cache"/>
链接已复制
So if I understand this correctly, each time you launch the XDK your plugins you have selected are different than what you are expecting?
Go up a directory, and look at the config files, they are xml. Do the plugins you have selected appear in the xml files?
For me the plugin selections are correct, it is the contents of the config file that may be incorrect.
Un-Checking and checking the plugin re-adds the plugin entry to intelxdk.config.android.xml. I can develop new code, build or close and re-open the XDK and everything is still ok.
The plugin entry is only removed from the config xml file if i first visit the Emulate tab and then upload the latest project files to the build server. If i never visit the emulate tab the problem does not occur across restarts of the xdk.
