Constantly getting the same error

Hi, I am a newbie to this, I am trying to build my own ios phone app.

I am using my own phone as the developers phone so its set to debug.

Using Flutter I do flutter run. it get so far and always stops on : Could not build the precompiled application for the device. Error (Xcode): Unknown platform: "ios". /Users/admin/group2/ios/Runner/Assets.xcassets

Error launching application on iPhone XS Max.

I have tried everything, so I thought someone on here might have the answer. I am happy to share any files or anything that you might need to recreate the issue.

DevForums is primarily focused on Apple APIs and tools. I think you’ll have more luck getting an answer to your question via the support channel for the third-party tools you’re using.

However, as a first debugging step my general advice is that you create a new project from one of Xcode’s built-in templates and try running that on your device. If that works, you know that the Apple side of this is all good. OTOH, if that fails, it’s something we have some hope of helping you with (-:

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Constantly getting the same error
 
 
Q