xcode - How to remove unused frameworks and libraries form Phonegap iOS project? -


In the empty PhoneGrap / Cordba iOS project, there are about 10 linked libraries and frameworks (media player, address book, etc.).

I am using only Core Location Framework and when I try to delete others, the build fails. How do I remove plugins and frameworks, which are not necessary?

You can try deleting them in your "YourAppName / Assistant files / Cordova.Plist". When you open the file in Xcode, you will see a dictionary "plugins". You can remove unused frameworks by removing the strings in the dictionary.

Comments