【发布时间】:2015-12-29 14:17:04
【问题描述】:
我在使用 Xcode 6.2 归档我的应用程序时遇到了这个问题,我尝试解决了几天。我可以在手机或模拟器上成功运行它。我还为它创建了配置文件。
为了避免这种情况,我还有什么需要解决的吗?
验证 /Users/-/Library/Developer/Xcode/DerivedData/Inclinometer-cndcxrakllqvfibksraeytztomxi/Build/Intermediates/ArchiveIntermediates/Inclinometer/InstallationBuildProductsLocation/Applications/Inclinometer.app cd /Users/-/Desktop/apps/Inclinometer 导出 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" 导出 PRODUCT_TYPE=com.apple.product-type.application /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation /Users/-/Library/Developer/Xcode/DerivedData/Inclinometer-cndcxrakllqvfibksraeytztomxi/Build/Intermediates/ArchiveIntermediates/Inclinometer/InstallationBuildProductsLocation/Applications/Inclinometer.app
dyld:未找到符号:_OBJC_CLASS_$_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 /DVT基金会 在 /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 失败
【问题讨论】: