jeyben/IOSLinkedInAPI

Use of undeclared type 'LIALinkedInHttpClient'

datomnurdin opened this issue · 0 comments

Since I updated my xcode to 6.3.1, I got this error message

/Users/MNurdin/Documents/iOS/xxxxx/Controllers/Profile/SettingBakTableViewController.swift:16:17: Use of undeclared type 'LIALinkedInHttpClient'

I initialize client variable like this

var client: LIALinkedInHttpClient!

It's impossible to import LIALinkedInHttpClient via swift since I already did bridging header. Please advice. Thank you.