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

fatal error: 'r_upgrade/r_upgrade-Swift.h' file not found #48

Open
lcm1475 opened this issue Oct 31, 2021 · 9 comments
Open

fatal error: 'r_upgrade/r_upgrade-Swift.h' file not found #48

lcm1475 opened this issue Oct 31, 2021 · 9 comments
Labels
question Further information is requested

Comments

@lcm1475
Copy link

lcm1475 commented Oct 31, 2021

看过其他issues里面的解决方案了 对我都不生效
理论上podfile里面使用 user_framework 可以安装上
但是如果我user_framework 我其他的很多库就不能用了
flutter是2.5版本 xcode是13 都是最新版
项目当时创立的时候是OC的 楼主说的那个删掉重新创建swift版本的风险对我来说太大了
请问作者还有其他的解决办法吗
作者能否提供个联系方式啊

@rhymelph
Copy link
Owner

rhymelph commented Nov 1, 2021

一般的做法是重新运行flutter create . 默认ios是使用swift ,并且swift 应该是兼容oc的,具体你说的风险太大不太了解具体是什么风险

@lcm1475
Copy link
Author

lcm1475 commented Nov 1, 2021

风险是怕里面原来可能改动了一些东西 新创建的又要设置一遍 如果有遗漏的话也不好找啊 楼主有其他的办法吗

@lcm1475
Copy link
Author

lcm1475 commented Nov 1, 2021

还有就是 如果换成swift的 我有其他的两个插件不能用 所以在oc这个基础上有解决办法吗 桥接可以解决吗

@lcm1475
Copy link
Author

lcm1475 commented Nov 1, 2021

你在不在FlutterCandies 这个群里啊 如果在的话能不能在群里问你

@ling9400
Copy link

ling9400 commented Mar 1, 2022

请问下这个问题解决了么?

@CZXBigBrother
Copy link

#import <r_upgrade/r_upgrade-Swift.h>
改成
#import "r_upgrade-Swift.h"

看过其他issues里面的解决方案了 对我都不生效 理论上podfile里面使用 user_framework 可以安装上 但是如果我user_framework 我其他的很多库就不能用了 flutter是2.5版本 xcode是13 都是最新版 项目当时创立的时候是OC的 楼主说的那个删掉重新创建swift版本的风险对我来说太大了 请问作者还有其他的解决办法吗 作者能否提供个联系方式啊

@lcm1475
Copy link
Author

lcm1475 commented Mar 9, 2022

好的 我晚点试试 谢谢

@rhymelph rhymelph added the question Further information is requested label Apr 1, 2022
@zhangdc
Copy link

zhangdc commented Nov 15, 2022

检查你的iOS工程内,Podfile是否包含:use_frameworks!

@HZQuan
Copy link

HZQuan commented Jun 15, 2023

同样的问题 只能放弃了

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

No branches or pull requests

6 participants