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

MyprojectxcodeprojKeys.h vs MyprojectKeys.h being generated #151

Open
JonnyLinja opened this issue Oct 29, 2016 · 3 comments
Open

MyprojectxcodeprojKeys.h vs MyprojectKeys.h being generated #151

JonnyLinja opened this issue Oct 29, 2016 · 3 comments

Comments

@JonnyLinja
Copy link

On one setup, pod keys set InstabugKey foobar MyProject results in MyprojectKeys.h being generated. This is correct.

On another setup, pod keys set InstabugKey foobar MyProject results in MyprojectxcodeprojKeys.h being generated. This is incorrect and prevents the project from being built off the same codebase.

How do I resolve this? Thanks!

@orta
Copy link
Owner

orta commented Oct 29, 2016

No idea, maybe try add the :targetoption

@JonnyLinja
Copy link
Author

JonnyLinja commented Oct 29, 2016

The target is already there. :(

I don't think it's an issue on pod install though. I think it's an issue on pod keys set InstabugKey foobar MyProject because the output of that is different.

It's the difference between Saved InstabugKey to MyProject. and Saved InstabugKey to MyProject.xcodeproj.

Is there a verbose command or such that I can use to figure it out?

@tkuichooseyou
Copy link
Contributor

Found out that the issue was that the .yml file already existed with the wrong project name, and needed to be manually deleted so that the .yml file would be generated again with the correct project name.

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