찾다

 >  Q&A  >  본문

objective-c - Xcode这个报错怎么办?

(null): error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier.

ringa_leeringa_lee2762일 전621

모든 응답(1)나는 대답할 것이다

  • 世界只因有你

    世界只因有你2017-04-28 09:06:15

    동적 라이브러리 또는 iWarch 애플리케이션의 BundleID는 기본 애플리케이션의 번들 ID와 일치해야 합니다. 예를 들어 애플리케이션의 ID는 com.mycop.hello이면 포함된 ID는 com.mycop.hello여야 합니다. xxx

    회신하다
    0
  • 취소회신하다