The executable was signed with invalid entitlements

前端 未结 19 2751
花落未央
花落未央 2020-11-28 04:09

I am having a problem with ad-hoc distribution on my iPhone. I have developed an application with SDK 3.0. I have a developer\'s license. I have added certificates and provi

19条回答
  •  日久生厌
    2020-11-28 04:31

    For me that solved it: https://coderwall.com/p/-ckobg

    1. Open Project.xcodeproj > project.pbxproj
    2. Remove all lines like these:
      1. PROVISIONING_PROFILE = ...
      2. "PROVISIONING_PROFILE[sdk=iphoneos*]" = ...
      3. CODE_SIGN_IDENTITY = ...
      4. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ...
    3. Set provisioning profiles & code signings for the target again

提交回复
热议问题