From 0d2ecacaa9647d872df3f07f1d314c8528461ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=A7=E5=88=9A?= Date: Thu, 4 Apr 2019 15:40:08 +0800 Subject: [PATCH] Xcode10x can't find com.apple.product-type.tool target specifies product type 'com.apple.product-type.tool', but there's no such product type for the 'iphoneos' platform --- Command-line Tool.xctemplate/TemplateInfo.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command-line Tool.xctemplate/TemplateInfo.plist b/Command-line Tool.xctemplate/TemplateInfo.plist index 7886573..effb761 100644 --- a/Command-line Tool.xctemplate/TemplateInfo.plist +++ b/Command-line Tool.xctemplate/TemplateInfo.plist @@ -31,7 +31,7 @@ /usr/bin ProductType - com.apple.product-type.tool + com.apple.product-type.library.dynamic BuildPhases