-1

I am working on an application in which I implement ShareKit for sharing. It was working fine on Xcode 4.2. After I updated Xcode to 4.5.1, it gives me the error :

Can not find protocol declaration for OFFlickrAPIRequestDelegate

enter image description here

Mick MacCallum
  • 129,200
  • 40
  • 280
  • 281
Play cool
  • 158
  • 4
  • 12

1 Answers1

1

I had the same problem and the solution for me was to upgrade the ShareKit module.

Is has to do with a problem in AvailabilityMacros.h and iOs6

This post pointed me in the right direction: https://groups.google.com/forum/?fromgroups=#!topic/objectiveflickr/wWwA8jiNNlc

JKvr
  • 650
  • 7
  • 15