-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
OS X errors with swift 4 #2819
Comments
Here is an example of the error "Type 'NSAttributedStringKey' (aka 'NSString') has no member 'font'" |
Seeing same issues. 63 errors in total. UPDATE: downgraded to 3.0.3 and everything is fine now. |
The same issue. |
https://developer.apple.com/documentation/foundation/nsattributedstringkey an example
it's fine |
same here |
look at demo OS X "PieDemoViewController.swift" |
I don't see what looking at a demo will do. The project simply would not build. |
I'm also having the same problem with iOS. I tried downgrading to 3.0.3 which did not help. I also tried to manually go through and 'fix' all of the bugs that were highlighted in XCode (there were upwards of 100 in total) and I think I did more damage than good. Now, my app completely crashes every time I try to display a Chart I'm surprised more people are not having the same issue after upgrading XCode Thank you |
I believe your issue is that you have not set the correct swift version language for the pod that you are using or your project as a whole. This is something that I am sure a lot of people are having issues with. If you create a stack overflow issue, I would be more than happy to answer your question there and then link to it here so that the most people will benefit from it. You can link to the stack overflow issue here so I can go ahead and post an answer there. |
I just created a question at stackoverflow: I appreciate your help! |
I just posted an answer. I hope that helps. |
This seems resolved. Closing. |
Please help me out with this error!!!
Error showing like this... Cannot assign value of type '[String : Any]?' to type '[NSAttributedStringKey : Any]? |
I am getting multiple error when building with swift 4. Does your swift 4 release support OS X as well as iOS? I am on version 3.0.4.
The text was updated successfully, but these errors were encountered: