Hi,
I have a SPM Library where I add some resources.
But I can't load them within the package because I got this error.
I'm using Xcode 12.
I add the ressource this way in the Package.swift file
I have a SPM Library where I add some resources.
But I can't load them within the package because I got this error.
Am I missing something ?Type 'Bundle' has no member 'module'
I'm using Xcode 12.
I add the ressource this way in the Package.swift file
Code Block .target( name: "MyPackage", resources: [.copy("Mocks")] ),