how to import private frameworks in xcode

孤街醉人 提交于 2019-12-19 04:38:19

问题


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


回答1:


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/...>



来源:https://stackoverflow.com/questions/4201525/how-to-import-private-frameworks-in-xcode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!