You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2022. It is now read-only.
Hi, I have these issue for days, and I couldn't solve it. I am trying to run the ios version of the react native, and it keep saying UnityFramework.h is not found. I have tried Pod Install, Yarn Install. It still failed. Any insights on this? Thanks in advance.
Laptop: M1 Macbook
Error:
fatal error: 'UnityFramework/UnityFramework.h' file not found
#include <UnityFramework/UnityFramework.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
** BUILD FAILED **
The following build commands failed:
CompileC /Users/fredjackyong/Library/Developer/Xcode/DerivedData/kebunapp-fhugorrhcqzaaadcodjvwotasrsq/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNUnity.build/Objects-normal/arm64/UnityResponderView.o /Users/fredjackyong/Documents/kebunapp/app/kebunapp/node_modules/react-native-unity-play/ios/RNUnity/UnityResponderView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RNUnity' from project 'Pods')
(1 failure)
Hi, I have these issue for days, and I couldn't solve it. I am trying to run the ios version of the react native, and it keep saying UnityFramework.h is not found. I have tried Pod Install, Yarn Install. It still failed. Any insights on this? Thanks in advance.
Laptop: M1 Macbook
Error:
fatal error: 'UnityFramework/UnityFramework.h' file not found
#include <UnityFramework/UnityFramework.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
** BUILD FAILED **
The following build commands failed:
CompileC /Users/fredjackyong/Library/Developer/Xcode/DerivedData/kebunapp-fhugorrhcqzaaadcodjvwotasrsq/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNUnity.build/Objects-normal/arm64/UnityResponderView.o /Users/fredjackyong/Documents/kebunapp/app/kebunapp/node_modules/react-native-unity-play/ios/RNUnity/UnityResponderView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RNUnity' from project 'Pods')
(1 failure)
Dependencies:
"react": "17.0.2",
"react-native": "0.66.4",
"react-native-unity-play": "^0.1.6"
node version: v16.13.1
Xcode version: v13.1