i am getting these errors when i try to compile on iOS:
on ios: FBLinkShareParams *dialogParams = [[[FBLinkShareParams alloc] init] autorelease]; /Users/Daniel/Repos
Following user2018862's advice, this worked for me (setting the -fno-objc-arc flag for FbUnityInterface.mm
), where FbUnityInterface.mm
is found under the "Compiled Sources" section of the "Build Phases" pane.
Put -fno-objc-arc in the compile flags of the FbUnityInterface.mm , and it will work