使用Reveal调试iOS项目请看
JackerooChu的
Reveal iOS项目UI调试工具使用教程
今天升级了一下Reveal,报错
只需要做两步,一拷出新库,二黏贴覆盖旧库(或者删掉黏贴)
The operation couldn’t be completed. The app is linked against an older version of the Reveal library. You may need to update the Reveal library in your app.
1.Fine,既然都高亮让我点击show Reveal Library in Finder
了,直接点击,来到了
⌘ + C拷贝一下
2.在项目中打开左侧边栏中Pods项目中的Pods文件夹的RevealSDK,找到这个older version的framework,show in finder
3.把这个framework移到废纸篓(⌘ + delete)
4.黏贴上刚才拷贝的新库
5.OK,最后再重新run(⌘+R)一下你的项目,重新开一下Reveal
就可以在DISCOVERED下看到你的APP了
6.点击进入,OK看到了
END