ios icon indicating copy to clipboard operation
ios copied to clipboard

Swift 3.2 Build Errors after latest PR

Open GeoJunkie opened this issue 5 years ago • 4 comments

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)

GeoJunkie avatar Aug 27 '19 11:08 GeoJunkie

In the Podfile, change line 10 to pod 'Freddy'. Then run pod update and recompile.

whitehat007 avatar Sep 03 '19 20:09 whitehat007

In the Podfile, change line 10 to pod 'Freddy'. Then run pod update and recompile.

Attempted this suggestion, still couldn't get it to build. ¯_(ツ)_/¯

vser avatar Sep 24 '19 07:09 vser

In the Podfile, change line 10 to pod 'Freddy'. Then run pod update and recompile.

Attempted this suggestion, still couldn't get it to build. ¯_(ツ)_/¯

This isn't working for me either. Any other suggestions?

KatieLovely avatar Sep 27 '19 13:09 KatieLovely

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 🏚

Danw33 avatar Oct 14 '19 00:10 Danw33