Plugin for Xcode to integrate the Reveal and Spark Inspector to your project automatic(Without any modifications to your project).
The ViewInspector Plugin works just like Instruments.
可以使用 https://github.com/dhcdht/XcodeHelper 管理和自动升级插件
-
When using
Inspect ith Reveal
, if your simulator can't lanuch within 5 seconds, it's will alert an error. Thus, you can alse use Debug->Attach to Reveal
after your app launched. -
If the plugin is not successfully loaded, it's possible your Xcode version is not supported, Add the build UUIDs for the versions of Xcode you wish to support to
DVTPlugInCompatibilityUUIDs
inInfo.plist
.You can get the UUID with this command
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
, run it in termial.
Welcome to fork and PullRequest to do this better. We use issues to manage bugs and enhanced features.