manatails008
manatails008

Reputation: 229

how to import private frameworks in xcode

I am a novice iPhone programmer I want to use some of the functions in the private framework

https://github.com/kennytm/iphone-private-frameworks

how should I install them? I tried some ways but it seems that I am doing something wrong. what I want to use is SpringBoard.framework

Upvotes: 2

Views: 6332

Answers (1)

iphony
iphony

Reputation: 536

Try This

or

You can easily "add" a private framework in XCode: right click in the left panel, select Add > Existing Framework > Add Other, and browse to /System/Library/PrivateFrameworks/...>

Upvotes: 3

Related Questions