2

空の Phonegap/Cordava iOS プロジェクトには、約 10 個のリンクされたライブラリとフレームワーク (MediaPlayer、AddressBook など) があります。Core Location Framework のみを使用していますが、他のフレームワークを削除しようとすると、ビルドが失敗します。不要なプラグインとフレームワークを削除するにはどうすればよいですか?

4

1 に答える 1

3

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.

于 2012-07-10T10:01:43.080 に答える