We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
wanted to take a look at this project, for iOS, but it doesn't compile: Unknown type name NSPoint in MPPoint.h - this symbol is obviously OSX only.
Also the MPGestures.xcworkspace contains references to projects that don't exist...
Thanks.
The text was updated successfully, but these errors were encountered:
I've not used it on iOS recently, however, this should be easy to sort out: the nspoint / cgpoint disparity is sorted with a compatibility macro.
Did you init and update submodule references? that's needed as the first step before building.
Sent from my iPhone.
On 1 Jun 2014, at 08:47, brynjar notifications@github.com wrote: Hi, wanted to take a look at this project, for iOS, but it doesn't compile: Unknown type name NSPoint in MPPoint.h - this symbol is obviously OSX only. Also the MPGestures.xcworkspace contains references to projects that don't exist... Thanks. — Reply to this email directly or view it on GitHub.
On 1 Jun 2014, at 08:47, brynjar notifications@github.com wrote:
— Reply to this email directly or view it on GitHub.
Sorry, something went wrong.
Still doesn't work for iPhone
No branches or pull requests
Hi,
wanted to take a look at this project, for iOS, but it doesn't compile:
Unknown type name NSPoint in MPPoint.h - this symbol is obviously OSX only.
Also the MPGestures.xcworkspace contains references to projects that don't exist...
Thanks.
The text was updated successfully, but these errors were encountered: