kennytm/iphone-private-frameworks

i really what to know how to use this framework into Xcode, too.

Opened this issue · 1 comments

hi
thanks for you sharing this useful framework.
i was downloaded all file of "iPhone-private-franework" and copy that into(under) my Xcode project app,
but it doesn't work when it run,
i'm fail to use it, there're 9 issues show.....
such error message were like "conflicting types for GSEventGetLocationWindow " or "typedef redefinition with different types ('struct GSPathinfo vs struct GSPathinfo'.....) "

could you kindly tell me how to setup this framework into me xcode correctly?
Thank you

Jimmy

GitHub's Issues feature is not for requesting help, it is for reporting issues with the software.

However, these errors are simply the result of double definitions of the data types in GraphicsServices. You should delete or not include the conflicting definitions.