Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Xcode error: main.mm UnityFramework/UnityFramework.h file not found

Discussion in 'iOS and tvOS' started by kaarloew, Feb 11, 2020.

  1. kaarloew

    kaarloew

    Joined:
    Nov 1, 2018
    Posts:
    360
    So, we updated our existing Unity 2019.1 project to 2019.3 project. Android build goes fine, but iOS build stops on following Xcode error:
    If I manually replace
    #include <UnityFramework/UnityFramework.h>
    with
    #include "../UnityFramework/UnityFramework.h"
    it works. Am I missing something here?
     
  2. yurykorzun

    yurykorzun

    Joined:
    Oct 29, 2015
    Posts:
    41