Comming back as I promised to say that it worked. Downgrading my xcode to 13.0 made the point and for now, at least until we have the fix not as beta, I will keep my pipeline using 13.0.
Thanks a million.
Post
Replies
Boosts
Views
Activity
You really nailed it. You are the best ever. I went through all the thread you suggested and looking at my fastlane config I could realize that two versions back of my app that was working, was actually using this fastlane config:
xcversion(version: "13.0")
Suddenly someone updated this to the below and I started having the issue:
xcversion(version: "~> 13.0")
I just pinned back to 13.0 and fired my pipeline. I'm hopping that this will finally fix for now, until the latest xcode version (not the beta as mentioned in the post) has the final fix.
I will post you an update shortly but you really deserve all respect as in so many lines of crash report, you pointed out a specific content that led us to the root cause. You really rock.
Ty!