idoodler opened a new issue #935: URL: https://github.com/apache/cordova-ios/issues/935
# Bug Report ## Problem I am just upgrading our Cordova based app to the latest available Cordova version. When building the app with Xcode 12 (beta 1 and beta 2) the App crashes immediately after launch via Xcode with the following exception: ``` -[UIViewController _loadViewFromNibNamed:bundle:] loaded the "MainViewController" nib but the view outlet was not set. (null) ``` iOS 13 works like a charm ### What is expected to happen? No Crash ### What does actually happen? App crashes immediately after launch ## Information AFAIK this indicates an issue with the outlet connectors (IBOutlet) of the ViewController. I checked the `view` outlet in the `MainViewController.xib` `File's Owner` and everything looks as usual I completely removed and re-added the iOS platform to upgrade cordova, so no files are left from the previous version. <!-- Include all relevant information that might help understand and reproduce the problem --> ### Command or Code None <!-- What command or code is needed to reproduce the problem? --> ### Environment, Platform, Device iOS 14 Beta 1 and 2 Xcode 12 Beta 1 and 2 iPhone 11 Pro ### Version information Cordova CLI: 9.0.0 ([email protected]) Cordova Platform iOS: 5.1.1 Xcode: 12 (Beta 1 and Beta 2) OS: MacOS: 10.15.5 (19F101) <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ x] I searched for existing GitHub issues - [ x] I updated all Cordova tooling to most recent version - [x ] I included all the necessary information above ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
