Nested frameworks and Cocoa frameworks

Hi,

I've heard that apple rejects apps with nested frameworks, that is, frameworks within other frameworks. Right now I'm doing a framework that uses Core Location. If an app uses my framework it will be rejected for using nested frameworks (CoreLocation inside my framework)?

If so how can i avoid this problem?


Thanks.

Accepted Reply

This thread has been deleted

Why does it have to be nested? Why not just use mapkit/cl as designed?

Replies

Unless it's this scenario: https://forums.developer.apple.com/thread/31720


Right...nested will always throw that flag, I think.