Questions tagged [watchapp]
23 questions
1
vote
1 answer
managedObjectModel in nil ( only in WatchApp )
I'm updating an app for Apple Watch
This app use coredata , so i've create a framework to manage the Core Data stack !
When i run the app on device or simulator the app work fine , but when i run it on apple watch simulator the app crash with this…

Ragazzetto
- 622
- 1
- 8
- 18
1
vote
1 answer
Custom Vibe sequence in Pebble.js?
I have developed a Watchapp with Pebble.js that fetches a remote file, containing an integer, and emits that many "short" Vibe events.
The trouble is: Vibe events do not happen if one is currently in process. I have resorted to something like this…

anonymous coward
- 12,594
- 13
- 55
- 97
0
votes
0 answers
XCode Duplicating Project Schema target , Watch App, Watch App Kit Extension Doesn't work on old project
I have been trying to Duplicate the Project target, Watch App, and Watch App Kit Extension Doesn't work on the old project as in I created a project in 2018, and at that time I added the watch app and watch kit extension but now due to some…

Akash S
- 17
- 7
0
votes
1 answer
Understanding builds for Watch-iPhone app in XCode
I have an iPhone app with an Apple extension and when I build the app in XCode only the Watch app starts building, I see both simulators but the iPhone app doesn't launch, is this a normal behavior when testing iPhone+Watch app?
I would like to have…

fs_tigre
- 10,650
- 13
- 73
- 146
0
votes
1 answer
How to use same Class"XY" for both ios and watchos3 with swif3
I tried to use a Custom Framework but it is not importing in the WatchApp Extension ->interfacecontroller.
In the ios App the Import statment work correct.
my question is :
how to use same classes in both targets(ios and watchos)

Osman
- 1,496
- 18
- 22
0
votes
1 answer
Can't install WatchKit app on Apple Watch Keep Loading Blank Screen Display
I have added watch app into my existing project. In my app there is location services. when try to run watch app into simulator it was working fine But when try to install into Apple Watch Device app keeps loading and blank black screen…

Ram Ram
- 300
- 3
- 7
0
votes
1 answer
XCode7 debug on AppleWatch Slow
After I installed XCode7 I have a lot of problems to debug a WatchApp on real device (watchOS2). Even if the App is very very simple (on button only) Xcode take a lot of time to deploy the App on Apple watch and start debug. Someone with the same…

Lorenzo
- 3,293
- 4
- 29
- 56
-1
votes
1 answer
How get wkinterfacelabel text?
watchkit WKİnterfaceLabel not supported.
@IBOutlet weak var wklabel: WKInterfaceLabel!
var text = wklabel.text //error
println(text)

kand
- 11
- 1