Static Library and Swift

前端 未结 4 509
别跟我提以往
别跟我提以往 2020-11-28 06:47

So I\'m working on an iOS project in Swift, and I wanted to create a Static library with some useful stuff in it.

My problem is when I try to build my lib in Xcode (

4条回答
  •  臣服心动
    2020-11-28 07:12

    Swift doesn't support static library

    Although the correct way should be create a framework, there is a workaround here.

提交回复
热议问题