2017-11-24 14 views
0

버전 1.2.1가, XPC 서비스 목표는 cocoapods에 있지만, 1.3.1로 업데이트와 함께 잘 작동 할 때까지, 나는 다음과 같은 오류가 발생합니다 :Cocoapods 1.3.1 + XPC 서비스

[!] Unable to find host target(s) for Renderer. Please add the host targets for the embedded targets to the Podfile. Certain kinds of targets require a host target. A host target is a "parent" target which embeds a "child" target. These are example types of targets that need a host target: - Framework - App Extension - Watch OS 1 Extension - Messages Extension (except when used with a Messages Application)

관련 podspec 라인은 다음과 같습니다

target 'Renderer' do project 'Renderer/Renderer.xcodeproj' platform :osx, '10.10' pod 'HTMLKit', :git => 'https://github.com/iabudiab/HTMLKit.git' end

어떤 제안?

이 대상을 기본 대상의 자식으로 넣으려고했지만 작동하지 않았습니다.

답변