Posts

Post not yet marked as solved
0 Replies
436 Views
I have a cordova ionic project created in Visual studio and deploying my app to XCode 14.3.1. When I run my project in a simulator I get the below error, Can somebody suggest. 2023-09-06 14:47:27.792859+0530 Test Mobile[76454:473537] [LayoutConstraints] 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. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) ( "<NSAutoresizingMaskLayoutConstraint:0x60000168a710 h=--& v=--& _UIToolbarContentView:0x7fb3500680c0.width == 0 (active)>", ) Will attempt to recover by breaking constraint <NSLayoutConstraint:0x6000016887d0 'IB_Trailing_Trailing' H:[_UIModernBarButton:0x7fb350243580]-(>=8)-| (active, names: '|':_UIButtonBarButton:0x7fb350242910 )> Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful. 2023-09-06 14:47:27.797415+0530 Test Mobile[76454:473537] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Posted Last updated
.
Post not yet marked as solved
1 Replies
401 Views
I am running application in XCode 14.3.1 which build using Visual Studio 2017 (Apache Cordova) and getting below error. 2023-09-04 13:38:59.119104+0530 CC Mobile[7551:1246047] ADAL version 2.3.1 2023-09-04 13:38:59.315325+0530 CC Mobile[7551:1246047] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///Users/sankum03/Library/Developer/CoreSimulator/Devices/ECFE254E-3529-4220-AE0D-10C143E96610/data/Containers/Data/Application/D2125721-3B33-442F-994A-B606C5D6B61C/Library/Cookies/com.protiviti.CC.mobile.0001.binarycookies 2023-09-04 13:38:59.364681+0530 CC Mobile[7551:1246047] Apache Cordova native platform version 4.3.0 is starting. 2023-09-04 13:38:59.364914+0530 CC Mobile[7551:1246047] Multi-tasking -&gt; Device: YES, App: YES 2023-09-04 13:38:59.784539+0530 CC Mobile[7551:1246047] Using UIWebView 2023-09-04 13:38:59.788448+0530 CC Mobile[7551:1246047] [CDVTimer][handleopenurl] 0.221014ms 2023-09-04 13:38:59.792992+0530 CC Mobile[7551:1246047] [CDVTimer][intentandnavigationfilter] 4.173994ms 2023-09-04 13:38:59.793248+0530 CC Mobile[7551:1246047] [CDVTimer][gesturehandler] 0.122905ms 2023-09-04 13:38:59.804388+0530 CC Mobile[7551:1246047] [CDVTimer][file] 11.008024ms 2023-09-04 13:38:59.805043+0530 CC Mobile[7551:1246047] [CDVTimer][keyboard] 0.509024ms 2023-09-04 13:38:59.805131+0530 CC Mobile[7551:1246047] [CDVTimer][keyboard] 0.005007ms 2023-09-04 13:38:59.805198+0530 CC Mobile[7551:1246047] [CDVTimer][TotalPluginStartup] 17.199039ms 2023-09-04 13:39:00.256875+0530 CC Mobile[7551:1246047] Resetting plugins due to page load. 2023-09-04 13:39:01.200824+0530 CC Mobile[7551:1246047] Finished load of: file:///Users/DevUser/Library/Developer/CoreSimulator/Devices/ECFE254E-3529-4220-AE0D-10C143E96610/data/Containers/Bundle/Application/88B2A444-20DB-4EBA-978A-8C47B75461E5/CC%20Mobile.app/www/index.html#/app/loadingapp 2023-09-04 13:39:01.758090+0530 CC Mobile[7551:1246728] NSURLConnection finished with error - code -1100 Please suggest.
Posted Last updated
.