watchos Questions
4
I am facing this error while trying to run WatchOS app on simulator.
An application bundle was not found at the provided path. Provide a valid path to the desired application bundle.
Error Detail i...
1
I have been fideling with the Apple Watch and swiftUI for a while now and I'm facing a bit of an issue.
I'm hopping to access the Digital Crown rotation values without having the indicator show up ...
Commendam asked 24/2, 2021 at 23:10
2
Solved
So, we have a watchOS app in production featuring a list inside a navigation stack and a searchable modifier.
All worked well, but ever since the release of watchOS 10.2, the search bar has stopped...
Sleeper asked 12/12, 2023 at 15:31
3
Solved
I've tried the code below targeting both iOS 10.0/Watch OS 3.0 and iOS 11.0/Watch OS 4.0, and tested both in the simulator and my Watch OS 4 device. Nothing seems to trigger the crownDidRotate dele...
4
Solved
I'm struggling to output a random String inside the View.
Due to the error:
Type '()' cannot conform to 'View
I've learned that View isn't the appropriate place to write down the functions itself...
5
Solved
I'm trying to build a simple watchOS UI with SwiftUI with two pieces of information side-by-side above a button.
I'd like each side (represented as a VStack within an HStack) to take up half of the...
4
I'm thinking about to use MAUI, as soon it is released, for developing an app.
My app needs to run on iOS and Android. Next to the mobile app I will have an app for Wearables (watchOS and Wear OS)....
0
I use setTitle() to display a custom text on the top left corner (aligned to the clock) of a controller. But after upgrading to watchOS 10, the title is displayed on the right, under the clock, pus...
Halfbreed asked 3/10, 2023 at 11:47
1
Did something change as far as how to use #Preview macros in Xcode 15 Beta 8? This code used to work fine but now no longer compiles because of == PREVIEW UPDATE ERROR: CompileDylibError: Failed to...
These asked 4/9, 2023 at 14:42
2
Solved
I tried using .ignoresSafeArea() , but did not work.
There were not a padding in iOS 16 and early versions around the content view.
struct CommonDailyEyeTipsWidget: Widget {
let kind: String = &qu...
Godsend asked 10/8, 2023 at 15:19
2
Solved
I've been waiting to try these APIs. I had already tried them on Beta with no luck and thought on release I would be able to use them. Today I tried with xCode 15 and any calls to start something f...
Journeywork asked 19/9, 2023 at 9:11
3
Solved
I'm trying to control the volume of the Apple Watch itself in code from SwiftUI.
I'm streaming audio using the AVPlayer.
Is there an API to set the Volume of the Watch or use to Digital Crown to ...
2
Solved
Please note, this question is regarding Xcode 15 beta 4, iOS 17 beta 3, and watchOS 10 beta 3
I have a watchOS 10 App with iOS 17 companion app with two Widget (WidgetKit) Extension Targets. Both t...
3
Solved
I am new to SwiftUI development so I did the official SwiftUI-Landmark tutorial. The chapter Creating a watchOS App says that you should check the checkbox "Include Notification Scene" in...
0
We are migrating ClockKit complications to WidgetKit in our watch app (watchOS 9+).
The migration went smoothly, UI part works just fine. However, we've hit the wall with widgets not updating when ...
1
Is Apple Watch not able to make network calls when the app is a standalone app, even though the watch is connected to an iPhone? I'm using the new standalone app target, which does not come with a ...
5
Solved
I try to build my watch app and I keep getting an error
createViewController:className:properties:contextID:info:gestureDescriptions:
clientIdentifier:]:2916: Critical failure. Simulating crash: ...
13
Solved
Issue: The build hangs with "iPhone is busy: making Apple Watch ready for development"
Further facts:
iOS 14.8
iPhone 8
watchOS 7.6.2
Xcode 13
Apple Watch Series 3 + Cellular (42mm)
Doe...
3
Solved
I'm trying to build a widget that has a gauge like in the image attached. It does not seem like there are any APIs to render the gauge (or any other view for that matter) on an arc, depending on wh...
Bluegreen asked 6/11, 2022 at 19:23
2
I'm on Xcode 14.0.1 on macOS 12.6.
I'm trying to create a new watch complication in my existing app with WidgetKit, starting with adding a Widget Extension template target to my project.
This gener...
2
I am having some issues localizing app display name on apple watch companion app. Following the guide lines i have localize the CFBundleName as follow:
CFBundleDisplayName = "My app";
CFBundleNam...
Progeny asked 21/9, 2015 at 13:2
1
Using KMM shared library for use in Xcode gives several warnings when building in Xcode
Background information
First, let me explain what I did in order to provide a better understanding of what I ...
Dagall asked 8/1, 2022 at 12:35
4
Solved
I need to use a Picker view but I don't see any options to hide the green focus border.
Code:
@State private var selectedIndex = 0
var values: [String] = (0 ... 12).map { String($0) }
var body: so...
Turbinate asked 18/12, 2020 at 17:14
4
I have a Button where when it gets pressed, it performs some actions. But I would like to modify the same Button to detect a longer press, and perform a different set of processes. How do I modify ...
3
Solved
When I use bundle id named like bellow. I have that error
(My app bundle: ilyabiryuk.bundle.Ropes)
But if I rename bundle like .watchkitapp It starts perfectly on simulator but give an error when ...
Blair asked 26/8, 2022 at 11:39
1 Next >
© 2022 - 2025 — McMap. All rights reserved.