最近发现弹出系统分享的时候会崩溃,也没有提示崩溃的位置,要疯!!!!
只能找线上版本源程序做对比,最后发现是这个问题导致的,啊啊啊啊啊啊啊啊!!!!
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>jiguang</string>
<key>CFBundleURLSchemes</key>
<array>
<string>jiguang-89dca2b803d626108aec4005</string>
</array>
</dict>
Info.plist文件中
![](https://img.haomeiwen.com/i1024015/75c53866ea812422.png)
![](https://img.haomeiwen.com/i1024015/e6d73b95cb22e5b5.png)
.plist文件中删除掉 ’jiguang‘ 就没问题了!!!
网友评论