Remove iOS plugins for simulators

I want to stop receiving this error message when starting the iPhone application in the simulator:

iOS Simulator 5.0 (v272) was not tested using the iPhone Simulator Capture 1.1.2 (v1) plugin. As a precaution, it was not loaded. For more information, contact the plugin developer.

I installed the plugin a iPhone Simulator Capturelong time ago. Now I do not need or need this plugin.

I read the installation script create-plugins-directory.shfrom the github project for tips on where the plugin might be. However, the directories created by this script are empty. Perhaps the plugin refers to some plist used by iOS Simulator. How to remove this plugin and stop receiving a warning message?

+3
source share
1 answer

Have you checked both /Library/Application Support/SIMBL/Pluginsfor all users and ~/Library/Application Support/SIMBL/Pluginsfor your active user?

Update 1 (no longer, see Update 2)

There is another potential solution to your problem. Download the code from GitHub and change the Info.plistkey value SIMBLTargetApplications/MaxBundleVersionto the actual version of your simulator (272 to your question). Create the plugin yourself and put it in one of the paths above (whatever your existing plugin is).

Update 2

, , . . Info.plist 9 . , , , .

+2

All Articles