Posts

Post not yet marked as solved
7 Replies
0 Views
In Xcode 14 beta 3, create a watch only app, create a widget extension: RemoteHumanReadableError: Type 'WidgetEntryPointFactory' does not conform to NonUIEntryPoint (in framework at path /System/Library/PrivateFrameworks/ChronoCore.framework/Support/WidgetPreviewsExtensionAgent.bundle) ================================== |  MessageSendFailure: Message send failure for <ServiceMessage 43: update>
Post not yet marked as solved
2 Replies
0 Views
I'm trying to plot 2 lines (daily minimum and maximum temperatures). PointMark's do have individual colors, but look like crowded dots, and lose the sense of 2 lines, so it's not a good solution.
Post not yet marked as solved
1 Replies
0 Views
It's a mistake in my source code. How to delete this post?
Post marked as solved
16 Replies
0 Views
It happens to my project too, but does not reproduce in a simple app. Could you examine the compiler logic regarding @Binding var?
Post not yet marked as solved
10 Replies
0 Views
In my case, a published property in an environment object is passed into a map view wrapped in UIViewRepresentable, and used in makeUIView(). When the property changes, it does not trigger creation of a new map view. Looks like a SwiftUI 🐞
Post marked as solved
9 Replies
0 Views
The workaround fails in Xcode 11.2 beta 2 (11B44) with FetchRequest instead of wrapper @FetchRequest.
Post not yet marked as solved
4 Replies
0 Views
Replied In Color methods
That case should be handled by the methods of View instead of methods of Color. How to generate a custom gradient based on a certain Color?
Post not yet marked as solved
4 Replies
0 Views
Replied In Color methods
I want to compute custom Color's with saturation() for gradient, but could not.
Post marked as solved
2 Replies
0 Views
Color has a newinit(_ color: UIColor)
Post marked as solved
4 Replies
0 Views
I have the same problem. Have you filed a 🐞 report?
Post not yet marked as solved
2 Replies
0 Views
I tried the visual-recognition-coreml example projects of watson-developer-cloud on Github, but didn't see any way to create a custom model and train it in Watson Studio, after uploading the image files in zip. My project in Watson Studio shows no associated service. It seems there should be a visual recognition service associated. I wonder what's wrong.
Post not yet marked as solved
3 Replies
0 Views
I uselet productIDs = NSArray(contentsOf: url) as? [String]similar to the guide updated in Aug. 2017. No deprecation warning in Xcode 9.2.Thanks for the advice. Since you know more about this, why not report the bug so you can discuss with Apple?
Post marked as solved
6 Replies
0 Views
Turned off Adguard and it worked.
Post not yet marked as solved
31 Replies
0 Views
Same problem. Setting "View as" to iPhone SE also freezes Xcode 9.1. Xcode has amazing features, but has been consistently unreliable since Swift. I wonder if Xcode is tested at Apple before release.