Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bugfix] - Fix save logs in host when running the app on physical device #4

Merged
merged 2 commits into from
May 4, 2023

Conversation

martinlago
Copy link
Collaborator

Overview

Due to the sandbox it was impossible to save the logs file on the host mac, when running the app on a physical device. It was implemented a solution using the Network framework and Bonjour, in order to establish a TCP connection between the device and the mac itself, which allows to send and receive messages between them. The mac script was added under the Scripts folder, and also the readme file was updated taking into account this.

Pull Request checker

Make sure you've checked all the following items.

  • You've assigned the PR to yourself
  • You've requested at least two reviewers
  • You've set the correct labels (bugfix, enhancement, feature, etc.)
  • You've manually run all tests (if there are any)

@blorenzo10 blorenzo10 merged commit 0cd587e into main May 4, 2023
@blorenzo10 blorenzo10 deleted the fix-save-to-host-on-device branch May 4, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants