2022-07-30 22:34:02
Error Error (Xcode): 'Flutter/Flutter.h' file not found /Users/dandan/flutter_projects/myapp/ios/Runner/GeneratedPluginRegistrant.h:9:8 Solution First backup your ios folder and delete the ios f...
2022-07-30 22:30:22
Error It appears that your application still contains the default signing identifier. Try replacing 'com.example' with your signing id in Xcode: open ios/Runner.xcworkspace Encountered error...
2022-07-30 21:54:00
If the official Flutter source is too slow, you can switch the official source to some other sources. Just copy the following command to your Terminal. vim ~/.bash_profile //open bash profile i...
2022-07-30 21:48:26
Open terminal in Terminal on Mac, and input the following command: sudo chown YourUserName ~/.bash_profile export PATH="$PATH:/Users/YourUserName/flutter/bin" echo $PATH which flutter You c...
2022-07-30 21:45:31
Reason: Certificate or Provisioning file is not right Solution: Open Runner.xcworkspace in XCode Deselect ‘Automatically managing signing’ and reselect it. This can make sure Xcode choose...
2022-07-20 08:14:16
When I update an app on Google Play, a warning message appeared. Critical issues have been reported with the following SDK versions: com.google.android.gms:play-services-safetynet:17.0.0Wh...
2022-07-19 14:56:47
w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath: C:/Users/Eddy/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1...
2022-07-16 16:50:09
I am applying for a Apple developer account and got a warning info as shown below: There may be a problem with your account that needs to be resolved before you can continue with the registration pro...
2022-06-24 18:17:29
Error message Fatal error: Uncaught PHPMailer\PHPMailer\Exception: Invalid address: (From): ask@localhost in /www/wwwroot/howchinese/wp-includes/PHPMailer/PHPMailer.php:1300 Stack trace: #0 /ww...
2022-06-24 18:14:16
Sample code global $current_user; wp_get_current_user(); echo $current_user->display_name; echo $current_user->user_email; Output a:2:{s:7:"section";s:8:"download";s:8:"location";s:42:"h...