我有一个Xcode Bot,它在成功构建后发出以下警告。据我所知,我的" AppIcon"中没有未分配的孩子。图标集。在本地建设时我也没有得到任何警告。有什么想法我会收到这个警告吗?
Bot Issue for AppIconWarningBot (warning in Assets.xcassets)
Integration #2 of AppIconWarningBot
Open in Xcode: xcbot://(null)/botID/7febe0d4926b6d03ecd9ea5bd5363cec/integrationID/7febe0d4926b6d03ecd9ea5bd53f092a
Assertion: The app icon set "AppIcon" has an unassigned child.
File: <...>/Resources/Assets.xcassets:(null)
Introduced 1 integration ago
Full logs for this integration are attached.
答案 0 :(得分:1)
在我的服务器上将Xcode更新为7.2之前,我收到了相同的警告
这是因为AppIcon.assets中添加了83.5px iPad Pro图标,仅从7.2 Xcode开始
或许您的资产中确实有未分配的图像。 希望这有帮助