Linking an iOS app to a framework that links to a framework
Linking an iOS app to a framework that links to a framework
- Subject: Linking an iOS app to a framework that links to a framework
- From: Alex Zavatone <email@hidden>
- Date: Thu, 10 Mar 2016 12:47:11 -0500
In Xcode 7.x, if I have an app target that links to a framework (and that framework is added to the app as a dependency) and that framework also has a library that is added to the framework AND is also is added to the framework as a dependency, would we expect that when A is built, it will link to and include B and B will link to and include C?
Basically, A links to and is dependent on B and B links to and is dependent on C.
Is this expected to work if added as I mentioned?
Thanks.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden