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
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
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