[iOS] Use of undefined identifier FBAppCall

Tadashi Shigeoka ·  Mon, January 27, 2014

In an iOS app using FacebookSDK.framework, I encountered the following error during build:

Use of undefined identifier FBAppCall

The cause was that the FacebookSDK.framework version was different and the FBAppCall.h file didn’t exist at all…

Since FacebookSDK.framework wasn’t managed by CocoaPods, I want to put it under CocoaPods management soon.

That’s all from the Gemba.