The executable gets signed with invalid entitlements in Xcode

前端 未结 30 1841
走了就别回头了
走了就别回头了 2020-11-29 03:43

I got this error with Xcode 5 when I try to run the app on my device.

The executable was signed with invalid entitlement

It work

30条回答
  •  眼角桃花
    2020-11-29 04:12

    I had the same problem in XCode 5. This helped me anyway.

    XCode > Preferences > Location tab > DerivedData
    

    Press a little left arrow to open DerivedData in Finder. Move to trash folder of your project and rebuild.

    Screenshot

提交回复
热议问题