You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will see sh: line 0: cd: /Users/distiller/.cocoapods/repos: No such file or directory
Since in circle, pod is not never run before. Also if we run pod install, we will also get error since cocoapods-local is not setup yet.
The workaround is to manually create the folder, I believe we should include this logic to avoid sh: line 0: cd: /Users/distiller/.cocoapods/repos: No such file or directory
The text was updated successfully, but these errors were encountered:
In CI environment, If I setup cocoapods-local before running pod install,
I will see
sh: line 0: cd: /Users/distiller/.cocoapods/repos: No such file or directory
Since in circle, pod is not never run before. Also if we run pod install, we will also get error since cocoapods-local is not setup yet.
The workaround is to manually create the folder, I believe we should include this logic to avoid
sh: line 0: cd: /Users/distiller/.cocoapods/repos: No such file or directory
The text was updated successfully, but these errors were encountered: