-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
fatal error: 'r_upgrade/r_upgrade-Swift.h' file not found #48
Comments
一般的做法是重新运行flutter create . 默认ios是使用swift ,并且swift 应该是兼容oc的,具体你说的风险太大不太了解具体是什么风险 |
风险是怕里面原来可能改动了一些东西 新创建的又要设置一遍 如果有遗漏的话也不好找啊 楼主有其他的办法吗 |
还有就是 如果换成swift的 我有其他的两个插件不能用 所以在oc这个基础上有解决办法吗 桥接可以解决吗 |
你在不在FlutterCandies 这个群里啊 如果在的话能不能在群里问你 |
请问下这个问题解决了么? |
#import <r_upgrade/r_upgrade-Swift.h>
|
好的 我晚点试试 谢谢 |
检查你的iOS工程内,Podfile是否包含:use_frameworks! |
同样的问题 只能放弃了 |
看过其他issues里面的解决方案了 对我都不生效
理论上podfile里面使用 user_framework 可以安装上
但是如果我user_framework 我其他的很多库就不能用了
flutter是2.5版本 xcode是13 都是最新版
项目当时创立的时候是OC的 楼主说的那个删掉重新创建swift版本的风险对我来说太大了
请问作者还有其他的解决办法吗
作者能否提供个联系方式啊
The text was updated successfully, but these errors were encountered: