Download Instructions

Follow these steps to set up the Shake4Sound iOS app

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:

  1. Open Terminal
  2. Run the following command:
git clone https://github.com/Cardsea/shake4sound.git

3. Install Dependencies

Set up the project dependencies:

  1. Navigate to project directory
  2. Install CocoaPods if not already installed:
sudo gem install cocoapods

Install project dependencies:

pod install

4. Open Project

Open in Xcode:

  1. Open Shake4Sound.xcworkspace in Xcode
  2. Select your development team
  3. Choose target device
  4. Build and run (⌘R)

System Requirements

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