Skip to content
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.

Build problems #7

Closed
fjordansilva opened this issue Aug 12, 2014 · 2 comments
Closed

Build problems #7

fjordansilva opened this issue Aug 12, 2014 · 2 comments

Comments

@fjordansilva
Copy link

When trying to compile and run the project with the default options, I get this error:

PhaseScriptExecution Crashlytics\ Script /Users/fjordansilva/Library/Developer/Xcode/DerivedData/AmaroTest-dsdunwqxitzwvphcameumeafrebm/Build/Intermediates/AmaroTest.build/Debug_Staging-iphoneos/AmaroTest.build/Script-BDF1758318C3A844008BD9C6.sh
cd /Users/fjordansilva/Proyectos/Connectis/AmaroTest/Amaro/AmaroTest
/bin/sh -c /Users/fjordansilva/Library/Developer/Xcode/DerivedData/AmaroTest-dsdunwqxitzwvphcameumeafrebm/Build/Intermediates/AmaroTest.build/Debug_Staging-iphoneos/AmaroTest.build/Script-BDF1758318C3A844008BD9C6.sh

2014-08-12 13:40:03.194 run[7300:507] Crashlytics.framework/run 1.3.9
2014-08-12 13:40:03.220 run[7300:507]

Crashlytics: dSYM Error

Unable to process AmaroTest.app.dSYM at path /Users/fjordansilva/Library/Developer/Xcode/DerivedData/AmaroTest-dsdunwqxitzwvphcameumeafrebm/Build/Products/Debug_Staging-iphoneos/AmaroTest.app.dSYM
Make sure your project build settings are generating a dSYM file. DEBUG_INFORMATION_FORMAT should be set to dwarf-with-dsym for all configurations. This could also be a timing issue, make sure the Crashlytics run script build phase is the last build phase and no other scripts have moved the dSYM from the location Xcode generated it.

Command /bin/sh failed with exit code 1

@misterfifths
Copy link
Collaborator

Well, how about that. Thanks! Looking into it now.

@misterfifths
Copy link
Collaborator

Give that a shot. I had changed things recently so that debug builds didn't generate dsym files, in an attempt to cut down build times (see http://labs.spotify.com/2013/11/04/shaving-off-time-from-the-ios-edit-build-test-cycle/). But alas, Crashlytics wants those dsyms really bad.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants