I have seen similar questions before but they had no answers.
Could somebody help with this problem?
Asked
Active
Viewed 1,619 times
4

HangarRash
- 7,314
- 5
- 5
- 32

Roman
- 759
- 2
- 9
- 23
-
Did you see this? https://stackoverflow.com/questions/65509101/could-not-get-trait-set-for-device-macfamily20-1-with-version-14-2 – sangony Jan 07 '23 at 19:12
-
Yes, I've seen. But there is no real help there. – Roman Jan 07 '23 at 20:03
-
2I'm getting the following warning `…Assets.xcassets: Could not get trait set for device iPad14,3 with version 16.4` after I upgraded to Xcode 14.3 recently. The warning only shows when I build debug config to an iPad simulator. – yo1995 Apr 05 '23 at 00:23
1 Answers
5
I created a new empty asset catalog (with the idea to try to move the old stuff into it), and the warning disappeared... go figure.

E. Vladov
- 61
- 1
- 3
-
1I got this warning on 14.3 and creating and deleting an additional asset catalog in the same target as the one where the warning is made the warning go away. `¯\_(ツ)_/¯` – DesignatedNerd Apr 11 '23 at 22:48