-
Notifications
You must be signed in to change notification settings - Fork 27
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
Xcode 16 beta 3 tests fail as xcresulttool get object is deprecated #39
Comments
Thanks for the heads up. I will look into asap. |
The issue is with XCResultKit actually. It calls |
I know. But I will need to investigate, whether I can use xcresultkit in another way or at least give the xcresulttool developers a heads up. Or even consider to ditch xcresulttool... |
I have prepared a pull request that adds a temporary workaround: davidahouse/XCResultKit#52 The old/existing commands on |
It's rather annoying that Apple didn't provide an environment variable option. |
@a7ex davidahouse/XCResultKit#52 is merged now, would we be able to bump the package to use it? |
Sure, will do that later after work.
Stay tuned! :-)
… On 23. Jul 2024, at 15:57, Brett Best ***@***.***> wrote:
@a7ex <https://github.com/a7ex> davidahouse/XCResultKit#52 <davidahouse/XCResultKit#52> is merged now, would we be able to bump the package to use it?
—
Reply to this email directly, view it on GitHub <#39 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AANBA4VQ6NRZEEC7GDO2CADZNZOL3AVCNFSM6AAAAABKSNUFZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBVGMZTCNJQHA>.
You are receiving this because you were mentioned.
|
There is no new tag.
I am waiting for David to make a new tag, so I can update my Package.swift.
Is it so urgent, that we can not wait for the tag an would now reference the commit hash?
No…is it?
It’s all still beta early days… I am sure, David will soon make a tag for a new release.
As far as I understand this is anyway only a temporary solution. Once Apple really deprecates the old API, we will need to change a bit more.
As far as I could see, that JSON objects are much simpler and nicer AND way smaller. But they also seem to lack information, which we had before with the now deprecated method.
But we will see. Maybe the information is hidden behind some switches to the new API calls :-)
… On 23. Jul 2024, at 15:57, Brett Best ***@***.***> wrote:
@a7ex davidahouse/XCResultKit#52 is merged now, would we be able to bump the package to use it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
All good, I've made #40 which I'll update when a tag is made 😄 Yeah, I think the test summary part looks okay? |
Thank you Brett. I have a few refactoring for Swift 6 compatibility as well. I will add them also to the "Xcode 16 compatibility release" :-) |
Hi.
The issue the same as here fastlane/fastlane#22132
These commands are okay
These commands are not okay
Thanks for awesome tool, we use it every day on our CI pipelines.
The text was updated successfully, but these errors were encountered: