-
Notifications
You must be signed in to change notification settings - Fork 458
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 after MacOS & Xcode upgrade #511
Comments
+1 |
Can you share a project where we can reproduce this? |
It is a private customer project. But I will try to reproduce. |
Coming here from fastlane/fastlane#10500 (comment). Using |
Same here, xcodeproj |
It's very likely that this is the problem: #501, but it would be really helpful to have a sample project here. It's either the |
@Ruenzuo if you can share a "quick guide to debugging" I'd be glad to help. I can't share the project unfortunately. |
@blender can you share how you set up both build settings? Like: target value, project value and any xcconfig file that might be configured to either project or target build settings. Alternatively, fastlane has some really good docs on how to get started with Ruby debugging: https://github.com/fastlane/fastlane/blob/master/ToolsAndDebugging.md#debug-using-pry |
We use fastlane's https://docs.fastlane.tools/actions/update_app_identifier/#update_app_identifier In the project:
Relevant fastlane code:
Edit: I see you are in Berlin. I can show you the problem in person. |
We use a .xcconfig file to set PRODUCT_BUNDLE_IDENTIFIER. |
@blender thanks a lot for the information!. I think I have an idea of what's the problem here. Nowadays In any case, I'll try to reproduce this today and create a branch you can try later. |
@blender didn't have luck so far. Any chance you can show me what do you get from:
|
|
|
@dthuering well that explains a lot. I didn't even know that was possible. I can reproduce the issue now I think. @blender any chance you have something like @dthuering? Maybe before running |
We have multiple .xcconfig files that set the PRODUCT_BUNDLE_IDENTIFIER and some other settings on compile time. |
@Ruenzuo that output is before I run fastlane :( |
@dthuering I don't understand what's the point of defining:
If you set |
I see. I is overwritten by the xcconfig. When I set |
@dthuering Yeah, I usually leave it blank. Thank you for helping us figuring this out! Xcode works just fine with a set up like that and I guess other people also have a similar setup, so Xcodeproj should handle that. |
@blender @dthuering could you please try the changes in this branch? https://github.com/Ruenzuo/Xcodeproj/tree/fix_infinite_recursion_resolve_build_setting |
@Ruenzuo |
Hi,
today I suddenly got the following error message when running fastlane in the gym part.
Only changed MacOS to HighSierra and use XCode 9 now.
The text was updated successfully, but these errors were encountered: