Home > OS >  What may cause error ('sysctl -n hw.optional.arm64' returned unexpected output: '
What may cause error ('sysctl -n hw.optional.arm64' returned unexpected output: '

Time:06-27

I'd be happy to provide more context on demand, sorry for being so generic, i really don't know what has caused this. If this helps: I have previously deleted two Info.plist files due to them existing as multiples in diferrent directories and then restored one of them, I have also tried reinstalling pods, ran flutter pub get and upgrade.

flutter doctor -v produces the same error, so maybe it has something to do with my flutter installation?

CodePudding user response:

Solved, I just needed to source ~/.zsh_profile.

  • Related