最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

xcode - Build error "'filamentOptions.h' file not found" on iOS - Stack Overflow

programmeradmin2浏览0评论

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

发布评论

评论列表(0)

  1. 暂无评论