Posts

Post not yet marked as solved
2 Replies
2.1k Views
I cannot get a simple independent Watch App to run on my Apple Watch.I am running Watch OS6 Beta 4 on the watch, iOS13 Beta 4 on my iPhone, Catalina Beta 4 on my Mac, and Xcode 11 Beta 4.I open Xcode and create a new independent Watch App using the template, I don't make any changes to the code. I can run this on the simulator and it displays "Hello" using SwiftUI, all good. I then change the target to the Apple Watch via My iPhone and attempt to run it. Xcode beach balls for about 10-15 seconds and then says "Running TestApp on paired Watch", however nothing ever appears on the Apple Watch. No icon is displayed on the Apps Screen. I am at a loss on what to do and any help would be appreciated in getting this resolved.Due to the current networking issues on the Watch simulator I am completely blocked again.
Posted Last updated
.
Post not yet marked as solved
6 Replies
3.1k Views
Hi,I am jumping into WatchOS6 never having used previous versions of WatchOS, I do have years of experience with ObjC / Swift / Xcode though. I am trying to create an independent Watch App and have started with the Networking by dragging over the code from my main App into the WatchKit Extension target. I cannot get it to compile due to "No such module CFNetwork" error at the import CFNetwork statement in the file where I use CFNetwork to compare the errors such as CFNetworkErrors.cfurlErrorNotConnectedToInternet.According to docs CFNetwork is available on WatchOS 2.0+ and I have added CoreServices.framework and MobileCoreServices to the target.Am I doing anything obviosly wrong here?Cheers,Brett
Posted Last updated
.