Re: Testing iOS apps on attached device

2017-09-18 Thread J. Landman Gay via use-livecode
You're right, the profile is embedded in the app. I was just wondering if Xcode was doing some extra manipulation. Probably not, but you might check to be sure there are no expired profiles in keychain. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: Testing iOS apps on attached device

2017-09-18 Thread panagiotis merakos via use-livecode
Hi Ben, If you can successfully install the standalone using Xode (by dragging it onto the "Applications" field of your device), but you cannot do the same using the "Test" button, then this is probably a bug in mergDeploy (which is used by the "Test" button. So I suggest you file a report.

Re: Testing iOS apps on attached device

2017-09-18 Thread Ben Rubinstein via use-livecode
"baked" into the app, not "backed"! On 18/09/2017 09:59, Ben Rubinstein via use-livecode wrote: Hi Jacque, Thanks for helping. Check to be sure that the profile in standalone settings is the same one that XCode is using. How would that work? Surely the profile is backed into the app when

Re: Testing iOS apps on attached device

2017-09-18 Thread Ben Rubinstein via use-livecode
Hi Jacque, Thanks for helping. Check to be sure that the profile in standalone settings is the same one that XCode is using. How would that work? Surely the profile is backed into the app when the Standalone Builder builds the standalone? (I'm not building the app with Xcode, just using it

Re: Testing iOS apps on attached device

2017-09-16 Thread J. Landman Gay via use-livecode
On 9/16/17 1:40 PM, Ben Rubinstein via use-livecode wrote: Thanks for the reply, and I certainly have had that problem often enough - but not this time. I can build a standalone, and use Xcode to install it on the phone; and it works. So I don't have a provisioning profile issue in this case.

Re: Testing iOS apps on attached device

2017-09-16 Thread Ben Rubinstein via use-livecode
Hi Mike, Thanks for the reply, and I certainly have had that problem often enough - but not this time. I can build a standalone, and use Xcode to install it on the phone; and it works. So I don't have a provisioning profile issue in this case. There's some other reason why it isn't

Re: Testing iOS apps on attached device

2017-09-16 Thread Mike Kerner via use-livecode
you've got a provisioning profile issue, so the install is failing silently. It's documented in bug report xx. To figure out what the heck is going on, do the install using xcode and you'll get the error message. After you have the PP issue resolved, testing directly on the device will

Testing iOS apps on attached device

2017-09-16 Thread Ben Rubinstein via use-livecode
It's taken me ages to get my system back together to do iOS development properly (forced to update phone, so then couldn't develop to it without latest xcode, but that required sierra, needed to not update to Sierra for a while.. bah). So finally I've got my MacBook on Sierra, I've got Xcode