This guide provides instructions for setting up and running the iOS implementation of the Pipecat Travel Companion app. It utilizes the Pipecat iOS SDK to integrate location-based features and server interactions.
-
Run the Bot Server
- Make sure the Pipecat Travel Companion server is running. Refer to the server README for setup instructions.
-
Install Xcode
- Download and install Xcode 15.
- Set up your device to run custom applications by following the guide on distributing your app to registered devices.
-
Open the Project in Xcode
- Navigate to the project directory and open
TravelCompanion.xcodeproj
in Xcode.
- Navigate to the project directory and open
-
Build the Project
- Build the project by selecting your target device and clicking the "Build" button.
-
Run on Your Device
- Connect your device to your computer.
- Run the app by clicking the "Run" button.
-
Connect to the Server
- Ensure the app is pointing to the correct server URL for testing. Update the configuration if needed.
- Build Errors: Check if all dependencies are resolved and updated. Verify your Xcode version is 15 or above.
- Connection Issues: Ensure that the server is running and accessible from your device. Confirm the URL is correct.
- Device Setup: Make sure your device is properly registered and set up for development in Xcode.
Happy coding with Pipecat! 🚀