This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Description
It looks like on large projects XCode can throw a build error after adding react-native-taplytics. Here's the error I was getting:
Argument list too long: recursive header expansion failed at {project-root}/node_modules/taplytics-react-native/ios/../../../ios/build/Index/DataStore/v5/records/FE.
It seems that this setting in Build Settings was the culprit. Removed it and everything built fine + works well. Something with the recursive search that causes the build to fail.