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

前端 未结 13 1305
旧巷少年郎
旧巷少年郎 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 11:04

    It seems this issues appears in xcode 10 and the resolution is different from the aforementioned.

    I was able to fix (or rather bypass) the error by setting the Build System to Legacy (via File > Workspace Settings)

    Another interesting thing to note is that the signing error would not occurr if I was building to an actual device (i.e. before changing the Build System to Legacy). It would only occurr when building using the simulator and only on Xcode 10 beta 3, 4 and 5.

    Link to the original thread: https://forums.developer.apple.com/thread/105537

    0 讨论(0)
提交回复
热议问题