1
votes

I'm trying to remove the worklight settings on iOS. I've done "<worklightSettings include="false"/>" in my application-descriptior.xml under my iphone node. Then I deleted the iphone/native folder and regenerated it, but the settings still appear when I install the freshly generated native code from xcode. As I expected, the iphone/native folder does not contain a setting.bundle after building.

Worklight version 6.1.0.00-20131219-1900
Occurs on both iOS 6 and 7

1

1 Answers

1
votes

Make sure to Product > Clean the project in Xcode after the re-building in Eclipse.

If this somehow did not help, then:
Delete the app from the device / reset the iOS Simulator and re-run, then it will disappear. This is "cache residue" in the OS.