NativeScript iOS Daily: tvOS Gets a Runtime Overhaul

A single large pull request ports tvOS support to the current NativeScript 9.1.0 stack with the V8 14.9.207.39 runtime, rebuilding core native dependencies from source. This is a foundational infrastructure change with direct implications for build setup and minimum OS targets.

Duration: PT2M15S

Episode overview

This episode is a short developer briefing from NativeScript iOS Daily.

It explains recent repository work in plain language.

  • Show: NativeScript iOS Daily
  • Published: 2026-09-09T13:17:22Z
  • Audio duration: PT2M15S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good day, and welcome to NativeScript iOS Daily for September 9th, 2026.

Today's activity centers on one substantial pull request, but it's a consequential one: a full modernization of tvOS support inside the NativeScript iOS repository.

PR 474, from LorenzGit, ports tvOS to current upstream NativeScript, version 9.1.0, and upgrades the underlying V8 runtime to version 14.9.207.39. What makes this notable isn't just the version bump — it's the scope. The build now compiles V8 through the current V8 build-scripts repository, and builds lib-ffi and…

For developers, the key takeaway is around build reproducibility and reviewer setup. Building critical native components from source, instead of pulling prebuilt artifacts, means the build pipeline is more transparent and easier to audit, but it also means longer build times and more moving parts to get right in a…

There's also a concrete platform detail worth remembering: device minimums are set at iOS 13, while the arm64 simulator minimum moves up to 14.0. If you're testing on simulators, that's a hard floor to keep in mind going forward.

On validation, the PR reports both the tvOS runtime and TK Live Sync slices built successfully, along…

Nearby episodes from NativeScript iOS Daily

  1. Worker Startup Cleanup
  2. Worker Overhaul and a Suspended-App Crash Fix
  3. Worker API Gets a Redesign, Plus a Suspend-State Crash Fix
  4. Runtime Startup Crash Fixes
  5. Closing the Worker Memory-Corruption Hunt
  6. Worker Threads Land, Then Get Hardened
  7. Web Globals Land, Memory Leaks Get Squashed
  8. The Runtime Goes Web-Standard