I am trying to create a static library with a bunch of views and other classes ... They relate, for example. with emails, pdf files, ... so I need to link some iOS infrastructures such as MessageUI and CoreGraphics, for example.
Somehow this does not work or I am making another mistake.
Although I have included this framework, I get a lot of errors, for example, CGFloat - this is an unknown type or UIImage is unknown.
An iOS project example with all library classes directly included and linked to the same related structures works fine. But outsourcing them to the framework does not work ...
I would be grateful for any help! Many thanks!
source share