-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
'count' is unavailable: there is no universally good answer #442
Comments
I am running Xcode 8.3.3 in Swift 3.2 language mode. |
This Pull Request fixes this issue (for me). |
I had the same problem using Xcode 8.3.3, also in Swift 3.2 mode, and a brand-new Carthage-based install. I manually applied Blake's patch and it resolved the issue. |
Also, for anyone else wondering, Xcode 9.2 seems to work out of the box, without the patch mentioned above. Which makes sense since Swift 4 made Strings collections again. |
ha, yeah I didn't do anything with Swift 3.2 😄. I pulled in your PR though (#443) into the latest 3.0.4 release. Thanks again. |
@daltoniam could help me i am also facing the same error 'count' is unavailable: there is no universally good answer. |
Which version of Starscream are you using in your project @Saifalip? |
I updated to the latest version (3.0.3) and am now getting a strange error in four places.
My environment is:
• Xcode 8.3.3
• Swift 3.2
• Starscream 3.0.3
The errors I'm seeing are:
I imagine this would be simple enough to fix with:
The text was updated successfully, but these errors were encountered: