简体   繁体   中英

How to use Springboard framework in xcode 4.3.1

I want to use "springboard" framework , I have added that framework by drag and drop in xcode downloading from github.com , but when I want to run it I got some error :

Undefined symbols for architecture i386:
"_SBSCopyLocalizedApplicationNameForDisplayIdentifier", referenced from:

-[ViewController getActiveApps] in ViewController.old: symbol(s) not found for architecture i386 clang: error: linker command

failed with exit code 1 (use -v to see invocation)

why this error any one have any idea. I think have some issue in "headersearch path" setting any one kindly say how to set this . Thanks.

Having the headers is not enough, you have to link to the springboard binary as well.

However, I'm pretty sure the springboard is not available inside an application, so even if you get it to link, I'm pretty sure calling any springboard method will fail.

What you need to do to use springboard's methods is to make a mobile substrate extension.

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