Apple Mach-O Linker (ld) Error Group

Welcome! Forums Unity Plugins In-App Web Browser Apple Mach-O Linker (ld) Error Group

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1116
    MARG
    Participant

    Using the inappbrowser with an app I am building. Works fine in Android.

    Getting the following error when building in XCODE 9.4Undefined symbols for architecture armv64:
    “__LoadHTML”, referenced from:
    _iOSInAppBrowser__LoadHTML_m2434090599 in Bulk_Assembly-CSharp_0.o
    (maybe you meant: _iOSInAppBrowser__LoadHTML_m2434090599)
    “__OpenInAppBrowser”, referenced from:
    _iOSInAppBrowser__OpenInAppBrowser_m692599059 in Bulk_Assembly-
    ….

    d: symbol(s) not found for architecture armv64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    I am testing on a phone that has updated to iOS 11.4

    #1118
    PiotrPiotr
    Keymaster

    It seems you are missing files from Plugins/iOS (.mm and .h). Were they imported correctly? They also should be part of generated Xcode project.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.