Posts

Post not yet marked as solved
1 Replies
1.2k Views
I tried to compile the async/await for on swift-5.5-DEVELOPMENT-SNAPSHOT-2021-05-30-a-ubuntu20.04 but get this error. Is async/await available on Linux? url.swift:34:36: error: type of expression is ambiguous without more context let (data, response) = try await URLSession.shared.data(from: url) ~~~~^~~~~~~~~~~~~~~~~~~~~
Posted
by cktung.
Last updated
.
Post not yet marked as solved
1 Replies
683 Views
This sample code project is associated with WWDC 2019 session 715: Core NFC Enhancements.but with deprecated warning NFCNDEFPayload.wellKnowTypeTextPayload in iOS 13.0 beta 4CreatingNFCTagsFromYourIPhone/FishTagCreator/MainViewController.swift:90:42: 'wellKnowTypeTextPayload(string:locale:)' was deprecated in iOS 13.0Any idea to fix?
Posted
by cktung.
Last updated
.