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

前端 未结 6 674
隐瞒了意图╮
隐瞒了意图╮ 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:30

    Go here in your build settings...

    And then highlight the "Always embed..." row and hit delete. This will change it to use the inherited property.

    Even after you make this change it will remain there but it will probably change from bold to normal text. If that change happens then it is inherited.

    Normal text = inherited.

    Bold text = overridden.

提交回复
热议问题