23ariyar / Math-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Math-App

Pods

Currently, we use pods for firebase logins and without it the code will fail to run due to its usage in the code. Here’s how to install this dependency

  1. Open terminal (directory does not matter)
  2. run this command: sudo gem install cocoapods
  3. move to do the directory of your project through this command: cd /Your/Path/Here/Math-App
  4. run this command: Pod install
  5. Within the Math-App folder, there should be a new item called Test3.xcworkspace. Only open this to run and edit the app on XCode

Note that there are some features that XCode does not allow to be run on a simulator (saving a screenshot to your camera roll) and there are some features that cannot be run on an iPad. This is both either due to safety concerns or due to not having access to the premium version (which is so stupid). So you can attribute some errors to this.

About


Languages

Language:Swift 98.2%Language:Ruby 1.8%