简体   繁体   中英

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

I have build an application with xcode 2.4 (universal binary with sdk10.5) on Mac 10.6, when im invoking the application in mac 10.3.9 the application is not getting invoked. Its workin in 10.4 and above version?

Can someone suggest me on this..

The Mac OS X 10.5 SDK targets the Mac OS X system version 10.5. It's no surprise it's not working with earlier versions.

Use the Mac OS X 10.3 SDK if you want your program to run on Panther. I believe it is still available as an optional package when you install Xcode.

Hey i loaded the libraries dynamically which i was using and getting the function pointers of the required function, now the build is working fine in 10.3.9??? i need not change the sdk's to make the application run in 10.3.9..

i used dlopen('); and dlsym().

Thanks You.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM