Module compiled with swift 3.0 cannot be imported in Swift 3.0.1

后端 未结 9 1590
执念已碎
执念已碎 2020-11-30 21:59

I upgraded Xcode to 8.1 GM and am now getting the below error for SwiftyJSON. Other imported frameworks seem to work. Is there a way to force this to work in Swift 3 until S

9条回答
  •  我在风中等你
    2020-11-30 22:42

    In Xcode Build Settings make sure your Framework Search Paths contain the appropriate Carthage Build folder:

    $(inherited)
    $(PROJECT_DIR)/Carthage/Build/iOS
    

提交回复
热议问题