Gazzy wrote:
What we want to do is that it makes the old version framework
customers are still using conform to Apple Privacy.
Ah, that’s an interesting edge case. I’m not sure if there’s a good path forward there. It is possible to sign a framework as an independent code item — after all, that’s what we do in every Mac app — but I don’t know if that’ll have the expected flow-on effects in Xcode. You should give it a try and see what happens (-:
kimjitae wrote:
So now .framework
can't be used?
That’s not what I said. Rather, best practice is to ship your SDK as an XCFramework, and that has a well-documented path forward.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"