What‘s new in Swift

RSS for tag

Discuss the WWDC21 session What‘s new in Swift.

View Session

Posts under wwdc21-10192 tag

25 Posts
Sort by:
Post not yet marked as solved
0 Replies
291 Views
Hi there, I am trying to upload my AR experience from Reality Composer into XCode using Swift. Although I have followed the documentation from Apple's presentation, minute 40:53, (https://developer.apple.com/videos/play/wwdc2019/609/?time=2453) of working with AR and XCode, I receive an error message every time I try to load my scene, as the load prompt seems to become part of the scene title and my title itself is not recognized. For example: Module '...' has no member named 'load...'. If anyone can help me here, I would be very grateful.
Posted Last updated
.
Post not yet marked as solved
0 Replies
357 Views
Hello, I tried to create a an app for iPhone and I wanted to know how I can create a delivery zone for my application. For example if the customer isn’t inside the area he can’t order and if he is inside he can ! I’m still learning swift and I’m not a professional developer. Thank you so much and have a great day PS: I uploaded an image for the exemple
Posted
by val3304.
Last updated
.
Post not yet marked as solved
0 Replies
382 Views
I have this code giving me the deprecated warning. How do I fix this?: // Retrieve the unscanned remainder of the string if textScanner.scanLocation < textScanner.string.count { textToScan = (textScanner.string as NSString).substring(from: textScanner.scanLocation + 1) }
Posted
by jpcoates.
Last updated
.
Post not yet marked as solved
0 Replies
303 Views
I’m using iOS 15 developer beta 5 right now, but how do i build an app using Swift Playground. I am trying to make an iPhone app, but no previews appear. If im doing it wrong, please tell me the way how. Thx.
Posted
by Antsrcute.
Last updated
.
Post not yet marked as solved
0 Replies
317 Views
I am trying to share some files across apps through app groups. While accessing the app groups container folder I am getting "Read only file system error". How do I fix it and get write access to the shared container?
Posted
by rudrik24.
Last updated
.