Missing required modules while running the dynamic library in another application #1316

Hello,


I'm pretty new to this forum, hoping to get help from somebody with this issue described below.


I am creating a dynamic framework which contains all the frameworks listed below.


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"


My dynamic framework is getting build properly but when I use my dynamic framework in my app project I am getting the following error;


Missing required modules : 'Alamofire','XCGlogger','SwiftMoment','AlamofireImage','Chameleon','Reachability','IDZSwiftCommonCrypto','CryptoSwift','SwiftyJSON','ObjectMapper'


Do I need to do anything extra to link my carthage> build > ios frameworks into my project?


Any help would be appreciated..


Carthage version: 0.16.2

Xcodebuild -version: Xcode 7.3.1 Build version 7D1014

Did you get the solution for this? I am facing similar issue.

Missing required modules while running the dynamic library in another application #1316
 
 
Q