Hi,
when you develop a swift package, you should add directly to it bundle resources that should be used.
Swift Package dont' have access directly to app asset, because are package :)
And should developed as reusable resources, used in another app without modification.
Here the docs for add bundle resources to Swift Package
https://developer.apple.com/documentation/xcode/bundling-resources-with-a-swift-package
Bye
Rob
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: