1.Reveal4.0 破解版下載地址
2.Reveal4.0 界面
3.利用Xcode的Breakpoint 斷點加載Reveal Server
打開Xcode選擇 View → Navigators → Show Breakpoint Navigator.
在左側(cè)導航面板底部點擊 + 按鈕 選擇Symbolic Breakpoint.
3.配置Symbol Breakpoint
- 在Symbol輸入框 填上
UIApplicationMain
- 點擊 Add Action 按鈕, 設置為 Debugger Command.狀態(tài)
- 在下面文本框中復制粘貼下面代碼:
expr (Class)NSClassFromString(@"IBARevealLoader") == nil ? (void *)dlopen("/Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/RevealServer.framework/RevealServer", 0x2) : ((void*)0)
- 勾選 Automatically continue after evaluating actions.
4.右鍵當前斷點,選擇Move Breakpoint To → User.
4.運行項目
打開Reveal狼渊,Xcode運行項目就可以在Reveal中看到調(diào)試的項目了
注意:一定要開啟斷點,不然不會在Reveal中顯示
希望能幫到你們!