Import Logger in Swift Package gives error when building for iOS only

前端 未结 0 1654
时光说笑
时光说笑 2021-01-15 19:42

I created a new Swift Package and added this to the Package.swift:

platforms: [
    .iOS(.v14)
],

In the source file, I added this code:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题