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

Result/Result/ResultProtocol.swift:131:14 Type of expression is ambiguous without a type annotation #118

Open
liuzhonghu opened this issue Jan 17, 2025 · 1 comment

Comments

@liuzhonghu
Copy link

Yeah!an error happend : Result/Result/ResultProtocol.swift:131:14 Type of expression is ambiguous without a type annotation.

Image

@liuzhonghu
Copy link
Author

I fixed this issue by add the setting:
installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '4.0' end end

i used cocoapods version 5.0.0 ,and i want 5.1.0 which support swift 5.0, god wish!

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

1 participant