alan-ai / alan-sdk-flutter

Conversational AI SDK for Flutter to enable text and voice conversations with actions (iOS and Android)
https://alan.app
1.81k stars 39 forks source link

Flutter iOS and Android App Build failed #18

Open harishvgk opened 9 months ago

harishvgk commented 9 months ago

I created a fresh Flutter project and integrated the alan_voice flutter package Both iOS and Android projects are getting build error

  1. iOS: Unsupported Swift architecture, Could not build Alan SDK

iOS >= 15, XCode 14, Ventura 13.3.1, Apple M1, iOS Deployment traget & Cocoapod iOS version - iOS 15

  1. Android:

Target SDK 33, Min SDK 23, ext.kotlin_version = '1.8.21'

A problem occurred evaluating project ':alan_voice'.

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Could someone please help us?

Thanks, Harish