-
Hello all, `Upgrading project.pbxproj
Error running pod install Build failed :| ` |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hello , I resolved the issue using your advice @maks , but I face another one now : `Automatically signing iOS for device deployment using specified development team in Xcode project: 3239Q23S3A
Error output from CocoaPods:
Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies. Error running pod install` |
Beta Was this translation helpful? Give feedback.
-
this was the previous discussion that helped the OP https://www.reddit.com/r/iosdev/comments/13l5m9k/comment/jkqwlnv/?context=3 |
Beta Was this translation helpful? Give feedback.
-
Hi, the error was thrown due to unsynchronized dependency in the Podfile and the logs look self-explanatory by giving a solution:
Or just remove |
Beta Was this translation helpful? Give feedback.
Thank you ! I just removed the 'phone_number' package and the build was running fine.