I’m exploring the utilization of Swift Macro in my CocoaPods-integrated mission. I’ve efficiently created a customized macro by following the directions, and it features correctly within the host mission. Nevertheless, within the Pods
mission, I’m unable to import CustomMacro
for all of the frameworks and growth pods.
At this level, I’m curious if there’s a workaround that helps each CocoaPods and Swift Bundle Macro.
And likewise I discovered a Github thread discussing a few similiar subject: https://github.com/CocoaPods/CocoaPods/points/11942 , however there isn’t any additional conclusion.
So please assist to offer some advises about easy methods to use Swift Macro in CocoaPods mission in case you have any expertise.