I am trying to use electron with ffi-napi, everything works fine when I use the version 20.0.2 of electron.
When I update electron to 20.3.9
there is a error saying error in native callback
I've tried both 20.3.9 and 23.0.0
I got same error as above
only working version is 20.0.2
Does electron still support ffi-napi above the version 20.0.2
Related
It Will shows Error like this:-
After updating the Android studio it's throwing the error in IOS run
Warning: CocoaPods not installed. Skipping pod install.
CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.
CocoaPods not installed or not in valid state.
Error launching application on iPhone 13 Pro Max.
It's run easily in android device and when we run through terminal its runs easily.
I have the same issue and I am hoping they will fix it soon. But, running flutter run from the terminal window inside Android Studio works fine and I can build and deploy for Android and iOS devices. Not a great solution, but works for now.
Upgrade with the new version of Bumblebee resolve the issue for me
Version: Android Studio Bumblebee | 2021.1.1 Patch 1
lost connection error when launching the application on the emulator when using flutter_downloader
when I made an application project on flutter it went well in the emulator but when I tried to add flutter_downloader it couldn't run on the IOS emulator, just after the build was successful the application force closed. I have tried for IOS configuration
https://pub.dev/packages/flutter_downloader
Info.Plist
Method Download
which uses
flutter channel stable
update flutter, then I reinstalled flutter (reinstall the plugin).
If an error occurs in pubspec.yml, downgrade or upgrade the library.
flutter clean
it works, the application can run even though the function is not yet functional
I am getting this error for all of my jpg/png/svg files when running the "yarn electron ." command for my project. My react app is working perfectly, in my electron web app everything is working except for the pictures that are not loading. I have no idea what the issue is. Using electron-builder version=22.9.1 os=19.6.0, electron v11.3.0, macOs catalina version 10.15.7
I've got an AngularJS web app wrapped into Cordova (iOS platform). Having added the Urban Airship plugin (urbanairship-cordova), I receive the following error when running:
$ npm-exec cordova run ios --device
ERROR running one or more of the platforms: Error: Cannot find module '../ConfigParser/ConfigParser'
You may not have the required environment or OS to run this project
The version requirements for the UA plugin are Cordova 5.0.0+ and Cordova iOS 3.8.0+. I'm running Cordova 5.4.0 (latest at time of writing), any previous 5.x.x versions produce a separate issue in the Angular app with some image assets not appearing.
But the above ConfigParser error only appears in 5.4.0.
If I revert the UA plugin installation, the error goes away. And I get the same error when trying to emulate with iOS simulator.
I've contacted Urban Airship (Twitter) as the Github repo has issues turned off, though their support page (http://goo.gl/ZGrbbi) says I should log issues there.
Any ideas on how to resolve?
There appears to be an incompatibility with the latest version of Cordova and the UA plugin.
For now you can roll back your global version of Cordova to version 5.3.3 with npm;
npm install -g cordova#5.3.3
It'd be worth contacting Urban Airship to explain your problem via email at support#urbanairship.com as advised on the GitHub repo https://github.com/urbanairship/phonegap-ua-push
Looks like the config parser script moved in 5.4.0. Will be fixed in the next release.
Update: We just released 4.0.0 version of the UA plugin. Should be compatible with the latest cordova versions.
Both the commands phonegap run ios and cordova platform add ios throw a similar error
Error: An error occured during creation of ios sub-project.
~/.cordova/lib/ios/cordova/3.3.0/bin/create: 33:
~/.cordova/lib/ios/cordova/3.3.0/bin/create: Syntax error: "(" unexpected
Phonegap/cordova version is 3.3.0.
Android works fine.
Any idea for a fix?
You can't run iOS on ubuntu, just on mac osx
to add iOS to the project try with phonegap build iOS
That should add the iOS part to phonegap build if you have your phonegap build account properly set