Xcode “The executable was signed with invalid entitlements.”

问题描述

我们从网上下载一些现成的 Project 时,有时会遇到这个问题:

The executable was signed with invalid entitlements.

详细的提示信息为:

The entitlements specified in your application’s Code 
Signing Entitlements file do not match those 
specified in your provisioning profile.

(0xE8008016).
处理问题

Project - TARGETS - 项目目标名称 - Build Settings - Code Signing Entitlements 将其值置为空。

再 运行

-

转载请注明来自:http://blog.csdn.net/prevention

0

你可能感兴趣的:(ios,Objective-C,Object_C)