Re: App refuses to find Framework's Objective-C Generated Header: whats wrong?
Re: App refuses to find Framework's Objective-C Generated Header: whats wrong?
- Subject: Re: App refuses to find Framework's Objective-C Generated Header: whats wrong?
- From: Quincey Morris <email@hidden>
- Date: Fri, 14 Oct 2016 09:23:38 -0700
- Feedback-id: 167118m:167118agrif8a:167118sksY0yaxtb:SMTPCORP
On Oct 14, 2016, at 06:28 , David Hoerl <email@hidden> wrote:
>
> At least I have a (crummy) workaround.
Looking back at your original post, I see I thought your were getting an error from the @import, so you replaced that with an #import. You actually said you did both.
In that case, the question is: are you declaring all of the classes and methods that are used across the framework boundary as “public” or “open”? Omitting the access specifiers would produce exactly the behavior you describe, since the default access is “internal”.
_______________________________________________
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