In an empty Phonegap/Cordava iOS project, there are about 10 linked libraries and frameworks (MediaPlayer, AddressBook, etc). I am using only Core Location Framework and when I try removing the others, the build fails. How do I remove the the plugins and frameworks which are not necessary?
In an empty Phonegap/Cordava iOS project, there are about 10 linked libraries and frameworks
Share
You can try to remove them in your “YourAppName/Supporting Files/Cordova.plist”. When you open the file in Xcode you will see a Dictionary “Plugins”. You can remove unused Frameworks there by deleting the Strings in the Dictionary.