If it's truth @eskimo, Which is the apple app list that defines extension points?
Thanks in advance
Post
Replies
Boosts
Views
Activity
Thanks for your reply, but the Locale.autoupdatingCurrent does not match the configuration provided by runsForEachTargetApplicationUIConfiguration
Same issue any updates?
@eskimo to track it FB11875881
Thanks in advance.
https://feedbackassistant.apple.com/feedback/11904903
Hi everyone.
I found a solution.
In a full-screen cover presentation, always a top safe area is not equal to zero.
In a usual sheet, the top safe area is always zero. (I didn't test it with detents and a drag indicator, in the last case logically the safe area should be different from zero),
The workaround is to use a geometry reader to get the safe area and then apply a conditional view o whatever you need.
I hope it helps you.
It would be great if:
There would be more than one level
Certify developer experience with Swift
Get certified to teach Swift.
Would be related to a version of Swift.
Also is it possible to choose a predetermined image to set them? I mean, I have a custom view that acts like a button. The image that I can see on the Xcode library is not a button.
They kind of code is an offer custom code. We have the same app (bundle id) on macOS (Mac catalyst) and iOS. It was generated on the related section (offer codes) in the App Store Connect. We filled a feedback assistant FB12075457 this is something that we are looking for a reply. We filled lots of feedback assistants in the past but never the status changed.
Thanks in advance.
Thanks, for the investigation. The issue was marked as resolved. Because literally "Works as currently designed". Could you clarify this? Why is it working as designed? I think that the reply on the thread can be great to get it know to all users in the forum
Thanks in advance
FB12085191
Looking forward a solution/workaround, thanks for your attention
Did you change your path to the new Xcode? sudo xcode-select -s pathToTheNewXcode
Also, you have to recompile using the new Xcode.
It will use by default 16.X simulators, but you can chose whichever you want till Xcode allows it (I mean, a simulator with iOS 12 maybe it's not allowed)
Seems to be something related to the framework MultiplatformBleAdapter, please reach out to the developer/organization who manage it. Maybe the Framework provided has no module map for the current architecture to against you are building the project.
Which are the conflict lines? Could you edit the example again to view it more clear?
I think you are declaring structs inside the ContentView body.
if you do it outside of it, should work.