My ionic 2 app is working fine in browser and android device, but when I am trying to run it on ios Device via Xcode, APACHE CORDOVA screen
is overriding the ionic app view, screen shot is added below.
So though this might be a issue with my codes and all, so tried with new app (created based on the exact steps provided in this page).
But for the new app also device is showing same, APACHE CORDOVA DEVICE READY
screen
UPDATE : adding Xcode Logs:
2016-03-17 20:36:44.573 V2 Test[592:164991] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you donât want.
Try this:
(1) look at each constraint and try to figure out which you donât expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
âNSLayoutConstraint:0x13fd40590 V:|-(20)-[UIInputSetContainerView:0x13fd353f0] (Names: â|â:UITextEffectsWindow:0x13fd38960 )â,
âNSLayoutConstraint:0x13fd2ecf0 âUIInputWindowController-topâ V:|-(0)-[UIInputSetContainerView:0x13fd353f0] (Names: â|â:UITextEffectsWindow:0x13fd38960 )â
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x13fd40590 V:|-(20)-[UIInputSetContainerView:0x13fd353f0] (Names: â|â:UITextEffectsWindow:0x13fd38960 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
2016-03-17 20:36:44.714 V2 Test[592:164991] Apache Cordova native platform version 3.8.0 is starting.
2016-03-17 20:36:44.715 V2 Test[592:164991] Multi-tasking â Device: YES, App: YES
2016-03-17 20:36:44.719 V2 Test[592:164991] Unlimited access to network resources
2016-03-17 20:36:44.725 V2 Test[592:164991]
Started backup to iCloud! Please be careful.
Your application might be rejected by Apple if you store too much data.
For more information please read âiOS Data Storage Guidelinesâ at:
Optimizing Your Appâs Data for iCloud Backup | Apple Developer Documentation
To disable web storage backup to iCloud, set the BackupWebStorage preference to âlocalâ in the Cordova config.xml file
2016-03-17 20:36:45.543 V2 Test[592:164991] Resetting plugins due to page load.
2016-03-17 20:36:45.984 V2 Test[592:164991] Finished load of: file:///var/mobile/Containers/Bundle/Application/B757F2BA-5BB1-4175-998E-C16FBF2C9123/V2%20Test.app/www/index.html
###Beside the above log these are two warning
#1.
/Users/Piccaza/ionic-projects/learning/fobs-aplha/platforms/ios/V2 Test/Classes/AppDelegate.m:138:1: Conflicting return type in implementation of âapplication:supportedInterfaceOrientationsForWindow:â: âUIInterfaceOrientationMaskâ (aka âenum UIInterfaceOrientationMaskâ) vs âNSUIntegerâ (aka âunsigned longâ)
#2.
(null): A launch storyboard or xib must be provided unless the app requires full screen.