Do you have deployment postprocessing turned on somewhere? DWARF
with dSYM doesn't work correctly if you have deployment
postprocessing turned on.
Are you sure? My Cocoa app uses that and it works.
Yes. There's a bug where Xcode always runs the GenerateDSYMFile build
phase even when it's not supposed to do that (it's supposed to run
only if the Link build phase previously ran), so if the binary was
already stripped by postprocessing, then the GenerateDSYMFile build
phase will always fail. I was able to work around the bug by adding a
shell script to the build process that touches one source code file,
so linking will always occur.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden