First in first. You need to build all packages before building the project.
Packages:
- Extensions
- API
-
Open Extensions folder under project files and open Package.swift (You need to build it for iPhone)
-
Open API folder under project files and open Package.swift (You need to build it for iPhone)
-
After you build them with successfully. Please open .xcodeproj of main project.
-
App scheme is available to run with development configuration. Run it.
-
DEV, UAT and PROD environments are available. API developer mode has been activated to see the logs on debug console. To change it please look into DEVConfiguration.swift file. It is available under of Configuration/AppConfiguration/SubConfiguration folder.
-
Unit tests are available for App and Extensions