iOS error “Embedded binary is not signed with the same certificate as the parent app”

前端 未结 13 1391
旧巷少年郎
旧巷少年郎 2020-12-01 10:36

Those are my first steps in IOS applications development and I\'m facing some problem that I can\'t figure out.

error: Embedded binary is not signed with the         


        
13条回答
  •  一个人的身影
    2020-12-01 10:39

    I got this error while having another compile time error in my code.

    My new target has never been built before.

    So I thought I'll fix this error first. But it turned out, that fixing the other error enabled Xcode to build the target and fix the other error itself.

提交回复
热议问题