ViewInspector icon indicating copy to clipboard operation
ViewInspector copied to clipboard

Xcode 14 Watch app support

Open martinwennerberg opened this issue 3 years ago • 2 comments

Xcode 14 combines the WatchKit App and WatchKit App Extension targets into a single Watch App target. Release note.

Please update guide_watchOS.md and ViewHosting.swift to support the new format.

martinwennerberg avatar Sep 19 '22 15:09 martinwennerberg

Ok, I'll look into that. Curious to hear your general feedback on using the library for the watch app though!

nalexn avatar Sep 19 '22 15:09 nalexn

It's been very useful, and very easy to get going!

martinwennerberg avatar Sep 19 '22 16:09 martinwennerberg

Hello @nalexn

I am currently working on watchOS development. I am grateful that I can use your library to create unit tests. The project I'm working on is structured as a Watch Kit App, and I'm having trouble with ViewHosting. So, I have made some modifications to your library and I'm using it. (https://github.com/lodstar/ViewInspector/commit/8e8fd566947b6304c8f0b53a2aaffe297b5b6043) It's not the best code, but I would appreciate it if you could take a look and consider updating the main branch.

Thank you!

lodstar avatar Jul 09 '23 14:07 lodstar

From what I understand, @lodstar 's PR #251 resolves this ticket. Are there any changes required for guide_watchOS.md ? Could you open a PR?

nalexn avatar Jul 13 '23 17:07 nalexn

Released in v0.9.8

nalexn avatar Sep 02 '23 09:09 nalexn