Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'pod install' regenerates Pods/Pods.xcodeproj/project.pbxproj every time #2116

Closed
leogiertz opened this issue May 8, 2014 · 3 comments
Closed

Comments

@leogiertz
Copy link

If I run pod install it regenerates the entire pbxproj every time it's run.

See the following terminal session, where I run pod install, commit the diff in the .pbxproj, run pod install and then have new changes in the .pbxproj.

leo@Hackintosh:~/Development/Vint/iOS git status
On branch develop
Your branch is up-to-date with 'origin/develop'.

nothing to commit, working directory clean
leo@Hackintosh:~/Development/Vint/iOS pod install
Analyzing dependencies
Downloading dependencies
Using AFNetworking (2.2.3)
Using Braintree (2.3.0)
Using BugSense (3.6)
Using LookbackSafe (0.6.2)
Using Mixpanel (2.3.5)
Using NewRelicAgent (3.311)
Using SVProgressHUD (1.0)
Generating Pods project
Integrating client project
leo@Hackintosh:~/Development/Vint/iOS git status
On branch develop
Your branch is up-to-date with 'origin/develop'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

    modified:   Pods/Pods.xcodeproj/project.pbxproj

no changes added to commit (use "git add" and/or "git commit -a")
leo@Hackintosh:~/Development/Vint/iOS git commit -am "Updated pods"
[develop fc2446c] Updated pods
 1 file changed, 3647 insertions(+), 3647 deletions(-)
leo@Hackintosh:~/Development/Vint/iOS git status
On branch develop
Your branch is ahead of 'origin/develop' by 1 commit.
  (use "git push" to publish your local commits)

nothing to commit, working directory clean
leo@Hackintosh:~/Development/Vint/iOS pod install
Analyzing dependencies
Downloading dependencies
Using AFNetworking (2.2.3)
Using Braintree (2.3.0)
Using BugSense (3.6)
Using LookbackSafe (0.6.2)
Using Mixpanel (2.3.5)
Using NewRelicAgent (3.311)
Using SVProgressHUD (1.0)
Generating Pods project
Integrating client project
leo@Hackintosh:~/Development/Vint/iOS git status
On branch develop
Your branch is ahead of 'origin/develop' by 1 commit.
  (use "git push" to publish your local commits)

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

    modified:   Pods/Pods.xcodeproj/project.pbxproj

no changes added to commit (use "git add" and/or "git commit -a")
leo@Hackintosh:~/Development/Vint/iOS 
@kylef
Copy link
Contributor

kylef commented May 8, 2014

I think this may be a duplicate of #1118?

@alloy
Copy link
Member

alloy commented May 8, 2014

Yup.

@alloy alloy closed this as completed May 8, 2014
@leogiertz
Copy link
Author

Oh, cool, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants