How does your group id start?
on macOS it has to start with the team ID on iOS it starts with group.
https://developer.apple.com/documentation/xcode/configuring-app-groups
Post
Replies
Boosts
Views
Activity
Why not use the com.apple.security.files.user-selected.executable entitlement?
Quoting Apple: "On some platforms, NavigationSplitView adds a sidebarToggle toolbar item. Use the toolbar(removing:) modifier to remove the default item."
More on that her: https://developer.apple.com/documentation/swiftui/view/toolbar(removing:)
(Requires iOS 17.0+ / macOS 14.0+)
Did you find a solution? There's nothing on the web for this. I've tried to implement it with .onDrag and .onDrop and with swipeAction(), however it only works well on the Mac, not on iOS.
Did anyone find a solution? Same issue here.
They don’t help Apple folks because… well… reasons.
Hmm. I've been asked for a feedback number multiple times by the Apple Developer Technical Support... I would expect them to also do some research in the forums if they encounter a bug...
I've been told that this is a bug. I've filed a report: FB11992448
Please do the same so it gets enough attention and will be fixed as soon as possible.
Hi, did you find a solution for this?
Same issue. My workaround for now:
static var transferRepresentation: some TransferRepresentation {
ProxyRepresentation { item in
Bundle.main.url(forResource: "Demo", withExtension: "csv")!
}
}
Yes it is still not working even though iOS 16 has been released in the meantime. Not good :(
Hi there,
did you find. a solution? I am having the same error message.
I'm trying to only display daylight hours on my x axis: .chartXScale(domain: allDaytimeDates, type: .category)
Cheers
Ok, report the issue and disable Objective-C Breakpoints until fixed:
Any solution for a SwiftUI app?
Guys, if you want to use Apple‘s on device translation API in the future, please file a bug report. If enough people file a bug, I‘m sure Apple will think about It.
Thanks. Will do the same later.