-
Notifications
You must be signed in to change notification settings - Fork 21
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
A compilation error using Xcode 16 #35
Comments
@MaximLitvinyuk Thanks for providing us with this information and including a project to reproduce in. Do you have a workaround or is this a complete blocker for you? |
I can see that @MaximLitvinyuk has also submitted a PR for the fix #36 |
Yes thanks, we are aware of the PR. What i would like to know is if @MaximLitvinyuk can use the workaround without us releasing a new version or if it's a complete blocker? And i would like to know if this is the case for you @sbo-nemlig as well? |
Yes, this issue is preventing us from using Xcode 16 and iOS 18. I'm not sure if there's a workaround other than using @MaximLitvinyuk's fork, as the problem seems to be related to naming conventions within your SDK. |
Would you be able to use that until we have released a fix for this issue? ETA is beginning of next week |
Yes, we can also wait a week if that is the ETA |
That's great! Thank you for the patience |
Hi, thanks for contacting me, I think we could wait for a week as well
…On Thu, Sep 19, 2024 at 11:35 AM Oliver Kramer ***@***.***> wrote:
That's great! Thank you for the patience
—
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHCAACEEVNBMDJ5H3RPVDA3ZXKEEPAVCNFSM6AAAAABOJK4H6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRQGM3DMOJSGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi guys! Do you have any updates about the new version?
On Thu, Sep 19, 2024 at 12:44 PM Litvinyuk Maxim ***@***.***>
wrote:
… Hi, thanks for contacting me, I think we could wait for a week as well
On Thu, Sep 19, 2024 at 11:35 AM Oliver Kramer ***@***.***>
wrote:
> That's great! Thank you for the patience
>
> —
> Reply to this email directly, view it on GitHub
> <#35 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AHCAACEEVNBMDJ5H3RPVDA3ZXKEEPAVCNFSM6AAAAABOJK4H6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRQGM3DMOJSGE>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
We are expecting to be able to release a new version by end of today or tomorrow. Thanks for the patience |
We have released version 3.4.3 which should solve the issue. Please open a new issue if the error persists |
Projects using Xcode 16 and the latest ios-webui-sdk release (3.4.2) will not compile because of the next error:
/Users/max/Library/Developer/Xcode/DerivedData/ios-webui-sdk-example-apxgnkmypgwhrjemxlegjwpayugr/SourcePackages/checkouts/ios-webui-sdk/QueueItLib/QueueService_NSURLConnectionRequest.h:19:1 'QueueService_NSURLConnectionRequestDelegate' has different definitions in different modules; first difference is definition in module 'QueueITLibrary' found method 'requestDidComplete:' with 1st parameter of type 'QueueService_NSURLConnectionRequest *__strong'
The example project where it can be reproduced can be found here:
https://github.com/MaximLitvinyuk/ios-webui-sdk-example-xcode-16-error
NOTE: in order to reproduce it, you should run the project using Xcode 16
The text was updated successfully, but these errors were encountered: