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
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.
The text was updated successfully, but these errors were encountered:
* Refactored SDK to be more modular
* Removed TaplyticsProvider imports
* Removed unused and undocumented native methods
* Added _newSessionCallback native method and exported it as part of `setTaplyticsNewSessionListener` method
* Changed newSyncObject to take in NSDictionary
* Added getVariables and registerVaraiblesChangedListener methods and removed lodash and only added lodash.clonedeep
* Add library to gitignore and prettierignore
* Added extra line on ignore files
* Added push method types and cleaned up the push methods
* Removed old index files and added push types to index
* Added TaplyticsProvider
* Removed console.log and exported TaplyticsProvider from index.ts
* Updated TaplyticsProvider to fetch properties on App Start for android
* Added useFeatureFlag hook
* Export TaplyticsProvider
* Added useVariable hook
* Added explicit return
* Fixed typo in comments
* TAP-6064: Added useCodeBlock hook (#17)
* Added useCodeBlock hook
* Added useRunningExperiments (#18)
It looks like on large projects XCode can throw a build error after adding react-native-taplytics. Here's the error I was getting:
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.
The text was updated successfully, but these errors were encountered: