facebook-sdk-for-unity icon indicating copy to clipboard operation
facebook-sdk-for-unity copied to clipboard

An error occurred while referencing 'contextDialog' in v12.0

Open DulgiKim opened this issue 2 years ago • 1 comments

Checklist

Environment

  • Unity Editor Version: 2018.4.36f1
  • Unity SDK Version: 12.0.0

Goals

Make & Export Unity-Package in MacOS and build in iOS platform

Expected Results

Get successfully built Unity-Package / Test for iOS up to 15.3.1

Actual Results

It works fine in Android But when I tried to build in iOS, compile error has occurred I found that FBUnitySDKDelegate.m file has some missed declaration about contextDialogs

Steps to Reproduce

  • Download SDK project
  • Make Unity package through shell
  • Import to unity project
  • Build iOS product then build Xcode project
  • Error occurred

Code Samples & Details

undefined symbols for architecture armv7: "_IOSFBGetCurrentGamingContext", referenced from: _IOSWrapper_GetCurrentGamingContext_mB38C4B63D0FDB368805847A4FD525ED75CB61D73 in Bulk_Facebook.Unity.IOS_0.o _IOSWrapper_IOSFBGetCurrentGamingContext_m1C02FA1CC00703EBC14B67CCFE10DFA3F711F707 in Bulk_Facebook.Unity.IOS_0.o (maybe you meant: _IOSWrapper_IOSFBGetCurrentGamingContext_m1C02FA1CC00703EBC14B67CCFE10DFA3F711F707) "_IOSFBChooseGamingContext", referenced from: _IOSWrapper_ChooseGamingContext_m33E5511F199316480884810B414F44607F077FCC in Bulk_Facebook.Unity.IOS_0.o _IOSWrapper_IOSFBChooseGamingContext_m4F9418DFEB4BDD2E05CAB5414C70A9308B3A1DF5 in Bulk_Facebook.Unity.IOS_0.o (maybe you meant: _IOSWrapper_IOSFBChooseGamingContext_m4F9418DFEB4BDD2E05CAB5414C70A9308B3A1DF5) "_IOSFBSwitchGamingContext", referenced from: _IOSWrapper_SwitchGamingContext_mE71DE772C14F03EF55B44FD9CBFD51E5BBA87E79 in Bulk_Facebook.Unity.IOS_0.o _IOSWrapper_IOSFBSwitchGamingContext_m26D132566471812292E9AE1E0E5F25B1C4405A59 in Bulk_Facebook.Unity.IOS_0.o (maybe you meant: _IOSWrapper_IOSFBSwitchGamingContext_m26D132566471812292E9AE1E0E5F25B1C4405A59) "_IOSFBCreateGamingContext", referenced from: _IOSWrapper_CreateGamingContext_mC1E2F6C2368DCC302CF6B6E0516EF28D4EF97ADC in Bulk_Facebook.Unity.IOS_0.o _IOSWrapper_IOSFBCreateGamingContext_mCD222EDA797588D6E0C25871A900626017B1DDFB in Bulk_Facebook.Unity.IOS_0.o (maybe you meant: _IOSWrapper_IOSFBCreateGamingContext_mCD222EDA797588D6E0C25871A900626017B1DDFB)

DulgiKim avatar Apr 19 '22 03:04 DulgiKim

@DulgiKim Hey, did you manage to resolve this issue?

playjoy-dev avatar May 05 '22 15:05 playjoy-dev