SWIFTPM_MODULE_BUNDLE support in Xcode 12.5

What SWIFTPM_MODULE_BUNDLE was replaced with in Xcode 12.5?

I can't seem to find a way for Objective-c packaged via Swift Package Manager to load bundle resources now.

Thanks,
Matt

Replies

I found that Xcode 12.5 beta doesn't support symlinks which caused the copy resources in the SPM package definition to not find the resource files, which makes SPM not generate the SWIFTPM_MODULE_BUNDLE macro.