Posts

Post not yet marked as solved
2 Replies
973 Views
When Xcode tries to pair with my watch (Series 4) I receive this error. It keeps retrying, but continues to receive the same error. I have tried unpairing both the watch and the phone and re-pairing, but the error persists. I have also tried deleting ~/Library/Developer/Xcode/watchOS Device Support, but that hasn't helped either.
Posted Last updated
.
Post not yet marked as solved
0 Replies
560 Views
Does Apple provide, or are they planning to provide a way to stop the Apple Pay dialog on the web from showing the option for a customer to use "pay later"? I can't see anything in the current SDK that seems to allow this: https://developer.apple.com/documentation/apple_pay_on_the_web/apple_pay_js_api
Posted Last updated
.
Post marked as solved
1 Replies
1.6k Views
Has anybody managed to use the new IntentDonationManager to donate an intent which has a number of parameters defined with @Parameter? For example, given this snippet: struct MyIntent: AppIntent { ...     @Parameter(title: "MyParameter")     var parameter: MyParameter ... } When you use the constructor, the arguments are of type IntentParameter<MyParameter> rather than MyParameter. How do you actually create an instance of IntentParameter to pass into the constructor?
Posted Last updated
.
Post not yet marked as solved
4 Replies
3.6k Views
Currently runnning XCode 11 Beta 7, and trying to test out iCloud based functionality with an Apple Watch paired to an iPhone.However, when I open the watch settings app on the paired phone, it immediately displayed the screen saying that the "Apple Watch Is Syncing" and to come back later. But this never finishes.I have tried deleting simulators and re-pairing the Apple Watch but nothing seems to change this behaviour - even though the Watch is working and apparently paired, I cannot access the settings app.Is this expected behaviour? Have I done something wrong?
Posted Last updated
.
Post not yet marked as solved
7 Replies
12k Views
After a day or so of using Xcode 11, all of my projects have gotten into a state where they are just stuck on "Indexing" infinitely. It doesn't appear to be project specific as even making a new project has the same effect.Obviously a beta, but does anybody have any workarounds? I've tried all the usual tricks to delete DerivedData and caches, reboots, etc. and nothing seems to have worked.
Posted Last updated
.
Post not yet marked as solved
1 Replies
613 Views
I followed the instructions here to configure a Widget with dynamic configuration: https://developer.apple.com/documentation/widgetkit/making-a-configurable-widget The list of items is populated correctly, but when I select an item, and dismiss the selection screen, the selection screen does go away, but the screen stays on the blurred background and the widget does not flip back around. Has anybody seen this before? There doesn't seem to be any error occurring and there's no code being executed in either the intent handler or widget extension.
Posted Last updated
.
Post not yet marked as solved
0 Replies
930 Views
When using the Modal dialog on Apple Watch with SwiftUI, the "Cancel" button in the top right is half cut off (appears to be outside the safe area).Have I done something wrong or is this just a beta quirk?
Posted Last updated
.