Benoît
Benoît

Reputation: 99

Omnigroup frameworks dependency

The 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 ?

Upvotes: 0

Views: 82

Answers (1)

Flyingdiver
Flyingdiver

Reputation: 2142

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.

Upvotes: 1

Related Questions