v3rm0n / intercom_flutter

Flutter wrapper for Intercom libraries
95 stars 141 forks source link

Unable to build with intercom plugin #106

Closed labomatik closed 3 years ago

labomatik commented 3 years ago

I'm trying to build an app with intercom flutter integrated, on Android everything is ok, on IOS the build is stopped here `Xcode's output: ↳ Command MergeSwiftModule failed with a nonzero exit code Command CompileSwift failed with a nonzero exit code

:1:9: note: in file included from :1: #import "Headers/Intercom.h" ^ /Users/christophe/Development/rdv_mobileapp/rdv_mobile_app/ios/Pods/Intercom/Intercom/Intercom.framework/Headers/Intercom.h:14:2: error: This version of Intercom for iOS supports iOS 10.0 upwards. #error This version of Intercom for iOS supports iOS 10.0 upwards.` I've this configuration in Xcode (configured for 13.2) ![image](https://user-images.githubusercontent.com/179987/101352239-1c883000-3892-11eb-9cd0-521136ccbcdf.png) and in AppframeworkInfo.plist: ![image](https://user-images.githubusercontent.com/179987/101352306-3590e100-3892-11eb-8773-ba7866956487.png) Can you help? Christophe
labomatik commented 3 years ago

-