最終更新:2024-04-16 (火) 11:25:19 (10d)  

Flutter/ビルド/iOS

https://docs.flutter.dev/deployment/ios

初回

  • そのままflutter run -d xxxxするとエラー
    It appears that there was a problem signing your application prior to installation on the device.
    
    Verify that the Bundle Identifier in your project is your signing id in Xcode
      open ios/Runner.xcworkspace
    
    Also try selecting 'Product > Build' to fix the problem.

ビルド

デバッグ版のアプリをホームスクリーンから起動しようとすると落ちる

  • RunnerのBuild ConfigurationをReleaseにすると良い

関連