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

SystemStackError - stack level too deep #4229

Closed
jcampbell05 opened this issue Sep 21, 2015 · 3 comments
Closed

SystemStackError - stack level too deep #4229

jcampbell05 opened this issue Sep 21, 2015 · 3 comments
Assignees
Labels
d2:moderate A moderately-difficult ticket that may require a bit of knowledge about the codebase s4:awaiting validation A Pull Request that is waiting for validation by a CocoaPods Core Team member t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome!

Comments

@jcampbell05
Copy link
Collaborator

When two targets have a build dependancy on each other, Cocoapods will crash with this error.

@segiddins
Copy link
Member

@jcampbell05 can you please provide steps to reproduce the issue?

@neonichu neonichu added the s1:awaiting input Waiting for input from the original author label Sep 21, 2015
@jcampbell05
Copy link
Collaborator Author

Set up a new xcode project. In the build phases for the Unit Tests make the "Target Dependancies" contain the main app target, In the build phases for the app target make the "Target Dependancies" contain the Unit Tests.

Now try to install any kind of pod and cocoapods will crash with a SystemStackError.

@segiddins segiddins removed the s1:awaiting input Waiting for input from the original author label Sep 21, 2015
@segiddins
Copy link
Member

Confirmed, this is a bug in Xcodeproj's project initialization code.

@segiddins segiddins added t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome! s2:confirmed Issues that have been confirmed by a CocoaPods contributor d2:moderate A moderately-difficult ticket that may require a bit of knowledge about the codebase labels Sep 24, 2015
@segiddins segiddins self-assigned this Sep 24, 2015
@segiddins segiddins added s4:awaiting validation A Pull Request that is waiting for validation by a CocoaPods Core Team member and removed s2:confirmed Issues that have been confirmed by a CocoaPods contributor labels Sep 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d2:moderate A moderately-difficult ticket that may require a bit of knowledge about the codebase s4:awaiting validation A Pull Request that is waiting for validation by a CocoaPods Core Team member t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome!
Projects
None yet
Development

No branches or pull requests

3 participants