Closed mensur-durakovic closed 2 years ago
I tried to build the app with provided example but I get this and build fails.
Fixed it by running my terminal using Rosetta (I am on MacBook Air with M1 chip) and then executing: pod install.
pod install
You can also run arch -x86_64 pod install and it will work as well in normal terminal.
arch -x86_64 pod install
I tried to build the app with provided example but I get this and build fails.