AutosoftDMS / SignalR-Swift

SignalR client library written in pure Swift
MIT License
60 stars 55 forks source link

Almofire and Starscream frameworks appears red in Pod project. #37

Open sathishTkumar opened 6 years ago

sathishTkumar commented 6 years ago

Hi, After I open my workspace, under Pods->Frameworks, Almofire and Starscream frameworks appears red. What will be the reason for it? Basically am trying to built a custom framework which uses SignalR. So I reached out to Cocoapod to install SIgnalR-Swift and I followed the same steps you instructed. Once done, when i build the framework and integrate the same in my sample native iOS application project, on running it in my device, the app is crashing with the below error :

dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire Referenced from: /private/var/containers/Bundle/Application/A5D1062C-5CF6-421B-9B9F-08ECB85865A2/XXX.app/Frameworks/YYYY.framework/YYYY Reason: image not found

Kindly help me in getting rid of this issue.