Ios swift – How to support Swift Macro in a project integrated by CocoaPods
I am exploring the usage of Swift Macro in my CocoaPods-integrated project. I have successfully created a custom macro by following the instructions, and it functions properly in the host project. However, in the Pods project, I am unable to…