This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Description
I'm using the Cocoapods for 1Password. It just started not being able to copy over the resources, generating this error now.
~/Documents/Projects/iOS/my_project/1PasswordExtension/1Password.xcassets: warning: Failed to read file attributes for "~/Documents/Projects/iOS/my_project/1PasswordExtension/1Password.xcassets"
Failure Reason: No such file or directory
/* com.apple.actool.compilation-results */
Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure
The directory should actually be ~/Documents/Projects/iOS/my_project/Pods/1PasswordExtension/1Password.xcassets though, not
~/Documents/Projects/iOS/my_project/1PasswordExtension/1Password.xcassets
Any thoughts?
Thanks for the library!