-
When I run build-libssl.sh, .a could be created successfully.
But when I put "include" and .a into Xcode project, error is occurred:“error Unable to determine target or target not included in Open…
frerr updated
2 years ago
-
## Steps to Reproduce
flutter create text_field_test
main.dart:
```
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget…
-
Currently the CLI does not care much about `stderr` and `stdout` it seems as errors and warnings are dumped to stdout as well. They should go to `stderr` instead and the bytecode should go to `stdout`…
-
## Steps to Reproduce
1. Create project
2. Add url_launcher dependency
3. Compile for iOS 8
## Logs
```
[ +58 ms] executing: [/Users/kbruen/flutter/] git rev-parse --abbrev-re…
-
Hello!
I have an issue when I'm trying to pick an image from a gallery. It pops out twice, the first time allowing me to chose an image, and after I've done that and pressed "Select" it instantly po…
-
CompileC /Users/tuitui/Library/Developer/Xcode/DerivedData/VirgoCXApp-ahobtzpqcaeqoibwdvqwdxiwzhfw/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FirebaseInstallations.build/Objects-norm…
-
Suddenly I was not able to generate a working bitstream anymore,
for a unknown reasons.
On one day rerunning the toolchain fixed it, but today,
I was not able to generate one working bitstream wit…
-
### Describe the bug
Cannot build `darwin.diskdev_cmds` on M1 macbook
### Steps To Reproduce
Run
`nix-shell -p darwin.diskdev_cmds -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/788119f781…
-
-
i'm trying to install a library into this project. i'm having problems with IOS. however android works fine.
library i'm trying to integrate: "@regulaforensics/react-native-face-api": "^3.2.2",
…