作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我只是在之前的工作版本 7 上安装了新的 Xcode 8。
我尝试构建一个现有的 ObjC 应用程序并得到一个持久的链接器错误的奖励:
error: cannot parse the debug map for "/Users/---
Library/Developer/Xcode/DerivedData/Sunset3-
dejxrzrmfgomxxcrzloplmsozads/Build/Products/Debug-
iphonesimulator/Sunset3.app/Sunset3": No such file or directory
1) Reboot after install
2) Xcode Clean Project
3) Turn off bitcode build options
4) for good measure, I tried targeting into 9.0, 9.3, 10.0 - no difference in outcome
5) Also tried three different simulator targets
duplicate symbol _sharedPlaceDate in:
/Users/irampil/Library/Developer/Xcode/DerivedData/Sunset3-dejxrzrmfgomxxcrzloplmsozads/Build/Intermediates/Sunset3.build/Debug-iphonesimulator/Sunset3.build/Objects-normal/x86_64/ViewController.o
/Users/irampil/Library/Developer/Xcode/DerivedData/Sunset3-dejxrzrmfgomxxcrzloplmsozads/Build/Intermediates/Sunset3.build/Debug-iphonesimulator/Sunset3.build/Objects-normal/x86_64/GraphClass.old: 1 duplicate symbol for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
最佳答案
我遇到了同样的错误。对我来说,这就像删除一个框架并重新安装它一样简单。不太确定为什么会解决这个问题,但我的猜测是 Xcode 在两个不同的地方寻找相同的框架,所以通过删除它并重新添加它,它解决了这个问题。
关于linker-errors - Xcode 8 错误 : Cannot Parse the Debug Map : No such file or directory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39492198/
我是一名优秀的程序员,十分优秀!