Xcode error Extra info about plist: ACL=

前端 未结 1 2054
难免孤独
难免孤独 2020-12-20 15:13

Suddenly app not installing. Please help i tried lot of things.

here is my error message

Details

This app could not be installed a

相关标签:
1条回答
  • 2020-12-20 16:18

    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.
    0 讨论(0)
提交回复
热议问题