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

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

    I was able to fix this problem by doing the following (step by step):

    1. Go to Build Settings
    2. At the top select All and Combined
    3. Under Build Options you should see Always Embed Swift Standard Libraries and it is bold.
    4. Click on it and click delete (<-). It should now be unbolded. (Normal text = inherit)
    5. Pod install and the error/errors should go away!

提交回复
热议问题