العودة لقائمة المشاريع
مشكله بفتح تطبيق Flutter على Simulator
الميزانية
$25.00 - $50.00
التصنيف
برمجة، تطوير المواقع والتطبيقات
المهارات المطلوبة
برمجة
برمجة قواعد البيانات
React Native
flutter
Dart
برمجة
برمجة قواعد البيانات
React Native
flutter
Dart
الوصف
السلام عليكم
لدينا تطبيق Flutter تم رفعه بالفعل على Appstore بدون أى أخطاء وتم رفعه والموافقه عليه من جوجل ايضاً
المشكله عند فتح التطبيق على برنامج Simulator لأخذ سكرينات يتم تثبيت التطبيق وعند فتحه يظهر شاشه بيضاء ويغلق مره أخري ويظهر هذا الخطأ بالترمينال :
Running "flutter pub get" in flutter...6.6s
Launching lib/main.dart on iPhone 12 in debug mode...
Running pod install...43.6s
Running Xcode build...
└─Compiling, linking and signing...118.9s
Xcode build done.3624.7s
Connecting to the VM Service is taking longer than expected...
Still attempting to connect to the VM Service...
If you do NOT see the Flutter application running, it might have crashed. The
device logs (e.g. from adb or XCode) might have more details.
If you do see the Flutter application running on the device, try re-running with
--host-vmservice-port to use a specific port known to be available.
Exception attempting to connect to the VM Service: SocketException: OS Error:
Connection refused, errno = 61, address = 127.0.0.1, port = 51563
This was attempt #50. Will retry in 0:00:01.6.
Exception attempting to connect to the VM Service: SocketException: OS Error:
Connection refused, errno = 61, address = 127.0.0.1, port = 51616
This was attempt #100. Will retry in 0:00:01.6.
Exception attempting to connect to the VM Service: SocketException: OS Error:
Connection refused, errno = 61, address = 127.0.0.1, port = 51666
محتوى ملف : AppDelegate.swift وتم تجربه أكثر من حل بتبديل اماكن أكواد هذا الملف ولكن للاسف بدون جدوى
import UIKit
import Flutter
import GoogleMaps
import Firebase
@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
GMSServices.provideAPIKey("your-google-maps-api-key")
FirebaseApp.configure() //add this before the code below
GeneratedPluginRegistrant.register(with: self)
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
}
مطلوب مستقل يقوم بالدخول على ال Any desk ويقوم بتشغيله فقط على جهاز الماك
شكرا لكم