Xcode Error Extra Info About Plist: Acl=<Not Found>

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.

Xcode 12, SwiftUI and Spotify.framework — Error: extra info about plist: ACL=not found

When you added SpotifyiOS.framework to your project, have you added and selected as "Embed & Sign" as below:

Sample Image

If yes, try changing it to "Do Not Embed" as below and try :

Sample Image

If this doesn't work then try this solution proposed:
Xcode error Extra info about plist: ACL=<not found>

Xcode 11.3.1 Failed to load Info.plist from bundle at path

Using CocoaPods v1.9+, if you can't remove use_frameworks! from Podfile, you can set:

use_frameworks! :linkage => :static

Now that Swift supports static linking, CocoaPods has expanded this
DSL to allow specifying the type of linkage preferred.

Source: https://blog.cocoapods.org/CocoaPods-1.9.0-beta/

Xcode 'Info.plist path not found.'

pod deintegrate and pod install worked, can't believe I didn't try that before.

Thank you, Sachin Vas!



Related Topics



Leave a reply



Submit