-
Notifications
You must be signed in to change notification settings - Fork 23
Description
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