iOS 10.2.2 Issue

iOS 10.2.2 Issue

Hi

Anyone else had an app throw:

Cannot begin rendering scene for 'TContextIOS'

when converting a 10.2.1 app?

Displayed when the first form is being shown.

Cheers

Vince

Comments

  1. Hi

    Yes, I found the cause.

    My startup form would show another form during its show event handler (this is a registration form so not needed once the app is configured)

    When this second form was being shown, it would attempt to hide the first form (its parent) with a ParentForm.Hide. It was this call that was causing the problem.

    This is a hangover from making all my app's forms modeless.

    Vince

    ReplyDelete
  2. Thanks in fact it is happening to my splash form! I will check

    ReplyDelete
  3. The issue I'm having is that the message I got is straight during a Post request to our server... very strange

    ReplyDelete

Post a Comment