Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

remove iOS simulator plugins

I want to stop receiving this error message when I run my iPhone app in the simulator:

iOS Simulator 5.0 (v272) has not been tested with the plugin iPhone Simulator Capture 1.1.2 (v1). As a precaution, it has not been loaded. Please contact the plugin developer for further information.

I did install the iPhone Simulator Capture plugin a long time ago. Now I don't need or want this plugin.

I read the install script create-plugins-directory.sh from the github project for clues as to where the plugin might be. However the directories created by this script are empty. Perhaps the plugin is referenced in some plist used by the iOS Simulator. How can I uninstall this plugin and stop receiving the warning message?

like image 757
MrDatabase Avatar asked May 17 '26 06:05

MrDatabase


1 Answers

Did you check both /Library/Application Support/SIMBL/Plugins for all users and ~/Library/Application Support/SIMBL/Plugins for your active user?

Update 1 (not true anymore, see Update 2)

There is another potential method to solve your issue. Download the code from GitHub, and modify Info.plist key SIMBLTargetApplications/MaxBundleVersion value to the actual version of your simulator (272 per your question). Build the plugin yourself and put it in one of the path above (whichever your existing plugin is in).

Update 2

By checking the latest source code of the plugin, it seems that it doesn't have the upper limit of simulator version anymore. See change history on Info.plist in a commit 9 month ago. So I think you can just download the latest source, build and replace the existing plugin if you wanna go on using it.

like image 126
Hailei Avatar answered May 22 '26 09:05

Hailei



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!