Xcode调试App至真机时,提示:Could not inspect the application package

问题:Xcode调试App至真机时,提示:Could not inspect the application package

图示:

Xcode调试App至真机时,提示:Could not inspect the application package 

 解决:因为这种问题出现的可能性比较多(比如plist位置不对,Resource目录名重复,framework冲突等),只分享我这边的解决方案:

Xcode调试App至真机时,提示:Could not inspect the application package

 

 

 自己手贱在第三方SDK接入时,手动添加了.framework到Embedded Binaries. 

 解决方法:去掉Embedded Binaries下的.framework 只在Linked里面添加即可。

Xcode调试App至真机时,提示:Could not inspect the application package

上一篇:LeetCode 54.螺旋矩阵


下一篇:axios同时发送多个或不定量的请求,并等待所有请求完毕后操作