React native camera 1.1.4
i followed the instruction and manually link for ios no face detection setup.
but when i build the project, i got this error
Argument list too long: recursive header expansion failed
can someone share the solution?
I opened a ticket about this a few months ago, and it was closed stating it was fixed, but this was not fixed for me.
You need to go to Xcode -> Libraries -> RNCamera.xcodeproj -> Framework Search Paths
this works for me: $(SRCROOT)/../../ios and I need to change it from $(SRCROOT)/../../../ios
But this isn't a great solution, as you need to do this after everytime you run npm/yarn install
@JindiHu Did you look into issue #1407? I managed to install without face detection by installing via CocoaPods, as explained here.
Most helpful comment
I opened a ticket about this a few months ago, and it was closed stating it was fixed, but this was not fixed for me.
You need to go to Xcode -> Libraries -> RNCamera.xcodeproj -> Framework Search Paths
this works for me:
$(SRCROOT)/../../iosand I need to change it from$(SRCROOT)/../../../iosBut this isn't a great solution, as you need to do this after everytime you run npm/yarn install