2017-11-24 4 views
0

、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

任意の提案ですか?

私はこのターゲットを私の主要ターゲットの子として入れてみましたが、うまくいかなかったのです。

答えて