Omnigroup frameworks dependency
Th开发者_运维知识库e OmniUnzip framework is linked to 2 other frameworks : OmniBase and OmniFoundation.
Because I just need the OmniUnzip framework in my app. Is it enough to just link it to my target and copy it into my app bundle ?
Or do I need to also copy the OmniBase and OmniFoundation frameworks in my app bundle ?
If it's dependent on the other frameworks, you need to include them too.
Easy enough to test - if you get linker errors without them, but don't with them, then you need them. :)
Just because you aren't calling methods in those other frameworks doesn't mean the OmniUnzip framework isn't.
精彩评论