- Xcode 14 or later
- iOS 14 or later
- macOS 12 or later for development
- Apple Developer Account (required for running on physical devices)
- Clone the repository:
git clone https://github.com/eshaankaipa/PayVo.git cd PayVo - Open the project in Xcode:
open PayVo.xcodeproj
- In Xcode, select your development team under Signing & Capabilities.
- Adjust the bundle identifier if necessary.
- Confirm the deployment target remains iOS 14.0 or later.
- Choose a simulator or connected device.
- Grant microphone and speech recognition permissions when prompted.
- Press
Cmd + Rto build and launch the app.