square / in-app-payments-flutter-plugin

Flutter Plugin for Square In-App Payments SDK
https://developer.squareup.com/docs
Apache License 2.0
340 stars 121 forks source link

Update troubleshooting.md for Flutter 2.5.0 intel-based mac workaround #169

Closed joanc-sq closed 3 years ago

joanc-sq commented 3 years ago

In flutter 2.5.0, M1 support was added and compiling makes XCode look for arm64 simulators. The IAP SDK does not support arm64 simulators and errors out.

This PR adds documentation workaround for intel-based macs.