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

? Ambiguous Use Errors #17

Closed
wm-j-ray opened this issue Oct 26, 2015 · 1 comment
Closed

? Ambiguous Use Errors #17

wm-j-ray opened this issue Oct 26, 2015 · 1 comment

Comments

@wm-j-ray
Copy link

In AERecord on lines 442 and 457 under Swift 2.1 and xCode 7.1 (7B91b) - App Store version with OS X 10.11.1, I am getting "Ambiguous use of 'entityName' " and "Ambiguous use of 'create(context:)' " respectively. I am building for IOS 9.1.

I think what could be the issue is I'm trying to use the same dataModel for both the app and my tests, i.e., I have the app schema and it is included in both the app and the test targets. I was also hoping I could also include your AERecord tests and test model (as they are thorough and I knew I would be able to learn something from them.

I'm probably doing something incorrectly as I'm just getting started with your library.

There has been a little discussion one SO (http://stackoverflow.com/questions/24087011/ambiguous-use-of-propertyname-error-given-overridden-property-with-didset-ob) as this possibly being an error in xCode but I think it's been radar'ed and fixed.

Any ideas or help would be greatly appreciated and thanx in advance

@tadija
Copy link
Owner

tadija commented Oct 31, 2015

Hello,

I'm not sure that I fully understand what your problem is, as there is no these errors in AERecord example project when built with same Xcode version.

If you still have this issue, it would be helpful to post some example project which shows that particular problem in action.

@tadija tadija closed this as completed Oct 31, 2015
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