I am compiling an iOS project that is created using react-native
. One library, react-native-photo-editor
, fails to be built with a very odd error. It complains of "no such file or directory" on a file that clearly exists.
However, the file definitely exists. I can use Terminal to tail
that file.
Several things that I think might contribute to this problem is that my user directory has a space (adityasantoso 1
). There is also an @
sign at the compilation message that I am not sure what it stands for.
Environment:
- Mac OSX Mojave 10.14.6
- Xcode Version 11.3.1 (11C504)
- Toolchain: Swift 4.1.3 Release 2018-07-27 (a). This is not the default Swift toolchain for this version of Xcode
react-native
: 0.59.10react-native-photo-editor
: 0.0.7
Any idea what else I can try out to make it compile?