How Can I create Assets.car using ACTool

I only want to build Assets.xcassets to Assets.car file So I use command line such as "/Applications/Xcode.app/Contents/Developer/usr/bin/actool Assets.xcassets --compile build --platform tvOS --minimum-deployment-target 8.0 --print-contents". But it cannot create Assets.car file and don't show any error message.


Please tell me how to use this command line to build?


Thank so much

Tung

Replies

Remove "--print-contents" from the command line:


/Applications/Xcode.app/Contents/Developer/usr/bin/actool Assets.xcassets --compile build --platform tvOS --minimum-deployment-target 8.0


Or more naturally:


xcrun actool Assets.xcassets --compile build --platform tvOS --minimum-deployment-target 8.0

You can use this tool to make assets.car files online


applicationloader-net

http://www.appuploader.net