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
プロジェクトにリンクするために何か特別なことをする必要がありますか?