Orlando de Frias
Orlando de Frias
For iOS, from your project's root directory: `cd ios/` `pod install`
I too am experiencing this. `ssh user@host -i ~/.ssh/key` works just fine `sshfs -o IdentityFile=~/.ssh/key` prompts for a password. I also tried setting it up in ~/.ssh/config and no dice....
With the very latest version of the free FontAwesome that I just downloaded, its font name (not filename) is "FontAwesome5FreeRegular" and not "FontAwesome". So renaming the `fontFamily` in Icon.js to...
The problem is `[self setMaximumScaleDistance: 0.0]` in AugmentedRealityController.m at line 75. It causes a divide by zero error in line 495 in the same controller. `scaleFactor = scaleFactor - [self...