更新到最新版本的Visual Studio和Xamarin后,无法启动应用程序

时间:2018-12-18 14:47:45

标签: ios xamarin xamarin.forms xamarin.ios

我目前正在开发Xamarin Forms应用程序。在我将Visual Studio for Mac和Xamarin更新为以下版本之前,该应用程序已成功运行:

Apple Developer Tools-Xcode 10.1 Xamarin.Mac-版本:5.2.1.12 Xamarin.iOS-版本:12.2.1.12

现在,用户无法在其iOS设备上打开该应用程序。安装后,当他们单击应用程序图标时,应用程序启动,然后立即关闭。

我浏览了日志,发现以下错误:

error 09:40:36.951392 -0500 assertiond Failed to start job with error  <NSError: 0x7f97f2801640; domain: NSPOSIXErrorDomain; code: 3; reason: "No such process">  
{ description = "Unable to get pid for label UIKitApplication:com.myapplication[0xca85][1468]";     
    failureReason = "No such process";     
    userInfo = 
{         
        BKLaunchdJobLabel = UIKitApplication:com.myapplication[0xca85][1468];         
        BKLaunchdOperation = launch_get_running_pid_4SB;     
    } 
}

我已经检查了证书(Apple全球开发者关系证书颁发机构,开发者ID证书颁发机构,iPhone开发者和iOS发行版)所有使用系统默认设置的证书。

其他人遇到过此问题吗?如果是这样,您如何解决?

谢谢

1 个答案:

答案 0 :(得分:0)

最后,问题出在我的证书上。我从“钥匙串访问”中将它们全部删除,然后从App Store重新安装了它们。现在,该应用程序应已打开。