Posts

Post not yet marked as solved
1 Replies
1.5k Views
Anyone dealt before with Apple Watch complications accessibility? I'm using CLKComplicationTemplateGraphicCornerGaugeText to display custom data but VoiceOver adds degrees (º) after saying the value. I've tried with accessibilityLabel on CLKTextProvider but doesn't fix it. Any idea? Thanks in advance!
Posted
by Rubenfern.
Last updated
.
Post marked as solved
8 Replies
3.2k Views
Hi, I'm using the sample code to create a 3D object from photos using PhotogrammetrySession but it returns this error: Error creating session: cantCreateSession("Native session create failed: CPGReturn(rawValue: -11)") Sample code I've used is this and this. Any idea? Thanks in advance!
Posted
by Rubenfern.
Last updated
.
Post not yet marked as solved
6 Replies
9.8k Views
Hi,I'm testing the new sync between CoreData and CloudKit introduced in WWDC but Xcode give me the error:The connection to service on pid 0 named com.apple.coredatad.cloudkit was invalidatedI've tried to start a new empty project or use the example project of WWDC session 202 and the same issue. Bundle ID is correct and I have Capabilities of iCloud and Background modes enabled.Running Xcode 11 on macOS Mojave and macOS Catalina. Testing devices: iPad Pro and iPhone running iOS 13 beta.Any idea about what's wrong?Thanks in advace.
Posted
by Rubenfern.
Last updated
.
Post marked as Apple Recommended
1.2k Views
I've created a widget for my app and when I try to upload it to be distributed in TestFlight to my internal testers Xcode doesn't allow this operation. ERROR ITMS-90349: "Invalid Info.plist value. The value for NSExtensionPointIdentifier 'com.apple.widgetkit-extension' is invalid in the Info.plist..."
Posted
by Rubenfern.
Last updated
.