ViewInspector-Plugin-for-Xcode
Plugin for Xcode to integrate the Reveal and Spark Inspector to your project automatic(Without any modifications to your project).
Introduction
The ViewInspector Plugin works just like Instruments.
Plugins upgrade for new Xcode
Issue
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.
Contributors
Welcome to fork and PullRequest to do this better. We use issues to manage bugs and enhanced features.