Xcode error Extra info about plist: ACL=<not found> Xcode error Extra info about plist: ACL=<not found> xcode xcode

Xcode error Extra info about plist: ACL=<not found>


After do this steps now working fine.

  1. In terminal, remove the current cocoapods using: sudo gem uninstall cocoapods
  2. Install the latest cocoapod version: sudo gem install cocoapods
  3. Change directory to your project, then
  4. pod deintegrate
  5. pod install
  6. Clean build (Shift+Command+K )
  7. Rebuild the project in Xcode.