Xcode 15.0 - Impossible to use Symbols for Asset catalog for Assets from other target

I don't know if this is the correct place.

Symbols for Asset catalog works fine when you have the Assets file in the same target

If you have imported a target with Asset file and you can use that assets with:

UImage(resource: .asset) Image(.asset)

Does not work. Xcode says: This static property is define on "XAssetFile", and maybe not available in this context.

There are way to use new Symbols for Asset catalog from other imported target.

Post not yet marked as solved Up vote post of Gonzalo_10 Down vote post of Gonzalo_10
756 views

Replies

Reformulating the question correctly

Is there any way to use new Symbols for Asset catalog from other imported target?