Search Unity

Error on Xcode10, Undefined symbols for architecture armv64:"UnityKeyboard_GetText()"

Discussion in 'iOS and tvOS' started by wgcode, Oct 16, 2018.

  1. wgcode

    wgcode

    Joined:
    Nov 9, 2015
    Posts:
    5
    When I was using Xcode10 to compile the sample project exported from Unity4.7.2, I got a

    error below, the sample project can compile on Xcode9.4.1, but using Xcode10 get error


    error1.jpg
    error2.jpg

    I already import the libiPhone-lib.a in Libraries, but still have same errors, How can I do to

    solve this problem?