DyKnow / SignalR-ObjC

Objective-C Client for the SignalR Project works with iOS and Mac
MIT License
443 stars 213 forks source link

Undefined symbols for architecture x86_64:"_OBJC_CLASS_$_SRConnection", referenced from:objc-class-ref in #287

Open Eng-Anglo opened 7 years ago

Eng-Anglo commented 7 years ago

I add Signalr in objective c and add code for using HUB Connection but when run code I find this issues
Undefined symbols for architecture x86_64:"_OBJCCLASS$_SRConnection", referenced from:objc-class-ref in
Xcode version is : Version 8.2 beta (8C30a) screen shot 2017-04-19 at 12 14 42 pm

lauri24 commented 7 years ago

Look over that you dont miss any import statements and you have added the Signalr(version for ios) library correctly to your project/workspace. But it seems like you have messed up something with import or adding the Signalr in your project