Error uploading binary

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
doobox
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 284
Joined: Tue May 24, 2011 11:47 pm

Error uploading binary

Post by doobox » Tue Jul 05, 2011 11:40 am

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..?
Kind Regards
Gary

https://www.doobox.co.uk

doobox
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 284
Joined: Tue May 24, 2011 11:47 pm

Re: Error uploading binary

Post by doobox » Tue Jul 05, 2011 12:58 pm

If anyone else experiences this, i found this to be the fix.
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

Post Reply