Does anyone know if the resources .copy rule in a Swift .package file is supposed to recursively copy the full contents if it's pointed at a directory?
The docs say…
If you pass a directory path to the copy rule, the compiler retains the directory’s structure.
…but you can interpret that in a few different ways.
It also doesn’t appear to work if the directory you specify only contains directories.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
The Photos app in the iOS simulator instantly crashes when attempting to drag an image to another app in Split View mode.
I’m using Xcode 15.4 (15F31d), which is the current App Store build and the iOS 17.5 runtime, running on an Intel MBP.
N.B.: This is drag-dropping between apps in the simulator, rather than from macOS into the simulator.
Is this a known issue?
Hi.
Has anyone else noticed any issues under iPadOS 14 (including beta 6) when updating the .enabled state of a UISlider on the main thread?
I’m seeing a problem in my app where the slider is usable, but is still showing the disabled state. The relevant statement to enable the slider is definitely being executed (breakpoints are being hit, etc.) and the code in question works correctly on iOS 9.x thru 13.x, so the issue appears to be confined to iOS 14.
Thanks in advance.