We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 of 'Element' error on Building Project
Ambiguous use of 'Element'
To Reproduce Steps to reproduce the behavior:
Screenshots
Environment:
The text was updated successfully, but these errors were encountered:
Can you also post what your Podfile looks like? Thanks!
Sorry, something went wrong.
I think this is from an old version of SWXMLHash... if you're on Xcode 10 with Swift 5+, make sure your Podfile is targeting 5.0.0. Like so:
5.0.0
pod 'SWXMLHash', '~> 5.0.0'
See also #140.
@drmohundro 👍 It was an issue with old Xcode
No branches or pull requests
Ambiguous use of 'Element'
error on Building ProjectTo Reproduce
Steps to reproduce the behavior:
Screenshots
Environment:
The text was updated successfully, but these errors were encountered: