Embedded Binary

后端 未结 2 959
面向向阳花
面向向阳花 2021-01-13 01:04

error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target\'s code sign settings match the parent app\'s.

Al

2条回答
  •  轮回少年
    2021-01-13 01:50

    Solved the issue. I followed this steps to solve.

    1. go to my Build setting and changed all Code Signing Identify to iOS Distribution.
    2. Compile m Project
    3. XCode throws error message that Signing identity is wrong with an option to fix it. I clicked Fix it button.
    4. It happened twice.
    5. Now XCode change it back to IOS Developer.

    Now it is working.

提交回复
热议问题