Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 正常,IOS 编译失败 #60

Open
ilovesshan opened this issue Jan 18, 2024 · 2 comments
Open

Android 正常,IOS 编译失败 #60

ilovesshan opened this issue Jan 18, 2024 · 2 comments

Comments

@ilovesshan
Copy link

flutter版本:
Flutter 3.13.7 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 2f708eb839 (3 months ago) • 2023-10-09 09:58:08 -0500
Engine • revision a794cf2681
Tools • Dart 3.1.3 • DevTools 2.25.0

插件版本
weibo_kit: ^4.0.0

报错信息
[ +2 ms] Error (Xcode): Undefined symbols:
[ +1 ms] Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)

@slowlow79464
Copy link

slowlow79464 commented Feb 18, 2024

我也遇到了,研究半天,发现解决办法如下:
在Podfile中添加如下代码:(以使用最新的微博sdk依赖)
图片
然后再terminal ios目录运行

rm Podfile.lock
rm -rf Pods
pod install

@ilovesshan
Copy link
Author

我也遇到了,研究半天,发现解决办法如下: 在Podfile中添加如下代码:(以使用最新的微博sdk依赖) 图片 然后再terminal ios目录运行

rm Podfile.lock
rm -rf Pods
pod install

好的,谢谢提供的解决方案,我先尝试一下!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants