Download Instructions
Follow these steps to set up the Shake4Sound iOS app
1. Requirements
Before you begin, ensure you have:
- macOS with latest Xcode installed
- iOS 16.0+ device or simulator
- Apple Developer account (for deployment)
2. Clone Repository
Get the source code:
- Open Terminal
- Run the following command:
git clone https://github.com/Cardsea/shake4sound.git
3. Install Dependencies
Set up the project dependencies:
- Navigate to project directory
- Install CocoaPods if not already installed:
sudo gem install cocoapods
Install project dependencies:
pod install
4. Open Project
Open in Xcode:
- Open Shake4Sound.xcworkspace in Xcode
- Select your development team
- Choose target device
- Build and run (⌘R)
System Requirements
- macOS Ventura or later
- Xcode 14.0+
- iOS 16.0+ device
- 16GB RAM (recommended)
- Apple Developer Account
Troubleshooting
Build Issues
- Clean build folder (⇧⌘K)
- Update CocoaPods
- Check Xcode version compatibility
Device Issues
- Verify iOS version compatibility
- Check developer certificate
- Reset device settings if needed