Postal icon indicating copy to clipboard operation
Postal copied to clipboard

Carthage build error

Open TungVuDuc2805 opened this issue 6 years ago • 1 comments

error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'Result-iOS' from project 'Result') error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'Result-iOS' from project 'Result')

Please release new version :(

TungVuDuc2805 avatar Oct 29 '19 04:10 TungVuDuc2805

You have to specify like this to take the latest version:

github "snipsco/Postal" "HEAD"

unixb0y avatar May 08 '20 15:05 unixb0y