Worik Stanton

Results 14 comments of Worik Stanton

That is a collection of "magic incantations", with no explanation. Also only for iOS Can we not do better than that? It leaves me at risk of failure in the...

I solved this, for me. The steps I took: 1. I made a fresh project: `flutter create new_project` 2. Cloned the repository of my app into tmp 1. `cd /tmp`...

Consulting my git diff. From both `macos/Runner/DebugProfile.entitlements` and `macos/Runner/Release.entitlements` the following lines were removed ``` com.apple.security.network.client ``` Maybe I should open another ticked for this, but I am concerned that...

[Instructions I followed:](https://www.pugetsystems.com/labs/hpc/Note-Setup-Git-for-PowerShell-on-Windows-10-1653/) ``` Install-Module posh-git -Scope CurrentUser -Force Import-Module posh-git Add-PoshGitToProfile -AllHosts​​​​​​​ ``` That last instruction was where I started to see problems. But considering that `posh-git` is: "...is...