Hi there,
I am getting this error from the application up-loader when trying to upload to the app store:
The dwarfdump binary must exist and must be executable: /usr/bin/dwarfdump (-19036)
Does anyone know what causes this..?
Error uploading binary
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Error uploading binary
Kind Regards
Gary
https://www.doobox.co.uk
Gary
https://www.doobox.co.uk
Re: Error uploading binary
If anyone else experiences this, i found this to be the fix.
Create an alias in terminal:
Create an alias in terminal:
Code: Select all
sudo ln -s /Developer/usr/bin/dwarfdump /usr/bin/
Kind Regards
Gary
https://www.doobox.co.uk
Gary
https://www.doobox.co.uk