Github user shazron commented on the pull request:

    
https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91335908
  
    Ugh - it's related.
    Basically, when calling this:
    https://gist.github.com/shazron/e45705f76bef4448139a#file-gistfile1-m-L15
    
    ...it calls this:
    
https://github.com/apache/cordova-plugin-splashscreen/blob/d2e62a551c950041cb4c9683624a04d931f4bee3/src/ios/CDVSplashScreen.m#L108-L119
    
    ... and it crashes because the active thread it is on is not the main 
thread. All UIKit operations (which the calls in destroyViews are) must be 
called on the main thread, or they will crash.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to