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

前端 未结 13 1386
旧巷少年郎
旧巷少年郎 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:42

    I was getting this error trying to build a WatchOS app in Xcode 11 - I tried all the various suggestions in this and other SO posts but the thing that finally worked was switching Xcode to use the legacy build system.

    Go to: File | Project (or Workspace) Settings | Build System

    And select Legacy Build System

提交回复
热议问题