Re: How to import a Framework

2015-12-01 Thread Jens Alfke
> On Dec 1, 2015, at 7:12 PM, Gerriet M. Denkmann wrote: > > “When you build an application or other executable, the compiler looks for > frameworks in/System/Library/Frameworks as well as any other location > specified to the compiler.” That hasn’t been true for a long time, at least since t

Re: How to import a Framework

2015-12-01 Thread Gerriet M. Denkmann
> On 2 Dec 2015, at 09:51, Roland King wrote: > > >> On 2 Dec 2015, at 10:39, Gerriet M. Denkmann wrote: >> >> I just made a Framework (Xcode 7.1), called ProcArgFramework. >> I copied it into /Library/Frameworks. >> >> In some other Project I added: >> >> @import ProcArgFramework >>

Re: How to import a Framework

2015-12-01 Thread Roland King
> On 2 Dec 2015, at 10:39, Gerriet M. Denkmann wrote: > > I just made a Framework (Xcode 7.1), called ProcArgFramework. > I copied it into /Library/Frameworks. > > In some other Project I added: > > @import ProcArgFramework > > But Xcode says: “Module ProcArgFramework not found”. > > I