as title does anyone know this issue? thanks
How to create an umbrella framework looks like AppKit framework?
What platform (or platforms) are you targeting?
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"
Mac OS X 10.11
Xcode does not provide an easy way to construct umbrella frameworks. Very few third-party developers do this (partly because nested frameworks aren’t supported on any platform other than macOS), and I expect that those that do will be building them from the command line.
Honestly, I don’t have direct experience with this so the best I can do is point you at some of the basics:
the
man page, which documents the basics (likeld
)-sub_umbrellaUmbrella Framework Bundle Structure in Framework Programming Guide
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"