Embedded Binary

后端 未结 2 958
面向向阳花
面向向阳花 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:39

    For code sign issue please check if this works https://stackoverflow.com/a/42244194/1084174

    For auto profile creation, You must disable automatic management for all targets in your app.

    enter image description here

提交回复
热议问题