Application-identifier entitlement does not match问题的解决

以下是一个老外的回答:

This happened to me after installing a build from TestFlight and overwriting it with the debug build from Xcode.

Nothing helped, no clean build, no Derived Data voodoo …

 

How I finally got it working was:

- Delete debug build from phone (and watch if it’s still there).

- Download TestFlight build again.

- Install Test Flight Apple Watch app build from TestFlight app.

- Delete TestFlight Watch app build from Phone using the TestFlight app.

- Delete the TestFlight iOS app build from the phone

- Now everything seems back to normal. I can run the debug build from Xcode.

 

but一般来说不用这么复杂。只要把你的设备上的debug的app删除了就可以。如果删除了还是不行,再按照他的方法试一次。

欢迎加群互相学习,共同进步。QQ群:iOS: 58099570 | Android: 330987132 | Go:217696290 | Python:336880185 | 做人要厚道,转载请注明出处!http://www.cnblogs.com/sunshine-anycall/p/4874621.html

时间: 2024-12-16 16:39:38

Application-identifier entitlement does not match问题的解决的相关文章

Outlook打开邮件链接提示Application not found的原因

症状:同事打开邮件中的链接,提示:General failure: Application not found. 原因:默认浏览器设置问题 解决方法:Reset the default web browser Step 1 1. Click Start, Default Programs 2. Click Set your default programs 3. Select your web browser from the list 4. Click Set this program as

Environment.Exit(0) 、Application.Exit() 、this.Close() 、this.Dispose()的区别

Application.Exit:通知winform消息循环退出.程序会等待所有的前台线程终止后才能真正退出.是一种强行退出方式,就像 Win32 的 PostQuitMessage().它意味着放弃所有消息泵,展开调用堆栈,并将执行返回给系统 方法停止在所有线程上运行的所有消息循环,并关闭应用程序的所有窗口 解决方法:1. 背景线程为避免因为线程造成程序无法退出,可以将线程设置为后台线程(IsBackground = true).当然,这样一来,你需要自行处理后台线程的数据操作安全. Envi

iis出现Server Application Error 解决办法

server application error the server has encountered an error while loading an application during the processing of your request. please refer to the event log for more detail information. please contact the server administrator for assistance. 访问iis客

IIS提示Server Application Error的解决方法集锦第1/2页_win服务器

Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance. 访问IIS客

VS2005 为声明名称Application

问题描述 Private_INIFileNameAsString=Application.StartupPath&DBConfig.ini"错误说Application未声明名称,请问该如何解决? 解决方案 解决方案二:System.Windows.Forms解决方案三:添加1楼的引用..解决方案四:楼上说的都对

Win10系统Application Identity服务设置不了自动如何处理

AppLocker即"应用程序控制策略",是Windows 7系统中新增加的一项安全功能.Applocker的关键特点:方便高效,例如您可以轻松配置一个程序高于其某个版本都能运行,对于IT人员来说,这可以节省大量的策略维护时间.利用AppLocker管理员可以非常方便地进行配置,以实现用户可在计算机上可运行哪些程序.安装哪些文件.运行哪些脚本.由于AppLocker是基于组策略管理和配置的,因此我们可以非常方便地将其部署到整个网络环境中,可谓一劳永逸.Applocker使得企业IT管理

iOS Provisioning Profile(Certificate)与Code Signing详解(转)

引言         关于开发证书配置(Certificates & Identifiers & Provisioning Profiles),相信做iOS开发的同学没少被折腾.对于一个iOS开发小白.半吊子(比如像我自己)抑或老兵,或多或少会有或曾有过以下不详.疑问.疑惑甚至困惑: 什么是App ID?Explicit/Wildcard App ID有何区别?什么是App Group ID? 什么是证书(Certificate)?如何申请?有啥用? 什么是Key Pair(公钥/私钥)?

iOS-开发者相关的几种证书

目录  引言 写在前面 一App IDbundle identifier 二设备Device 三开发证书Certificates 证书的概念 数字证书的概念 iOS开发证书 iOS开发证书的根证书 申请证书CSRCertificate Signing Request 四供应配置文件Provisioning Profiles Provisioning Profile的概念 Provisioning Profile的构成 五开发组供应配置文件Team Provisioning Profiles Te

ios证书安装后 不能运行 设备是9.0的

问题描述 ios证书安装后 不能运行 设备是9.0的 提示 This application's application-identifier entitlement does not match that of the installed application. These values must match for an upgrade to be allowed. 解决方案 证书是分app的,你每个都要生成