英文:
Flutter app not running on iOS but running on Android
问题
我不知道如何结构化或提出这个问题,但这就是问题所在。
我使用的是MacOS Sanoma,我的测试设备是一台运行iOS 17 beta的物理iPhone 13。
当我创建一个Flutter应用程序并在Xcode中运行此应用程序时,我会遇到以下错误。我已经浪费了几个小时来尝试找出问题所在。我漏掉了什么?
我可以确认,只有在我使用iPhone 13 mini时才会出现此问题。我已经尝试清除我的开发者设置。
英文:
I don't know how to structure or ask this question but here it is.
I'm on MacOS Sanoma and my test device is a physical iPhone 13 running iOS 17 beta.
When I create a flutter app and run this app using Xcode, I get the following error. I have wasted hours trying to figure it out. What am I missing here?
I can confirm that this is only a problem when I use my iPhone 13 mini. I have tried to clear my Developer settings.
答案1
得分: 1
这不是我之前提出的问题的解决方案,只是一些信息。
FYI - 问题似乎与我的目标设备有关 - 一台运行 iOS 17 beta 的 iPhone 13。一旦我降级到 iOS 16,一切都恢复正常运作。
英文:
This isn't the solution to my problem question above, just some information.
FYI - the issue seems to be related to my target device - an iPhone 13 running iOS 17 beta. Once I downgraded to iOS 16, everything started working as normal.
答案2
得分: 0
在你的 Mac 上
前往系统设置 -> 隐私与设置 -> 文件和文件夹 -> 然后添加 Xcode
这将解决你的问题。
英文:
In you Mac
Goto system settings -> Privacy & settings -> Files and Folders ->and then add Xcode
Which will be solve you'r problem
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论