0

I have met this problem when archiving my app using Xcode 6.2 which I tried to solve for several days.. I can success in running it on my phone or the simulator. And I also created provisioning file for it.

Is there anything more I should fix to avoid it?

Validate /Users/-/Library/Developer/Xcode/DerivedData/Inclinometer-cndcxrakllqvfibksraeytztomxi/Build/Intermediates/ArchiveIntermediates/Inclinometer/InstallationBuildProductsLocation/Applications/Inclinometer.app cd /Users/-/Desktop/apps/Inclinometer export 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" export 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: Symbol not found: _OBJC_CLASS_$_DVTITunesConnectProxy
Referenced from: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation Expected in: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/../../../../../../SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation in /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation Command /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation failed with exit code 5

Mihriban Minaz's user avatar
Mihriban Minaz
3,0393 gold badges34 silver badges52 bronze badges
askedOct 1, 2015 at 13:38
Lynn_Yang's user avatar

1 Answer1

0

In the end I solved the problem by a walk-around method. I have no idea what was wrong with my app or settings. When I tested with a brand new app, the archive would show the same error message. So I guess something in Xcode was wrong. I searched to the file Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validationand changed it with another one. Then there is no error message when archiving my app.

answeredOct 9, 2015 at 8:00
Lynn_Yang's user avatar
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Sign up orlog in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

By clicking “Post Your Answer”, you agree to ourterms of service and acknowledge you have read ourprivacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.