-
Notifications
You must be signed in to change notification settings - Fork 462
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
name' is unavailable: not available on iOS #379
Comments
I ended up having to wipe every trace of xCode from my machine aside from the application itself and restart my machine in order to get past this error. |
Is this issue resolved? I've cleared all processes and restarted the system as well. but I'm still not able to resolve this issue. |
The only way I was able to move past this was to alter NUIPRule.h and NUIPRule.m and rename the name property to pname and replace any reference to it in the rest of the NUI classes. Not ideal but allowed my project to build again. |
I fixed this issue adding a separate getter for the "name" variable. Details are in the my commit |
NUIPShiftReduceGotoTable is missing import of NUIPRule.h |
|
Nope |
I am not an owner of this repo. Just fixed the issue and created a pull request from my repo. It is still waiting for review. |
I was talking about how to fix this error: all you need to do here is to add missing import in this file. Also this repo had a lot of changes made in non-master branch, so it's unlikely that any PR to master will go through |
@Emailrus You are right. |
In case if someone is facing issue while running pod with @IlyaBoryanScopeTech's solution
|
@hilalbaig Great advice! Thanks! |
You can also use @hilalbaig's technique with https://github.com/tombenner/NUIParse.git now. |
name' is unavailable: not available on iOS
/Pods/NUIParse/NUIParse/Parsers/NUIPShiftReduceParsers/NUIPShiftReduceGotoTable.m:85:58: error: 'name' is unavailable: not available on iOS
return [(NSNumber *)[table[state] objectForKey:[rule name]] unsignedIntegerValue];
---> We are getting this issue while working on IOS 13.0 using XCode11 beta 6 version.
Please let us know the fix/update if any.
The text was updated successfully, but these errors were encountered: