react-native-unity-view
react-native-unity-view copied to clipboard
'UnityFramework/UnityFramework.h' file not found
Can ay one help me on resolving this issue

Have you managed to solve this issue?
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?

Same issue
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.
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.

When I check UnityFramework in project navigator I get this
Someone please help me with this
I run on the IOS device, not IOS simulation, and this problem is solved
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: