Skip to content

Conversation

@DellaBitta
Copy link
Contributor

@DellaBitta DellaBitta commented Jun 16, 2021

integration_test XCode project update to support tvOS.

  • added a tvOS target to the project.
  • updated Podfile to include tvOS pods.

To test:

  • cp your GoogleService-Info.plist to the database\integration_test directory.
  • run pod install from database\integration_test. If you encounter errors run pod repo update and then attempt the pod install again.
  • open integration_test.xcworkspace
  • Drag and drop firebase.xcframework, firebase_auth.xcframework and firebase_firestore.xcframework with tvOS support intoFrameworks.

All tests pass on simulator.

@google-cla google-cla bot added the cla: yes label Jun 16, 2021
@DellaBitta DellaBitta requested a review from vimanyu June 16, 2021 15:27
@DellaBitta DellaBitta merged commit 8ad95ce into main Jun 16, 2021
@DellaBitta DellaBitta deleted the feature/ddb-tvos-database branch June 16, 2021 20:37
@vimanyu
Copy link
Contributor

vimanyu commented Jun 18, 2021

This was failing while testing on device. Some changes we can make to improve the experience,

  • Pre-add Foundation.framework, UIKit.framework, CoreGraphics.framework just like the ios target
  • Add "GoogleService-Info.plist" in Copy Bundle Resources (without this, the application will not run via batch)
  • Removed "Embedded frameworks" as they were causing an installation error.

@firebase firebase locked and limited conversation to collaborators Jul 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants