Hi, i'm trying to integrate Hubspot chat into my flutter app. I tried
https://github.com/Mastersam07/hubspot and also self made bridge for your library. The Android works perfectly fine, but i have problems with iOS. When i try to compile it i got:
Unsupported Swift architecture
It has some problems with other packages, but I cannot identify what is the root problem. When i remove the SDK all works fine. Can you help me identify the problem? Maybe it's some xcode settings?
Ps in the linked repo there is empty flutter app and it works fine.