[!] Unable to determine Swift version for the following pods:
See original GitHub issueI tried to add the pod using Xcode10, but I got this error:
[!] Unable to determine Swift version for the following pods:
flutter_crashlytics
does not specify a Swift version and none of the targets (Runner
) integrating it have theSWIFT_VERSION
attribute set. Please contact the author or set theSWIFT_VERSION
attribute in at least one of the targets that integrate this pod.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Unable to determine Swift version for the following pod" - Error
It's because your project is very old and never set Swift version in the project. Try to create one new swift ...
Read more >iOS : 'Unable to determine Swift version for the following pod
iOS : ' Unable to determine Swift version for the following pod " - Error [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] ...
Read more >Pod install error on new project: TensorFlowLiteSwift - iOS
Unable to determine Swift version for the following pods: - `TensorFlowLiteSwift` does not specify a Swift version and none of the targets (` ......
Read more >pod install 报错[!] Unable to determine Swift version for ... - 简书
Unable to determine Swift version for the following pods: xxx does not specify a Swift version and none of the targets ( Runner...
Read more >[!] Unable to determine Swift version for the following pods
[!] Unable to determine Swift version for the following pods: - `InputMask` does not specify a Swift version and none of the targets...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed by creating an empty swift file in the project.
Just open the iOS project in the folder
ios/Runner/Runner.xcworkspace
with xcode and then just add a new swift file anywhere, xcode will automatic apply the changes need to your project support swift.