2
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"

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

Missing required modules : 

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

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

4

0 回答 0