arnecs/MQTTKit

Build fails with SPM in Xcode 12 and earlier

Opened this issue · 0 comments

The project appears to use API that requires iOS 10.0 or newer but does not specify this requirement in the Package.swift file. This appears to cause Xcode 12 and earlier to compile it with a minimum deployment target below iOS 10 which causes a build failure.