-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
Hi! I'm having trouble running the default flutter app on the ios simulator. I managed to run the 'first flutter app' specified on the flutter web page (https://flutter.dev/docs/get-started/codelab) successfully earlier today and now (without making any changes into it) it won't run anymore either. This is the error message I receive:
Runner.app: resource fork, Finder information, or similar detritus not
allowed
Command CodeSign failed with a nonzero exit code
note: Using new build system
note: Planning build
note: Constructing build description
warning: Capabilities for Signing & Capabilities may not function correctly
because its entitlements use a placeholder team ID. To resolve this, select
a development team in the Runner editor. (in target 'Runner' from project
'Runner')
Could not build the application for the simulator.
Error launching application on iPhone 11.
Am I missing something here? Thanks!