Skip to content
New issue

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

Getting Error after adding cpp file to my xcode project #343

Open
JawadJaber opened this issue Mar 22, 2016 · 1 comment
Open

Getting Error after adding cpp file to my xcode project #343

JawadJaber opened this issue Mar 22, 2016 · 1 comment

Comments

@JawadJaber
Copy link

Hi
I used this library and works fine, as i am developing I have added some c++ library to my project.

I have the following error for below lines

"cannot initiate a variable of type 'void*const' with an lvalue of type 'const char[9]' "

static void * const kNUIAssociatedClassKey = "nuiClass";
static void * const kNUIAssociatedAppliedFlagKey = "nuiIsApplied";
static void * const kNUIAssociatedGradientLayerKey = "nuiGradientLayer";

Any idea?

@timbodeit
Copy link
Collaborator

Can you provide a minimal example to reproduce this error?
I'm happy to take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants