Workaround for Unity5 iOS compile error with facebook-unity-sdk 6.2.1

后端 未结 2 1949
没有蜡笔的小新
没有蜡笔的小新 2021-01-07 02:15

i am getting these errors when i try to compile on iOS:

on ios: FBLinkShareParams *dialogParams = [[[FBLinkShareParams alloc] init] autorelease]; /Users/Daniel/Repos

2条回答
  •  臣服心动
    2021-01-07 02:54

    Put -fno-objc-arc in the compile flags of the FbUnityInterface.mm , and it will work

提交回复
热议问题