ios linker errors

Welcome! Forums Unity Plugins In-App Web Browser ios linker errors

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #304
    gamedev2017
    Participant

    Hello!

    Thanks for the awesome plugin.. its quite helpful.

    Currently I am having some linker issues in iOS

    Showing Recent Messages
    “__LoadHTML”, referenced from
    _iOSInAppBrowser__LoadHTML_m3567277896 in Bulk_Assembly-CSharp-firstpass_0.o
    (maybe you meant: _iOSInAppBrowser__LoadHTML_m3567277896)
    “__OpenInAppBrowser”, referenced from:
    _iOSInAppBrowser__OpenInAppBrowser_m2513443971 in Bulk_Assembly-CSharp-firstpass_0.o
    (maybe you meant: _iOSInAppBrowser__OpenInAppBrowser_m2513443971)
    “__CloseInAppBrowser”, referenced from:
    _InAppBrowser_CloseBrowser_m3606980369 in Bulk_Assembly-CSharp-firstpass_0.o
    _iOSInAppBrowser_CloseBrowser_m372644987 in Bulk_Assembly-CSharp-firstpass_0.o
    _iOSInAppBrowser__CloseInAppBrowser_m2878976464 in Bulk_Assembly-CSharp-firstpass_0.o
    (maybe you meant: _iOSInAppBrowser__CloseInAppBrowser_m2878976464)
    “__IsInAppBrowserOpened”, referenced from:
    _InAppBrowser_IsInAppBrowserOpened_m3036631036 in Bulk_Assembly-CSharp-firstpass_0.o
    _iOSInAppBrowser_IsInAppBrowserOpened_m3173876582 in Bulk_Assembly-CSharp-firstpass_0.o
    _iOSInAppBrowser__IsInAppBrowserOpened_m2989662585 in Bulk_Assembly-CSharp-firstpass_0.o
    (maybe you meant: _iOSInAppBrowser__IsInAppBrowserOpened_m2989662585)
    “__SendJSMessage”, referenced from:
    _InAppBrowser_ExecuteJS_m1824884835 in Bulk_Assembly-CSharp-firstpass_0.o
    _iOSInAppBrowser_ExecuteJS_m3640738125 in Bulk_Assembly-CSharp-firstpass_0.o
    _iOSInAppBrowser__SendJSMessage_m2624783968 in Bulk_Assembly-CSharp-firstpass_0.o
    (maybe you meant: _iOSInAppBrowser__SendJSMessage_m2624783968)
    “__ClearCache”, referenced from:
    _BrowserOpener_OnClearCacheClicked_m4064958761 in Bulk_Assembly-CSharp-firstpass_0.o
    _InAppBrowser_ClearCache_m2402559222 in Bulk_Assembly-CSharp-firstpass_0.o
    _iOSInAppBrowser_ClearCache_m1339976928 in Bulk_Assembly-CSharp-firstpass_0.o
    _iOSInAppBrowser__ClearCache_m1834621035 in Bulk_Assembly-CSharp-firstpass_0.o
    (maybe you meant: _iOSInAppBrowser__ClearCache_m1834621035)
    ld: symbol(s) not found for architecture armv7

    Added -ObjC and tried adding frameworks too.. not sure how to fix it..

    kindly help

    #305
    PiotrPiotr
    Keymaster

    It seems you are missing files which come with plugin inside Plugins/iOS directory. Make sure they are there.

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