链接器命令在Xcode 8上失败,退出代码为1(使用-v查看调用)

链接器命令在Xcode 8上失败,退出代码为1(使用-v查看调用),xcode,swift3,xcode8,twitter-fabric,mopub,Xcode,Swift3,Xcode8,Twitter Fabric,Mopub,出于某种原因,我的Xcode项目似乎找不到以下内容: ld: can't map file, errno=22 file, errno=22 file '/Users/me/Library/Developer/Xcode/DerivedData/project-cryxdhacrcpvujgnfbdgzfoxctjx/Build/Intermediates/ArchiveIntermediates/project/BuildProductsPath/Release-iphoneos' for a

出于某种原因,我的Xcode项目似乎找不到以下内容:

ld: can't map file, errno=22 file, errno=22 file '/Users/me/Library/Developer/Xcode/DerivedData/project-cryxdhacrcpvujgnfbdgzfoxctjx/Build/Intermediates/ArchiveIntermediates/project/BuildProductsPath/Release-iphoneos' for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

有人知道这个问题的解决方案吗?

您是否清理了项目并重新构建?然后转到DerivedData目录并删除其中的数据。是的,尝试了很多次。