It may be good to know that when I linked all used by MyFramework frameworks to MyApp which uses MyFramework app build successfully. It seems that frameworks in MyFramework aren't linked correctly, but only for the macOS project, in the iOS project, all work properly.
Post
Replies
Boosts
Views
Activity
The answer is just to use umbrella header build in frameworks :D
Thanks a lot, I will look into it, maybe it help.