GitHub user hrensink opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/106
CB-7497: (iOS) Fix bug with application crash ### Platforms affected iOS ### What does this PR do? Fix bug with application crash on attempt to remove observers from viewController ### What testing has been done on this change? Tested on iOS 9.3.2 with File (affected) plugin. An application does not crash anymore. ### Checklist - [x] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and submitted to secret...@apache.org. - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database - [x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected. - [ ] Added automated test coverage as appropriate for this change. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kvzaytsev/cordova-plugin-splashscreen master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-splashscreen/pull/106.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #106 ---- commit 8128adf86b22484f81bc0184cf3abfe0db41bf37 Author: kvzaytsev <kirill.v.zayt...@gmail.com> Date: 2016-06-01T08:22:54Z Update CDVSplashScreen.m Removing an observer surrounded with try-catch block commit 966f5219260769b310ca3a41674cf64cccc9a734 Author: Herman Rensink <hrens...@rs.com> Date: 2016-06-21T10:43:57Z CB-7497: (iOS) Fix bug with application crash Fix but with application crash on iOS on an attempt to remove observers for viewController. Reproducable with File file plugin. ---- --- 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