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

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

    I was having this issue when I migrated to Xcode 10 and managed to fix it by updating the architectures in "Build Settings"> "Valid Architectures" for the Watch target to

    $(ARCHS_STANDARD)

    This thread helped me out a lot: https://forums.developer.apple.com/thread/107563

提交回复
热议问题