Installation
Using Swift Package Manager (Recommended)
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-DistributionClick "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 thePassioNutritionAISDK
.
Manual Installation (For Xcode lower than version 14.3)
Download the
PassioNutritionAISDK.xcframework.zip
file from https://github.com/Passiolife/Passio-Nutrition-AI-iOS-SDK-Distribution/blob/main/PassioNutritionAISDK.xcframework.zipUnzip it and drag and drop it into your project. Make sure to select "Copy items if needed".

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

Last updated