简体   繁体   English

Flutter iOS 应用程序在模拟器中完美运行,但在真实设备中无法运行

[英]Flutter iOS app working perfect in simulator but not in real device

My application working perfect in simulator but not working in real iOS device.我的应用程序在模拟器中完美运行,但在真正的 iOS 设备中无法运行。 Application crashes at startup.应用程序在启动时崩溃。

i am using this lib in my project.我在我的项目中使用这个库。

http: ^0.12.0+2
      connectivity: ^0.4.2
      fluttertoast: ^3.1.0
      shared_preferences: ^0.5.8
      google_sign_in: ^4.5.1
      flutter_facebook_login: ^3.0.0
      dots_indicator: ^1.2.0
      percent_indicator: ^2.1.6
      cached_network_image: ^2.3.2+1
      razorpay_flutter: 1.2.3
      image_picker: ^0.6.0+17
      flutter_widget_from_html_core: ^0.5.1+4
      webview_flutter: 1.0.7
      device_info: ^1.0.0
      store_launcher: ^1.0.1
      package_info: ^0.4.3+2
      flutter_tex: ^3.6.7+9

Run your project with Xcode to know why it crash.使用 Xcode 运行您的项目以了解它崩溃的原因。
Real device need you configure signing with your Apple ID.真实设备需要您使用 Apple ID 配置签名。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Flutter 应用程序在启动时崩溃(仅 IOS,模拟器和真机都有) - Flutter app crash on startup (only IOS, both simulator and real device) Flutter 应用程序无法在真正的 ios 设备上运行 - Flutter app not working on real ios device Expo 应用程序在 Expo Go 和 iOS 模拟器上工作,但在真实设备上崩溃 - Expo app working on Expo Go and iOS Simulator but crashes on real device iOS - Unable to Run Flutter App in Real Device iPhone 11. iOS - 15.2, Xcode 13.2.1, It's working in simulator - iOS - Unable to Run Flutter App in Real Device iPhone 11. iOS - 15.2, Xcode 13.2.1 , It's working in simulator free()使用iOS Simulator,但不能在实际设备上使用 - free() working with iOS Simulator but not on real device iOS应用可在模拟器上运行,但不能在真实设备上运行 - iOS app works on simulator but not on real device Flutter sqflite 应用程序无法在真正的 ios 设备上运行 - Flutter sqflite app does not working on real ios device ios模拟器构建有效,但真实设备构建失败 - ios simulator build works but real device build fails in flutter iOS App在Simulator上运行正常,但在真实的iOS设备上崩溃 - iOS App works fine with Simulator but Crashes with a real iOS device 在实际 iOS 设备中运行 flutter 应用程序 [Windows] - Running flutter app in real iOS device [Windows]
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM