What's ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES with CocoaPods, Swift 3 and Xcode 8

前端 未结 6 678
隐瞒了意图╮
隐瞒了意图╮ 2020-12-08 01:49

after installing cocoapods and adding pod \"SwiftCarousel\" to pod file and uncomment the platform :ios, \'9.0\' I got this ERROR

ALWAYS

6条回答
  •  心在旅途
    2020-12-08 02:06

    1. Delete your Pods folder
    2. set the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to $(inherited);
    3. run pod install

提交回复
热议问题