snipsco / Postal

A Swift framework for working with emails
MIT License
652 stars 81 forks source link

"Use of extraneous '&'" error when building for iOS 12 #80

Closed henrik-dmg closed 6 years ago

henrik-dmg commented 6 years ago

When compiling a project with Postal installed via CocoaPods, the build fails in Extensions+Parsing.swift with error Use of extraneous '&' in lines 51, 55, 60 and 64

klefevre commented 6 years ago

hey @Fri3ndlyGerman thanks for pointing this out. I don't have time to fix this issue now. If you want a quick fix you can post a PR and I'll merge it asap and will perform a release in the mean time. Otherwise it'll have to wait a bit...

henrik-dmg commented 6 years ago

Never mind, the issue is gone in the new beta (Xcode 10 beta 4), thanks for your time anyway