Re: iOS Static Library -> Duplicate Class objects
Re: iOS Static Library -> Duplicate Class objects
- Subject: Re: iOS Static Library -> Duplicate Class objects
- From: Jens Alfke <email@hidden>
- Date: Mon, 22 Sep 2014 14:56:41 -0700
- A static library which contains the class WFRoutines
- A .app which links against the static library
- A test target for the .app which links against the static library as well
Don't link the library into the test target. It's already linked into the app. If you do both, you'll have duplicate copies of all the code, including Obj-C classes.
—Jens |
_______________________________________________
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