Post

Replies

Boosts

Views

Activity

Reply to NWConnection using TLS fails
Can we override that behavior because I'm using the local server for UI tests and we need the socket. I tried: sec_protocol_options_set_verify_block(options.securityProtocolOptions, { [weak self] (_, secTrust, secVerifyComplete) in } But doesn't work. Connecting to socket fails with error: -9836: bad protocol version
Jun ’21
Reply to this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)', while this compiler is 'Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)'). Please select a t
I'm having a similar issue: build xcframework with Xcode 14.1 and use it in Xcode 15.0 with Library Evolution On Cocoapods: works SPM: compile error "the SDK is built with 'Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)', while this compiler is 'Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)'). Please select a toolchain which matches the SDK." SPM only works if I rebuilt with same Xcode version + turn off Library evolution.
Topic: Programming Languages SubTopic: Swift Tags:
Nov ’23