liveservices / LiveSDK-for-iOS

LiveSDK library for integrating with Live Connect
MIT License
138 stars 84 forks source link

Can't use the sdk #58

Closed francoC closed 9 years ago

francoC commented 9 years ago

Is this supposed to have a .framework file? I can't find it anywhere. I'm following the instructions of referencing the API source code directly, but it won't show me the login screen (it's just empty).

Regards, F

francoC commented 9 years ago

FYI,

I put the "-fno-objc-arc" flag for the sdk classes so I can build them in my ARC project.

rgregg commented 9 years ago

@francoC we definitely recommend using the cocoapods approach to integrating the Live SDK to avoid that problem.