question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reload/Restart/Stop buttons not updating w/ latest flutter tools

See original GitHub issue

@Sfshaza was seeing this too.

To repro:

  1. update flutter sources
  2. create a new flutter project
  3. open the iOS simulator
  4. click run
  5. wait… (buttons remain disabled – including STOP)
screen shot 2017-01-30 at 6 20 01 am

Here’s the console output:

Launching lib/main.dart on iPhone 6s Plus in debug mode...
	Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
	Actual: /Users/pquitslund/Library/Developer/CoreSimulator/Devices/0D7C1CC6-767A-469B-B98E-6D2A295E8CDD/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
	Overriding MCM with the one true path
	Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
	Actual: /Users/pquitslund/Library/Developer/CoreSimulator/Devices/0D7C1CC6-767A-469B-B98E-6D2A295E8CDD/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
	Overriding MCM with the one true path
	Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
	Actual: /Users/pquitslund/Library/Developer/CoreSimulator/Devices/0D7C1CC6-767A-469B-B98E-6D2A295E8CDD/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
	Overriding MCM with the one true path
	Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
	Actual: /Users/pquitslund/Library/Developer/CoreSimulator/Devices/0D7C1CC6-767A-469B-B98E-6D2A295E8CDD/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
	Overriding MCM with the one true path
CoreSimulatorBridge: Requesting installation of file:///Users/pquitslund/IdeaProjects/fp_01_31/build/ios/Release-iphonesimulator/Runner.app/ with options: {
	    CFBundleIdentifier = "com.yourcompany.fp0131";
	    PackageType = Developer;
	    SimulatorRootPath = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk";
	    SimulatorUserPath = "/Users/pquitslund/Library/Developer/CoreSimulator/Devices/0D7C1CC6-767A-469B-B98E-6D2A295E8CDD/data";
	}
	Added: {(
	    "com.yourcompany.fp0131"
	)}
	Removed: {(
	)}
	Modified: {(
	)}
CoreSimulatorBridge: Requesting launch of com.yourcompany.fp0131 with options: {
	    arguments =     (
	        "--enable-dart-profiling",
	        "--flx=/Users/pquitslund/IdeaProjects/fp_01_31/build/app.flx",
	        "--dart-main=/Users/pquitslund/IdeaProjects/fp_01_31/lib/main.dart",
	        "--packages=/Users/pquitslund/IdeaProjects/fp_01_31/.packages",
	        "--enable-checked-mode",
	        "--observatory-port=8100",
	        "--diagnostic-port=8101"
	    );
	    environment =     {
	    };
	}
assertion failed: 16C67 13E230: libxpc.dylib + 57882 [66C28065-C9DB-3C8E-926F-5A40210A6D1B]: 0x7d

@devoncarew

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
Sfshazacommented, Jan 31, 2017

It’s working for me now! Thanks for fixing it so promptly!

0reactions
devoncarewcommented, Jan 30, 2017

Great! @Sfshaza, you can get the fix by running flutter upgrade from the command-line.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flutter switch button not updating - Stack Overflow
I am new to flutter and have been trying ...
Read more >
The W-4 Form Changed in Major Ways - TurboTax
The first step the IRS implemented was to change the withholding tables. Employers use these tables along with the information on your Form...
Read more >
Submit 2020 IRS W4 via myPay
All military members, military retirees and federal civilian employees using the myPay pay management application can submit or update their IRS Form W-4 ......
Read more >
Are employers required to have employees complete a new W ...
If the employee needs to change the information later, the employee must fill out a new form, according to the Internal Revenue Service...
Read more >
Change your federal and state income tax withholdings - OPM
I don't know or don't have my claim number. First name. Last name. Phone number (10 digits) Email address. Describe ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found