You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the IOSLinkedInAPI Pod in my companies project.
Today we tried to issue an update with the fix for the added characters in the state. (#71)
Now we experience issues added by PR #70.
Xcode complains that it can't find AFHTTPManager (which should get evaluated by the checks added in #70 ).
Anyone know how we could fix this? For now we reverted that commit in our fork.
Our project:
Deployment Target: iOS8
Using updated and forked IOSLinkedInAPI
The text was updated successfully, but these errors were encountered:
Same issue here. I'm using AFNetworking 2.0 (both AFNetworking/AFHTTPRequestOperationManager.h and AFNetworking/AFHTTPSessionManager.h are present in AFNetworking 2.6.3)
Hello!
I am using the IOSLinkedInAPI Pod in my companies project.
Today we tried to issue an update with the fix for the added characters in the state. (#71)
Now we experience issues added by PR #70.
Xcode complains that it can't find AFHTTPManager (which should get evaluated by the checks added in #70 ).
Anyone know how we could fix this? For now we reverted that commit in our fork.
Our project:
Deployment Target: iOS8
Using updated and forked IOSLinkedInAPI
The text was updated successfully, but these errors were encountered: