ios-makefile icon indicating copy to clipboard operation
ios-makefile copied to clipboard

CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.3'

Open 03128crz opened this issue 10 years ago • 1 comments

在my_test_project目录中运行make 报错,请要是?? ➜ my_test_project git:(master) ✗ make

Cleaning MyTestProject... ** CLEAN SUCCEEDED **

Fatal error: Call to undefined function imagecreatefrompng() in /private/tmp/icon_version.php on line 9 make: [icon_version] Error 255 (ignored)

Building MyTestProject... CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.3'

PACKAGING MyTestProject... cp: /Users/yn/www/app/ios-makefile/my_test_project/Build/Products/MyTestProject.app: No such file or directory make: *** [package] Error 1

03128crz avatar Jun 24 '15 15:06 03128crz

生成图标的功能在 Yosemite 系统上应该不能用了,你试着禁掉它吧。 ICON_TAG 改成 NO。

lexrus avatar Jun 26 '15 02:06 lexrus