You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2025. It is now read-only.
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.