在另一个应用程序中运行动态库时缺少必需的模块

时间:2016-05-21 21:57:04

标签: ios libraries carthage

carthage version: 0.16.2
xcodebuild -version: Xcode 7.3.1 Build version 7D1014
Are you using --no-build? No
Are you using --no-use-binaries? No
Are you using --use-submodules? No
Structure of Cartfile
github "Alamofire/Alamofire" ~> 3.3
github "Hearst-DD/ObjectMapper" ~> 1.2
github "DaveWoodCom/XCGLogger" ~> 3.3
github "SwiftyJSON/SwiftyJSON"
github "krzyzanowskim/CryptoSwift"
github "iosdevzone/IDZSwiftCommonCrypto"
github "ashleymills/Reachability.swift"
github "ViccAlexander/Chameleon"
github "Alamofire/AlamofireImage" ~> 2.0
github "akosma/SwiftMoment"

以上是我的cartfile的结构。我正在创建一个包含所有这些框架的动态框架。我的动态框架正确构建。但是当我在我的应用程序项目中使用我的动态框架时,我收到以下错误

Missing required modules : 

'Alamofire',
'XCGlogger',
'SwiftMoment',
'AlamofireImage',
'Chameleon',
'Reachability',
'IDZSwiftCommonCrypto',
'CryptoSwift',
'SwiftyJSON',
'ObjectMapper'
  

我是否需要做额外的事情才能将carthage> build > ios frameworks链接到我的项目中?

0 个答案:

没有答案