我有一个现有的颤振项目,用 VS Code 编码。现在我想从 Xcode 打开它以在Runner.xcworkspace
. 但它无法从 Xcode 打开项目,并显示上述警告。那么,我现在如何从 Xcode 打开我现有的项目呢?
问问题
3287 次
2 回答
3
If you want to make changes in the Runner.xcworkspace
and you are using VSCode, I would suggest you open the project in VSCode and Right-Click on the ios
folder.
Here you will see an option: Open in Xcode.
Select that option and the iOS project of the Flutter project will open in Xcode and you can carry on with the changes as you want
One thing to note is that like Android Studio, Xcode is not supported for Flutter Development as of now so if you try to open the whole project it will not let you.
于 2021-10-06T12:44:19.780 回答
0
我用 Xcode 成功打开了AppFrameworkInfo.plist
文件,如下所示。
- 使用 Android Studio 打开项目
- 选择iOS > Runner文件夹
- 导航到工具 > Flutter > 在 Xcode 中打开 iOS 模块
于 2021-10-07T07:04:34.327 回答