欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

error: cannot parse the debug map for

程序员文章站 2022-07-14 23:43:29
...

今天使用cocoapods对项目中的第三方进行管理时,编译之后报错:

error: cannot parse the debug map for "/Users/wangbaoxiang/Library/Developer/Xcode/DerivedData/MJLMerchantsChatServerPush-dnxhkqmlnfwfsvbvdtrghucounwo/Build/Products/Debug-iphoneos/MJLMerchantsChatServerPush.app/MJLMerchantsChatServerPush": No such file or directory

经过各种搜索之后发现问题出在这里:

error: cannot parse the debug map for
此处的Debug Information Format中Debug的值需要选择为DWARF:

error: cannot parse the debug map for
错误成功解决。

相关标签: iOS cocoaPods