predicateWithFormat differs between Tiger and Leopard

2008-04-24 Thread Richard Salvatierra
I am attempting to search within an SQL database. (coreData) The predicate below filters the search properly in Leopard, but not in Tiger. Have I missed something? [NSPredicate predicateWithFormat: @"presentation_type == 0 AND (ANY toSlides.slide_text LIKE[cd] %@)", [NSString stringWithForma

link to a Framework from within a sub bundle

2009-05-21 Thread Richard Salvatierra
I have an application with a copy phase that places a custom framework in the the app bundle /Contents/Frameworks/ folder. I also have bundles in /Contents/Modules/ folder of the main bundle. My question is: How do I link to a Framework in the main bundle /Contents/ Frameworks/ folder from a

Re: link to a Framework from within a sub bundle [solved]

2009-05-21 Thread Richard Salvatierra
The framework needs the "Installation Directory" as @executable_path/../Frameworks I have an application with a copy phase that places a custom framework in the the app bundle /Contents/Frameworks/ folder. I also have bundles in /Contents/Modules/ folder of the main bundle. My question is