Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COThank you, @Benoit, for the answer. However, I have set the rootViewController in my appDelegate.m with the following line of code: 'self.navController = [[UINavigationController alloc] initWithRootViewController:self.viewController]' Also, it doesn't appear as though my appDelegate's 'didFinishLaunchingWithOptions' gets called after choosing a photo from my phone and the screen going black. The only clue, is that I receive the following warning just after selecting 'Choose A File': Unbalanced calls to begin/end appearance transitions for <UIFileUploadFallbackRootViewController: 0x1d5ea510>.
      singulars
    2. CO@JRoss didFinishLaunchingWithOptions: is not supposed to be called after the photo is picked. It is called at launch and setting the window.rootController to your main view controller prevents the issue from happening. It solved it for me and I had the same exact symptoms.
      singulars
    3. COThanks @Benoit, that appears to have worked. However, I needed to create a sign up page at first open, which resulted in me waiting to push my main webView page onto the navController's stack. Now when I attempt to set the rootViewController, I get the following error: "*** Terminating app due to uncaught exception 'UIViewControllerHierarchyInconsistency', reason: 'adding a root view controller <ViewController: 0x1ea36240> as a child of view controller:<UINavigationController: 0x1d551620>" I am guessing I can't do this after I add the navController Subview. How would you handle this error?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload