NativeScript / NativeScript/nativescript-cli
iOS 1024x1024 icon not being auto generated
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 1.1k
- 分支
- 204
- 平均合併
- 1 天 9 小時
- 30 天內合併 PR
- 8
描述
@erwindemoel commented on Thu Feb 06 2020
I've generated the icons for the App store using tns resources generate icons
However when I try to deploy to the App store using Xcode, I get the error saying that the required 1024x1024 icon is missing.
I would expect that it would also generate this icon and place it in App_Resources/iOS/Assets.xcassets/AppIcon.appiconset
I've manually added a 1024x1024 icon in that folder and also tried updating the Contents.json file with:
{
"size" : "1024x1024",
"idiom" : "ios-marketing",
"filename" : "icon-1024.jpg",
"scale" : "1x"
}
This works.
Why doesn't this get generated automatically?
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 tns resources generate icons 的實作開始,檢查它如何填入 App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/;該 issue 未指定來源檔案或測試。完成的標準是該指令能產生所需的 1024x1024 iOS marketing 圖示,讓 Xcode 無需手動編輯 Contents.json 即可接受該 app。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- ios, javascript
- 領域
- cli, mobile
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100