objective c - Application build on Xcode 2.4 with mac 10.5 sdk is not getting invoked in Mac 10.3.9? -


i have build application xcode 2.4 (universal binary sdk10.5) on mac 10.6, when im invoking application in mac 10.3.9 application not getting invoked. workin in 10.4 , above version?

can suggest me on this..

the mac os x 10.5 sdk targets mac os x system version 10.5. it's no surprise it's not working earlier versions.

use mac os x 10.3 sdk if want program run on panther. believe still available optional package when install xcode.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -