fayeed / flutter_freshchat

The unofficial flutter plugin for Freshchat
https://pub.dartlang.org/packages/flutter_freshchat
MIT License
32 stars 36 forks source link

DISCUSSION on duplicated info.plist error #17

Closed savy-91 closed 4 years ago

savy-91 commented 5 years ago

Hi! Do you have any idea how the error related to the duplicated info.plist could be fixed once and for good?

We are moving towards CI/CD and having this error always breaks the build, I'd be glad to help but I have no idea where to start looking :)

fayeed commented 4 years ago

@savy-91 As mentioned in the README this has something to do with Freshchat IOS SDK, It might be resolved by removing the Info.plist file in the framework, I haven't tried it yet so I don't know if it would break the SDK or not. I was going to update the Freshchat IOS SDK so I will take a look at it at that time.

fayeed commented 4 years ago

Hi, @savy-91 I have fixed this issue by removing the two extra info.plist present in the Freshchat-IOS SDK. You can check this 1.2.2 version of the package for this fix.

If you encounter this problem or some other due to the changes do let me know.

savy-91 commented 4 years ago

I confirm this solved the issue, thanks a lot again!