Installation

  • To add a Passio SDK as package dependency to your Xcode project, select File > Add Package Dependency and enter following repository URL https://github.com/Passiolife/Passio-Nutrition-AI-iOS-SDK-Distribution

  • Click "Next". Xcode will validate the package and its dependencies.

  • In the next dialog box, you'll be asked to specify the version or branch you want to use. Decide whether your project accepts updates to a package dependency "Up to the next major version" or "Up to the next minor version". To be more restrictive, select a specific version range or an exact version. Major versions tend to have more significant changes than minor versions, and may require you to modify your code when they update.

  • Xcode will download and add the PassioNutritionAISDK to your project. You can now import and start using the PassioNutritionAISDK.

Manual Installation (For Xcode lower than version 14.3)

  • In project "General" -> "Frameworks, Libraries and Embedded Content" Change to "Embed & Sign"

Last updated