Nathanael Anderson

Results 444 comments of Nathanael Anderson

Have you gone into XCode, then the devices menu and made sure that XCode has provisioned the device properly. After device OS upgrades you frequently have to re-provision the device...

@farfromrefug - I've seen this issue normally only after my test phones decided to do a OS upgrade, not in normal day to day usage. Which is why I asked...

@farfromrefug - Has this been happening in multiple versions of the CLI; or just the latest?

Can you do a `tns run ios --log trace` and send a log of the session including the first restart that fails.

>Restarting application on device MY_IOS_IDENTIFIER_ID... Printing device log for device with identifier: MY_IOS_IDENTIFIER_ID. Stopping application com.xactware.remodel on device with identifier: MY_IOS_IDENTIFIER_ID. A few questions: - This log looks like this...

The logs are a bit confusing and the report is not real clear to me; so lets make this simpler for idiots like me to understand. :D Ok, if you...

@jdnichollsc - Can you provide a sample app that exhibits this issue? It would be a lot simpler to debug if we had a sample, thanks!

I have a couple questions is this with the released v1.6.x runtimes/core? Or is this an issue with the future version? If this is with 1.6.x -- these might be...

Release mode activates `snapshots`. I ran into similar issues with snapshots and so I just disable them on all my release build since they seem to be flaky on some...

Interesting, after looking through a couple promising (pun intended) pages -- I did a search on the site and in the github search (top of the screen) on the docs/this...