-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### CLI Version
1.0.0
### Firebase Tools version
13.0.3
### Flutter Doctor Output
```[✓] Flutter (Channel sta…
-
@iron-leo I think that's a totally separate issue. Did you run `react-native start` before trying to build? metro no longer gets started automatically and IIRC that's the (not super help…
-
## Steps to Reproduce
1. Add a `MaterialPageRoute` to your app's page stack
```dart
return new MaterialPageRoute(
settings: settings,
builder: (BuildContext context) => new …
-
I am working on an app where I want to create ipa and ios build without using xcode. Because later on my code will be on the S3 bucket and I want to generate my builds automatically without using Xcod…
-
Hi,
I'm trying to use the lib to build an iOS/MacOS NEPacketTunnelProvider to setup a local DNS filtering VPN.
To do so it seems that I need to build a intra version of the lib but I don't manage t…
-
### Steps to reproduce
1. Create a `StatefulWidget` that returns the code below, and put it inside a `Column`.
2. Run your code in an iOS device (I am using an iPad).
3. Click the text, the `opac…
-
```
import "dart:async";
import "package:flutter_test/flutter_test.dart";
void main() {
Future future;
setUp(() {
future = new Future.value();
});
testWidgets("awaiting future with val…
-
My Xcode version is 15.4 and this is the error log.
```PhaseScriptExecution Run\ Script /Users/unify/Library/Developer/Xcode/DerivedData/Runner-gjduhmogmrltpidnhvspoxgsbyki/Build/Intermediates.no…
-
The task here is to make it so that NMDC team members can see app usage analytics; specifically, the number of installations and uninstallations, and the number of crashes (and some actionable info ab…
-
**Describe the bug**
Runner **fails xcode signing** step while being run **as a service via `./svh.sh start`**, however while using the runner via `./run.sh` the job completes **successfully**
…