Xcode错误:无法解析调试映射:iOS App中没有此类文件或目录

时间:2017-03-17 17:53:11

标签: ios xcode

当我将针对iOS 7的Xcode 7编写的代码添加到现在针对iO9的代码的升级版本中时,我收到此错误

GenerateDSYMFile /Users/tobiomotayo/Library/Developer/Xcode/DerivedData/xxxx-crjhqevvqymedmbshmkkppicqbqn/Build/Products/Debug-iphonesimulator/xxxx.app.dSYM /Users/tobiomotayo/Library/Developer/Xcode/DerivedData/xxxx-crjhqevvqymedmbshmkkppicqbqn/Build/Products/Debug-iphonesimulator/xxxx.app/xxxx
cd /Users/tobiomotayo/Documents/Projects/xxxx-ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/tobiomotayo/Library/Developer/Xcode/DerivedData/xxxx-crjhqevvqymedmbshmkkppicqbqn/Build/Products/Debug-iphonesimulator/xxxx.app/xxxx -o /Users/tobiomotayo/Library/Developer/Xcode/DerivedData/xxxx-crjhqevvqymedmbshmkkppicqbqn/Build/Products/Debug-iphonesimulator/xxxx.app.dSYM

error: cannot parse the debug map for "/Users/tobiomotayo/Library/Developer/Xcode/DerivedData/xxxx-crjhqevvqymedmbshmkkppicqbqn/Build/Products/Debug-iphonesimulator/xxxx.app/xxxx": No such file or directory

我已经完成了Clean build,我删除了Derived数据,一旦我合并了旧源代码中的文件,它仍会显示。 我已经检查过我是否有重复的文件。我没找到任何东西。虽然有一些源控件已隐藏,所以我不得不重命名文件,以便没有重复,但我仍然得到错误。 现在我删除了视图控制器的内容并且它仍然显示,然后当我删除文件顶部的导入行时它没有显示。

0 个答案:

没有答案