iphone-private-frameworks icon indicating copy to clipboard operation
iphone-private-frameworks copied to clipboard

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

Open jimmyyjlee opened this issue 14 years ago • 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

jimmyyjlee avatar Nov 03 '11 07:11 jimmyyjlee

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.

conradev avatar Nov 04 '11 00:11 conradev