Re: Framework in xcode 5
Re: Framework in xcode 5
- Subject: Re: Framework in xcode 5
- From: Jens Alfke <email@hidden>
- Date: Sun, 29 Sep 2013 22:45:22 -0700
On Sep 29, 2013, at 8:59 AM, Livio Isaia < email@hidden> wrote: Everything seems to work properly, but if I add a new class or even a new method to an existing class, and then call it from the apps, the compiler tells me "method not found" or "file not found".
Check what directory the app targets are finding the framework in. It sounds like they’ve found some copy of the framework other than the one that gets built by the framework target, so when you modify the framework the apps don’t see the changes.
—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