react-native-unity-view icon indicating copy to clipboard operation
react-native-unity-view copied to clipboard

'UnityFramework/UnityFramework.h' file not found

Open Hema1Latha opened this issue 4 years ago • 7 comments

Can ay one help me on resolving this issue Screenshot 2020-12-30 at 6 33 47 PM

Hema1Latha avatar Dec 30 '20 13:12 Hema1Latha

Have you managed to solve this issue?

marek-charactr avatar Dec 31 '20 16:12 marek-charactr

Issue 'UnityFramework/UnityFramework.h' file not found

Detail: iOS Build for Simulator Failed UnityFramework.h not found in UnityUtils.H

Build for Simulator has exported project by following all steps from custom package import to build settings, has reconfigured iOS project as well in Xcode for the framework and other schema settings but it fails to build.

Unity Editor 2019.3

Xcode 12.4

@Hema1Latha have you found any solution? Screenshot 2021-02-16 at 14 46 14

syeddanishdev avatar Feb 16 '21 13:02 syeddanishdev

Same issue

nerdaliciousCH avatar Mar 01 '21 07:03 nerdaliciousCH

For anyone having this issue. Here is the solution: https://github.com/asmadsen/react-native-unity-view/issues/8#issuecomment-728683394

You have to add UnityFramework as part of your build scheme so it builds before your project is built. See the link above.

shercoder avatar Mar 01 '21 17:03 shercoder

I am facing the same issue Xcode 13.1 Unity 2019.4.39f1

When I add UnityFramework in the Frameworks , Libraries and Embedded Content section, it is not able to find out unityFramework file. image

image When I check UnityFramework in project navigator I get this image

Someone please help me with this

sudshek avatar May 30 '22 08:05 sudshek

I run on the IOS device, not IOS simulation, and this problem is solved

thangnqorai avatar Oct 17 '22 03:10 thangnqorai

For anyone having this issue. Here is the solution: #8 (comment)

You have to add UnityFramework as part of your build scheme so it builds before your project is built. See the link above.

Also make sure your scheme's Build Order is set to Manual: xcode-manual-order

abedolinger avatar Jun 29 '23 18:06 abedolinger