I just created new app on bare react native and install react-native-filament lib. I have an error 'utils/compiler.h' file not found
. If I'll replace #include <utils/compiler.h>
with #include <react_native_filament/utils/compiler.h>
it will work, but paths to headers like this is far more than one in a lot of files.
File with this error located in
/Users/user/Library/Developer/Xcode/DerivedData/projectname-cycsqmerwyfniahgvcopktkzbare/Index.noindex/Build/Products/Debug-iphoneos/react-native-filament/react_native_filament.framework/Headers/
and file that 'don't exist' located in /Users/user/Library/Developer/Xcode/DerivedData/projectname-cycsqmerwyfniahgvcopktkzbare/Index.noindex/Build/Products/Debug-iphoneos/react-native-filament/react_native_filament.framework/Headers/utils
.
Please, help me to find the proper way to resolve this issue.
Many thanks! Screenshot 1
I tried to add path to headers in project and target build settings and manually change path to the file