• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: App refuses to find Framework's Objective-C Generated Header: whats wrong?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: App refuses to find Framework's Objective-C Generated Header: whats wrong?
      • From: David Hoerl <email@hidden>
References: 
 >App refuses to find Framework's Objective-C Generated Header: whats wrong? (From: David Hoerl <email@hidden>)
 >Re: App refuses to find Framework's Objective-C Generated Header: whats wrong? (From: Quincey Morris <email@hidden>)
 >Re: App refuses to find Framework's Objective-C Generated Header: whats wrong? (From: David Hoerl <email@hidden>)

  • Prev by Date: Re: App refuses to find Framework's Objective-C Generated Header: whats wrong?
  • Next by Date: Re: App refuses to find Framework's Objective-C Generated Header: whats wrong?
  • Previous by thread: Re: App refuses to find Framework's Objective-C Generated Header: whats wrong?
  • Next by thread: Re: App refuses to find Framework's Objective-C Generated Header: whats wrong?
  • Index(es):
    • Date
    • Thread