Re: iOS7.1
Posted: Wed Dec 17, 2014 7:59 pm
I think it is a standalone builder issue, as you mentioned in the other thread. Another user on these forums had the same problem when the printing library wasn't included in the build. Apparently there's a bug that doesn't include libraries when creating a standalone. If you are allowing the SB to search for inclusions, it may work to set the SB to manually include libraries instead.
The solution for the other user was to manually copy the missing library into the desktop standalone. But this won't work with a mobile app unless you re-sign the app after altering it. That isn't too hard to do but it is an extra step and you'll need to use Terminal or download a third-party re-signing app.
I couldn't find a bug report on the issue, so it would be good if someone submitted one.
EDIT: In the other thread, I was reminded that libURL isn't supported on mobile. There are built-in commands for downloading but a missing library isn't the problem in this case. So something else is keeping the file from downloading. If you post the relevant part of the script we may be able to spot something.
The solution for the other user was to manually copy the missing library into the desktop standalone. But this won't work with a mobile app unless you re-sign the app after altering it. That isn't too hard to do but it is an extra step and you'll need to use Terminal or download a third-party re-signing app.
I couldn't find a bug report on the issue, so it would be good if someone submitted one.
EDIT: In the other thread, I was reminded that libURL isn't supported on mobile. There are built-in commands for downloading but a missing library isn't the problem in this case. So something else is keeping the file from downloading. If you post the relevant part of the script we may be able to spot something.