Skip to content

fix: declare tvos platform in podspec - #1

Open
aigeneratedpiece wants to merge 2 commits into
mainfrom
fix/tvos-fabric-podspec
Open

fix: declare tvos platform in podspec#1
aigeneratedpiece wants to merge 2 commits into
mainfrom
fix/tvos-fabric-podspec

Conversation

@aigeneratedpiece

Copy link
Copy Markdown
Owner

Summary

  • add to the podspec platforms list
  • keep the native iOS/tvOS Fabric component linked for Apple TV targets

Why

Expo tvOS apps can crash at startup even when is only installed and never rendered. React Native still registers the third-party Fabric component provider, but with the podspec limited to , CocoaPods does not build the native class for tvOS. That leaves a provider/class entry during initialization and triggers the nil insertion crash.

Declaring in the podspec fixes the registration/build mismatch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants