I've built an Objective-C application that works on 10.9, but not on 10.5 (Mac Mini Core Duo; 32-bit).
When I open the .DMG file (on the Mini), the icon includes the 'no' symbol (circle-with-a-line through it). When I attempt to launch the application, I get an error that reads You can't open the application [application name here] because it is not supported on this type of Mac.
.
Project's Build settings:
- Base SDK: Latest OS X (OS X 10.9)
- Valid Architectures: i386 x86_64
- OS X Deployment Target: OS X 10.5
screenshot:
Program not supported on this type of mac computer
Relevant: enter link description here
What am I missing?