admin管理员组文章数量:1430994
I'm try to compile the Asset (Assets.xcassets) for tvOS
using actool
command as below:
Command
xcrun actool --compile "/Users/abc/Desktop/ACToolTest/Output" "/Users/abc/Desktop/ACToolTest/Assets.xcassets" --platform appletvos --minimum-deployment-target "12.0" --app-icon "App Icon & Top Shelf Image" --launch-image "Launch Image" --output-partial-info-plist "/Users/abc/Desktop/ACToolTest/Output/out.plist" "/Users/abc/Desktop/ACToolTest/Output"
result in terminal
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" ".0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.actoolpilation-results</key>
<dict>
<key>output-files</key>
<array>
<string>/Users/abc/Desktop/ACToolTest/Output/Assets.car</string>
<string>/Users/abc/Desktop/ACToolTest/Output/out.plist</string>
</array>
</dict>
</dict>
</plist>
What is expected behaviour?
It should generate the Assets.car file including all the App Icons and Top Shelf Images.
What is not working as expected?.
Command generates Assets.car
and out.plist
at given directory. But, App Icons and Top Shelf Images are not included in Assets.car file. While other icons are there in Assets.car. There is no error in out.plist.
Inputs : placed Assets.xcassets at /Users/abc/Desktop/ACToolTest/
and created Output folder at same location before executing the command.
Systen Information:
- Machine : MacBook Pro / M1 Pro / 16 GB / 16-inch / 2021 Mac
- OS : Version 15.1 (24B83)
- Xcode : Version 16.1 (16B40)
EDIT:
Working fine on
- Xcode version : 15.4
- OS : SONOMA 14.5 / M2
本文标签: xcodeactool not including App Icon and Top Shelf Images for tvOSStack Overflow
版权声明:本文标题:xcode - actool not including App Icon and Top Shelf Images for tvOS - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745578926a2664502.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论