使用Xcode 6存档应用程序时出现验证错误

使用Xcode 6存档应用程序时出现验证错误,xcode,xcode-6.2,Xcode,Xcode 6.2,我在使用Xcode 6.2归档我的应用程序时遇到了这个问题,这是我几天来一直试图解决的问题。。我可以在手机或模拟器上成功运行它。我还为它创建了配置文件 我还有什么需要解决的吗 证实 /用户/-/Library/Developer/Xcode/DerivedData/slindometer cndcxrakllqvfibksraeytztomxi/Build/Intermediates/ArchiveIntermediates/slindometer/InstallationBuildProduc

我在使用Xcode 6.2归档我的应用程序时遇到了这个问题,这是我几天来一直试图解决的问题。。我可以在手机或模拟器上成功运行它。我还为它创建了配置文件

我还有什么需要解决的吗

证实 /用户/-/Library/Developer/Xcode/DerivedData/slindometer cndcxrakllqvfibksraeytztomxi/Build/Intermediates/ArchiveIntermediates/slindometer/InstallationBuildProductsLocation/Applications/slindometer.app cd/用户/-/桌面/应用程序/倾角仪导出 PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin 导出产品类型=com.apple.PRODUCT-TYPE.application /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation /用户/-/Library/Developer/Xcode/DerivedData/slindometer cndcxrakllqvfibksraeytztomxi/Build/Intermediates/ArchiveIntermediates/slindometer/InstallationBuildProductsLocation/Applications/slindometer.app

dyld:未找到符号:_OBJC_CLASS_$\u DVTITunesConnectProxy 引用自: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation 预计在: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/../../../../../../../../../../SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation 在里面 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation 命令 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation 失败,退出代码为5


最后我用绕圈子的方法解决了这个问题。我不知道我的应用程序或设置出了什么问题。当我使用一个全新的应用程序进行测试时,归档文件会显示相同的错误消息。所以我猜Xcode中有些地方出了问题。我搜索到文件Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation 然后换了一个。然后在存档我的应用程序时没有错误消息