robbiehanson / XMPPFramework

An XMPP Framework in Objective-C for Mac and iOS
Other
5.91k stars 2.09k forks source link

Error while integrating XMPPFramework in my Framework based Project. #864

Open prem2001 opened 7 years ago

prem2001 commented 7 years ago

I am integrating XMPPFramework in my Framework base project in (Framework folder) it give this error:

dyld: Library not loaded: @rpath/CocoaAsyncSocket.framework/CocoaAsyncSocket   Referenced from: /Users/test/Library/Developer/Xcode/DerivedData/MyApp-bvhcxnzgaetvmidhihsrlubuqcjs/Build/Products/Debug-iphonesimulator/Myframework.framework/MyframeworkSDK   Reason: image not found 

If I am integrating in Simple Project (NOT Framework project) it work Properly well.

So, please help me how I can Integrate XMPPFramework Library in my Framework Based project.

demothreen commented 4 years ago

I have the same problems, did anyone find a solution?