Xamarin.iOS application failed to run on simulator(Probably after last Xamarin.iOS update) -


ios apps not starting in iphone simulator(iphone 5 - ios 10.0 used ). there errors logs coresimulator.log:

mlaunch[1482] <error>: error domain=fbsopenapplicationserviceerrordomain code=1 "the request open "com.xamarin.acquaint-native" failed." userinfo={nslocalizeddescription=the request open "com.xamarin.acquaint-native" failed., bserrorcodedescription=requestdenied, nsunderlyingerror=0x7fe15ceb7540 {error domain=fbsopenapplicationerrordomain code=1 "(null)" userinfo={bserrorcodedescription=unspecified}}, nslocalizedfailurereason=the request denied service delegate (sbmainworkspace) reason: unspecified.} 

system.log(debug mode xamarin studio or vs 2015):

nov 10 00:00:01 macmini coresimulatorbridge[5136]: requesting launch of com.companyname.fasternotesmobile.ios options: {         arguments =     (             "-monodevelop-port",             51746         );         environment =     {             "dyld_insert_libraries" = "/library/frameworks/xamarin.ios.framework/versions/current/lib/monotouch-fixes.dylib";         };     } nov 10 00:00:01 macmini coresimulatorbridge[5136]: [common] [fbssystemservice][0xe350] sending request open "com.companyname.fasternotesmobile.ios" nov 10 00:00:01 macmini com.apple.coresimulator.simdevice.3d2edeee-4261-4b99-9b31-971d08b0124e.launchd_sim[5110] (uikitapplication:com.companyname.fasternotesmobile.ios[0xe451][5510]): program specified service not contain 1 of requested architectures:  nov 10 00:00:01 macmini springboard[5127]: [common] unable pid 'uikitapplication:com.companyname.fasternotesmobile.ios[0xe451]': no such process (err 3) nov 10 00:00:01 macmini springboard[5127]: [common] bootstrapping failed <fbapplicationprocess: 0x7a79b830; com.companyname.fasternotesmobile.ios; pid: -1> nov 10 00:00:01 macmini coresimulatorbridge[5136]: [common] [fbssystemservice][0xe350] error handling open request com.companyname.fasternotesmobile.ios: <nserror: 0x7b871a30; domain: fbsopenapplicationserviceerrordomain; code: 1 (requestdenied); reason: "the request denied service delegate (sbmainworkspace) reason: unspecified."> {         description = "the request open "com.companyname.fasternotesmobile.ios" failed.";         failurereason = "the request denied service delegate (sbmainworkspace) reason: unspecified.";         underlyingerror = <nserror: 0x7b871c10; domain: fbsopenapplicationerrordomain; code: 1 (unspecified)> {             description = "the operation couldn’t completed. (fbsopenapplicationerrordomain error 1.)";         };     } nov 10 00:00:01 macmini coresimulatorbridge[5136]: error launching: error domain=fbsopenapplicationserviceerrordomain code=1 "the request open "com.companyname.fasternotesmobile.ios" failed." userinfo={nslocalizedfailurereason=the request denied service delegate (sbmainworkspace) reason: unspecified., nslocalizeddescription=the request open "com.companyname.fasternotesmobile.ios" failed., bserrorcodedescription=requestdenied, nsunderlyingerror=0x7b871c10 {error domain=fbsopenapplicationerrordomain code=1 "(null)" userinfo={bserrorcodedescription=unspecified}}} nov 10 00:00:01 macmini com.apple.coresimulator.simdevice.3d2edeee-4261-4b99-9b31-971d08b0124e.launchd_sim[5110] (uikitapplication:com.companyname.fasternotesmobile.ios[0xea1e][5511]): program specified service not contain 1 of requested architectures:  nov 10 00:00:01 macmini springboard[5127]: [common] unable pid 'uikitapplication:com.companyname.fasternotesmobile.ios[0xea1e]': no such process (err 3) nov 10 00:00:01 macmini springboard[5127]: [common] bootstrapping failed <fbapplicationprocess: 0x80a24f00; com.companyname.fasternotesmobile.ios; pid: -1> nov 10 00:00:05 macmini calaccessd[5164]: 25534103: beginning calscheduledtaskcachetrimandextendandupdateoverdue nov 10 00:00:05 macmini calaccessd[5164]: 25534103: scheduledtaskcache last saved 499237200 nov 10 00:00:05 macmini calaccessd[5164]: 25534103: today ekcalendardate <0x7c17e740> { date = thursday, november 10, 2016 @ 12:00:00 cst }, comparisonresult -1 nov 10 00:00:05 macmini calaccessd[5164]: 25534103: updating overdue today 500450400.000000 

the log above acquaint pre build application. tried several other application, same story. used work fine. using latest xamarin ios sdk update(that maybe issue)

got same problem new project , latest xamarin. fix had change "supported architectures" "i386" in project options. default "x86_64".


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -