openimsdk / open-im-flutter-demo

Demo developed based on flutter open IM SDK.
https://openim.io
Apache License 2.0
301 stars 205 forks source link

Parse Issue (Xcode): Module 'flutter_openim_sdk' not found #97

Closed lucasjinreal closed 9 months ago

lucasjinreal commented 10 months ago

What happened?

Parse Issue (Xcode): Module 'flutter_openim_sdk' not found ### What did you expect to happen? Parse Issue (Xcode): Module 'flutter_openim_sdk' not found ### How can we reproduce it (as minimally and precisely as possible)? Parse Issue (Xcode): Module 'flutter_openim_sdk' not found ### Anything else we need to know? Parse Issue (Xcode): Module 'flutter_openim_sdk' not found ### version
```console $ {name} version # paste output here ```
Parse Issue (Xcode): Module 'flutter_openim_sdk' not found ### Cloud provider
Parse Issue (Xcode): Module 'flutter_openim_sdk' not found ### OS version
```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```
### Install tools
Parse Issue (Xcode): Module 'flutter_openim_sdk' not found
std-s commented 10 months ago

hi, Please follow the steps below. And make sure you are using flutter3.7.12 version.

flutter clean flutter pub get cd ios pod install rm -f Podfile.lock rm -rf Pods Run Archive after connecting to the real device

std-s commented 9 months ago

No response for a long time, please close this question first.