Search Unity

Unity3D 4.2 building for iOS results in "AppController.h file not found" error

Discussion in 'Editor & General Support' started by huminado, Aug 28, 2013.

  1. huminado

    huminado

    Joined:
    Sep 18, 2012
    Posts:
    9
    I just updated to Unity3D 4.2, and tried to build for iOS, which has been working fine for months now in 4.1.5. Immediately get an Xcode error:

    UWKWebEngine.h "Lexical or Preprocessor Issue 'AppController.h' file not found

    Apparently this is related to uWebKit, but that builds fine in 4.1.5.
     
  2. uWebKit.com

    uWebKit.com

    Joined:
    Feb 16, 2013
    Posts:
    119
    Hello,

    It looks like Unity 4.2 changed up some filenames in 4.2. This isn't technically Unity related but it does affect native iOS plugins, like uWebKit. There is an updated uWebKit 1.5c with Unity 4,2 support available for download here: https://github.com/TheEngineCompany/uWebKit

    ~Josh
     
  3. Conflei

    Conflei

    Joined:
    Apr 21, 2013
    Posts:
    44
    Hey, how did you solve it?
     
  4. fdsfsdf

    fdsfsdf

    Joined:
    Apr 23, 2013
    Posts:
    5
    Change appcontroller.h to Unityappcontroller.h in xcode.
     
  5. Andrey-Postelzhuk

    Andrey-Postelzhuk

    Joined:
    Nov 26, 2013
    Posts:
    75
    Thanks. It has solved me problem with FacebookSDK.