Xcode 6.3.2 The application does not have a valid signature

前端 未结 4 1443
后悔当初
后悔当初 2021-01-06 12:58

I have tried every related thread and did all the suggested steps:

  1. Remove All provisioning profiles
  2. Create new app id

But I still get <

4条回答
  •  粉色の甜心
    2021-01-06 13:13

    Just for anyone else having this issue. I tried every possible solution and ended up creating a new blank project and copy pasted my assets to make it work.

    I removed Embedded Binaries. And #import is now only in bridging header and not imported in any swift files.

    While FBSDKCoreKit in not imported in bridging header but instead imported in every swift file it is needed.

    Hope this helps someone!!

提交回复
热议问题