question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for tvOS and watchOS-based targets

See original GitHub issue

Subsystem Client.

Describe the solution you’d like Kotlin/Native 1.3.60 will add support for tvOS and watchOS-based targets. Since these targets are similar to iOS-based targets, adding them to the appropriate build.gradle should be sufficient. Targets:

  • watchos_x86
  • watchos_arm32
  • watchos_arm64
  • tvos_x64
  • tvos_arm64

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
gabrielittnercommented, Nov 27, 2019

@e5l Thanks for the reply. My second link was supposed to go to https://github.com/ktorio/ktor/blob/master/gradle/darwin.gradle where the new platforms were not added. Because of that ktor-client-ios isn’t usable on tvOS/watchOS yet in the recent 1.3.0-beta-2.

0reactions
dmitrishcommented, Dec 15, 2019
Screen Shot 2019-12-15 at 12 52 03 PM

unable to resolve for watchOS targets

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setting up a watchOS project | Apple Developer Documentation
Add a watchOS app target to an existing iOS project · Open your iOS app's project in Xcode. · Choose File > New...
Read more >
New targets for watchOS and tvOS - LinkedIn
To support tvOS and watchOS, you need to add two more targets and also adjust the ... So far, our app supports macOS,...
Read more >
Everything You Need to Know About Deployment Targets
You need to understand what a deployment target is if you plan to develop for iOS (and iPadOS), tvOS, macOS, or watchOS. In...
Read more >
Creating Cross-Platform Swift Frameworks for iOS, watchOS ...
This will be inherited to the target frameworks. However, for the watchOS and tvOS targets, you'll have to go “Build Settings > Deployment...
Read more >
Add Firebase to your Apple project
Make sure that your project meets these requirements: Your project must target these platform versions or later: iOS 11; macOS 10.13; tvOS 12;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found