skip to Main Content

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?

2

Answers


  1. same issue, any help!
    I installed the latest version of cocopods and the issue is not resolved

    Login or Signup to reply.
  2. the issue has been resolved after running npx expo install --fix

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search