Post

Replies

Boosts

Views

Activity

Each asset appears 4 times in asset catalog?
We're using PDFs for assets in a Mac app, using Xcode 14.1 The generated Assets.car file is very big, much larger than the total size of the .xcassets directory that contains all the source images (PDFs). When examining the output of assetutil --info it looks like each of our PDF assets appears 4 times in the asset catalog: Scale=1 and Colorspace=srgb Scale=1 and Colorspace=extended srgb Scale=2 and Colorspace=srgb Scale=2 and Colorspace=extended srgb How can we generate an asset catalog that contains only 1 copy of each asset? (We're using asset catalogs in order to support dark mode, otherwise we could work around this issue by just using the PDFs as resources directly.) Has anyone else run into this problem? Thanks!
0
0
723
Nov ’22
Xcode 14 "Provisioning"?
When using Xcode 14 beta on Monterey or Ventura, I notice it spends a lot of time "Provisioning" at the beginning of the build process (sometimes minutes). I haven't noticed that in earlier versions of Xcode. What is that? Is it a bug that it's taking so long?
6
3
2.2k
Sep ’22
Each asset appears 4 times in asset catalog?
We're using PDFs for assets in a Mac app, using Xcode 14.1 The generated Assets.car file is very big, much larger than the total size of the .xcassets directory that contains all the source images (PDFs). When examining the output of assetutil --info it looks like each of our PDF assets appears 4 times in the asset catalog: Scale=1 and Colorspace=srgb Scale=1 and Colorspace=extended srgb Scale=2 and Colorspace=srgb Scale=2 and Colorspace=extended srgb How can we generate an asset catalog that contains only 1 copy of each asset? (We're using asset catalogs in order to support dark mode, otherwise we could work around this issue by just using the PDFs as resources directly.) Has anyone else run into this problem? Thanks!
Replies
0
Boosts
0
Views
723
Activity
Nov ’22
Xcode 14 "Provisioning"?
When using Xcode 14 beta on Monterey or Ventura, I notice it spends a lot of time "Provisioning" at the beginning of the build process (sometimes minutes). I haven't noticed that in earlier versions of Xcode. What is that? Is it a bug that it's taking so long?
Replies
6
Boosts
3
Views
2.2k
Activity
Sep ’22