Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Trouble installing iOS Facebook Plugin — Gideros Forum

Trouble installing iOS Facebook Plugin

amaximovamaximov Member
edited August 2013 in Plugins
I've looked through all the forum posts regarding the iOS Facebook plugin but I am still stuck. I am using Xcode 4.6.2. I have added the Facebook framework to my project and checked that facebookbinder.cpp and gfacebook-ios.mm are listed under "compile sources" under build phases. I also added the Accounts and AdSupport Framework which @atilim said were needed in this thread: http://giderosmobile.com/forum/discussion/comment/14402#Comment_14402

I then added the ios facebook plugin source files from the Gideros install directory to the plugin folder of my Xcode project.

I was first getting the error that gfacebook.h could not be found in gfacebook-ios.mm #include which I changed to quotes (#include "gfacebook.h") to get rid of the error.

Now Xcode is telling me that Facebook.h cannot be found which is the next line after including gfacebook.h.

@atilim mentioned that this link https://developers.facebook.com/docs/howtos/feed-dialog-using-ios-sdk/#step2 has some sort of valuable info for backwards compatibility headers? I can't seem to find the relevant info with that link. I might be blind :)

I have some very basic C++ knowledge and have never made a native iOS app so much help would be appreciated :)
Sign In or Register to comment.