I’m building a react-native app with expo and have a whole generated ios folder with the Podfile. When trying to run pod install
, I get the error [!] Invalid
Podfile file: unknown keyword: :privacy_file_aggregation_enabled.
. I couldn’t find any helpful information online about this keyword. Is it safe to just comment the line out?
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
same issue, any help!
I installed the latest version of cocopods and the issue is not resolved
the issue has been resolved after running
npx expo install --fix