ios
ios copied to clipboard
Swift 3.2 Build Errors after latest PR
Steps to reproduce
- Follow the installation steps in README.md
Expected behavior
- Installation of ios app
Actual behavior
Build Error: error: SWIFT_VERSION '3.2' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'Freddy')
Device Info
Tested on iPhone Xs Max, iOS 12.4, Xcode Version 10.3 (10G8)
In the Podfile
, change line 10 to pod 'Freddy'
. Then run pod update
and recompile.
In the
Podfile
, change line 10 topod 'Freddy'
. Then runpod update
and recompile.
Attempted this suggestion, still couldn't get it to build. ¯_(ツ)_/¯
In the
Podfile
, change line 10 topod 'Freddy'
. Then runpod update
and recompile.Attempted this suggestion, still couldn't get it to build. ¯_(ツ)_/¯
This isn't working for me either. Any other suggestions?
It looks like Freddy hasn't been updated for building on Swift 4.0+, there's an open PR on bignerdranch/Freddy however the repo is archived and hasn't had a release since 3.0.3 in October 2017 🏚