Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 344 Bytes

BuildIOS.md

File metadata and controls

20 lines (14 loc) · 344 Bytes

Install dependencies

install yarn dependencies

yarn install --frozen-lockfile

Before running the wallet on ios, you will need to install all the Pods. Make sure you have installed CocoaPods before running the commands below.

cd ios && pod install && cd ..

And finally

yarn ios