plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Bug]: Share feature won't open 'Messages' app

Open eloipeloux opened this issue 3 years ago • 0 comments

Platform

Iphone 13 PRO

Plugin

share_plus

Version

4.1.0

Flutter SDK

3.3.1

Steps to reproduce

I added the package to my projet, nothing here Then I created a function (code below) to give a share behavior to my share button Dialog to share opens up but when clicking on 'Messages' app to share my content, it doesn't work (doesn't open the Messages app, can't see what I'm trying to send)

Code Sample

void _onShare(BuildContext context, String url) async {
      final box = context.findRenderObject() as RenderBox?;
      await Share.share(url,
          subject: "Subject test",
          sharePositionOrigin: box!.localToGlobal(Offset.zero) & box.size);
}

Logs

executing: /usr/bin/arch -arm64e xcrun xcresulttool get --path /var/folders/wl/4qc_4bkd00x692rjy5b8b7yr0000gn/T/flutter_tools.trf28t/flutter_ios_build_temp_direeE12T/temporary_xcresult_bundle --format
json
[  +44 ms] {
             "_type" : {
               "_name" : "ActionsInvocationRecord"
             },
             "actions" : {
               "_type" : {
                 "_name" : "Array"
               },
               "_values" : [
                 {
                   "_type" : {
                     "_name" : "ActionRecord"
                   },
                   "actionResult" : {
                     "_type" : {
                       "_name" : "ActionResult"
                     },
                     "coverage" : {
                       "_type" : {
                         "_name" : "CodeCoverageInfo"
                       }
                     },
                     "issues" : {
                       "_type" : {
                         "_name" : "ResultIssueSummaries"
                       }
                     },
                     "metrics" : {
                       "_type" : {
                         "_name" : "ResultMetrics"
                       }
                     },
                     "resultName" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "action"
                     },
                     "status" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "notRequested"
                     }
                   },
                   "buildResult" : {
                     "_type" : {
                       "_name" : "ActionResult"
                     },
                     "coverage" : {
                       "_type" : {
                         "_name" : "CodeCoverageInfo"
                       }
                     },
                     "issues" : {
                       "_type" : {
                         "_name" : "ResultIssueSummaries"
                       },
                       "warningSummaries" : {
                         "_type" : {
                           "_name" : "Array"
                         },
                         "_values" : [
                           {
                             "_type" : {
                               "_name" : "IssueSummary"
                             },
                             "documentLocationInCreatingWorkspace" : {
                               "_type" : {
                                 "_name" : "DocumentLocation"
                               },
                               "concreteTypeName" : {
                                 "_type" : {
                                   "_name" : "String"
                                 },
                                 "_value" : "Xcode3ProjectDocumentLocation"
                               },
                               "url" : {
                                 "_type" : {
                                   "_name" : "String"
                                 },
                                 "_value" : "file:\/\/\/Users\/eloipeloux\/Desktop\/Work\/Walkhome\/walkhome\/ios\/Pods\/Pods.xcodeproj#Timestamp=685027075.097755"
                               }
                             },
                             "issueType" : {
                               "_type" : {
                                 "_name" : "String"
                               },
                               "_value" : "Target Integrity"
                             },
                             "message" : {
                               "_type" : {
                                 "_name" : "String"
                               },
                               "_value" : "The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.5.99."
                             }
                           },
                           {
                             "_type" : {
                               "_name" : "IssueSummary"
                             },
                             "documentLocationInCreatingWorkspace" : {
                               "_type" : {
                                 "_name" : "DocumentLocation"
                               },
                               "concreteTypeName" : {
                                 "_type" : {
                                   "_name" : "String"
                                 },
                                 "_value" : "DVTTextDocumentLocation"
                               },
                               "url" : {
                                 "_type" : {
                                   "_name" : "String"
                                 },
                                 "_value" :
                                 "file:\/\/\/Users\/eloipeloux\/Dev\/flutter\/.pub-cache\/hosted\/pub.dartlang.org\/firebase_auth-3.6.2\/ios\/Classes\/FLTFirebaseAuthPlugin.m#CharacterRangeLen=0&EndingColumnNumber=
                                 71&EndingLineNumber=89&StartingColumnNumber=71&StartingLineNumber=89"
                               }
                             },
                             "issueType" : {
                               "_type" : {
                                 "_name" : "String"
                               },
                               "_value" : "Semantic Issue"
                             },
                             "message" : {
                               "_type" : {
                                 "_name" : "String"
                               },
                               "_value" : "Sending 'FLTFirebaseAuthPlugin *__strong' to parameter of incompatible type 'id<FLTFirebasePlugin> _Nonnull'"
                             }
                           }
                         ]
                       }
                     },
                     "logRef" : {
                       "_type" : {
                         "_name" : "Reference"
                       },
                       "id" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "0~oNXQIJppSm4sRVonUAnrYBXHnZcqWSDsJpBEGWRGqlCdUHIYZca-1eFDi-c8fL0IFeo9Gyg0IElu4hbfM9yZVQ=="
                       },
                       "targetType" : {
                         "_type" : {
                           "_name" : "TypeDefinition"
                         },
                         "name" : {
                           "_type" : {
                             "_name" : "String"
                           },
                           "_value" : "ActivityLogSection"
                         }
                       }
                     },
                     "metrics" : {
                       "_type" : {
                         "_name" : "ResultMetrics"
                       },
                       "warningCount" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "2"
                       }
                     },
                     "resultName" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "build"
                     },
                     "status" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "succeeded"
                     }
                   },
                   "endedTime" : {
                     "_type" : {
                       "_name" : "Date"
                     },
                     "_value" : "2022-09-16T15:18:05.091+0200"
                   },
                   "runDestination" : {
                     "_type" : {
                       "_name" : "ActionRunDestinationRecord"
                     },
                     "displayName" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "iPhone 13 Pro"
                     },
                     "localComputerRecord" : {
                       "_type" : {
                         "_name" : "ActionDeviceRecord"
                       },
                       "busSpeedInMHz" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "0"
                       },
                       "cpuCount" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "1"
                       },
                       "cpuKind" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "Apple M1 Pro"
                       },
                       "cpuSpeedInMHz" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "0"
                       },
                       "identifier" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "00006000-000458D60EC3801E"
                       },
                       "isConcreteDevice" : {
                         "_type" : {
                           "_name" : "Bool"
                         },
                         "_value" : "true"
                       },
                       "logicalCPUCoresPerPackage" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "10"
                       },
                       "modelCode" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "MacBookPro18,3"
                       },
                       "modelName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "MacBook Pro"
                       },
                       "modelUTI" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "com.apple.macbookpro-14-2021"
                       },
                       "name" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "My Mac"
                       },
                       "nativeArchitecture" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "arm64e"
                       },
                       "operatingSystemVersion" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "12.5.1"
                       },
                       "operatingSystemVersionWithBuildNumber" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "12.5.1 (21G83)"
                       },
                       "physicalCPUCoresPerPackage" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "10"
                       },
                       "platformRecord" : {
                         "_type" : {
                           "_name" : "ActionPlatformRecord"
                         },
                         "identifier" : {
                           "_type" : {
                             "_name" : "String"
                           },
                           "_value" : "com.apple.platform.macosx"
                         },
                         "userDescription" : {
                           "_type" : {
                             "_name" : "String"
                           },
                           "_value" : "macOS"
                         }
                       },
                       "ramSizeInMegabytes" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "16384"
                       }
                     },
                     "targetArchitecture" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "arm64"
                     },
                     "targetDeviceRecord" : {
                       "_type" : {
                         "_name" : "ActionDeviceRecord"
                       },
                       "busSpeedInMHz" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "0"
                       },
                       "cpuCount" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "0"
                       },
                       "cpuSpeedInMHz" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "0"
                       },
                       "identifier" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "B66E8B2B-25BD-4510-8517-510AEB90515F"
                       },
                       "isConcreteDevice" : {
                         "_type" : {
                           "_name" : "Bool"
                         },
                         "_value" : "true"
                       },
                       "logicalCPUCoresPerPackage" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "0"
                       },
                       "modelCode" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "iPhone14,2"
                       },
                       "modelName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "iPhone 13 Pro"
                       },
                       "modelUTI" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "com.apple.iphone-13-pro-1"
                       },
                       "name" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "iPhone 13 Pro"
                       },
                       "nativeArchitecture" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "arm64"
                       },
                       "operatingSystemVersion" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "15.5"
                       },
                       "operatingSystemVersionWithBuildNumber" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "15.5 (19F70)"
                       },
                       "physicalCPUCoresPerPackage" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "0"
                       },
                       "platformRecord" : {
                         "_type" : {
                           "_name" : "ActionPlatformRecord"
                         },
                         "identifier" : {
                           "_type" : {
                             "_name" : "String"
                           },
                           "_value" : "com.apple.platform.iphonesimulator"
                         },
                         "userDescription" : {
                           "_type" : {
                             "_name" : "String"
                           },
                           "_value" : "iOS Simulator"
                         }
                       },
                       "ramSizeInMegabytes" : {
                         "_type" : {
                           "_name" : "Int"
                         },
                         "_value" : "0"
                       }
                     },
                     "targetSDKRecord" : {
                       "_type" : {
                         "_name" : "ActionSDKRecord"
                       },
                       "identifier" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "iphonesimulator15.5"
                       },
                       "name" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "Simulator - iOS 15.5"
                       },
                       "operatingSystemVersion" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "15.5"
                       }
                     }
                   },
                   "schemeCommandName" : {
                     "_type" : {
                       "_name" : "String"
                     },
                     "_value" : "Run"
                   },
                   "schemeTaskName" : {
                     "_type" : {
                       "_name" : "String"
                     },
                     "_value" : "Build"
                   },
                   "startedTime" : {
                     "_type" : {
                       "_name" : "Date"
                     },
                     "_value" : "2022-09-16T15:17:50.499+0200"
                   },
                   "title" : {
                     "_type" : {
                       "_name" : "String"
                     },
                     "_value" : "Build \"Runner\""
                   }
                 }
               ]
             },
             "issues" : {
               "_type" : {
                 "_name" : "ResultIssueSummaries"
               },
               "warningSummaries" : {
                 "_type" : {
                   "_name" : "Array"
                 },
                 "_values" : [
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "Xcode3ProjectDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "file:\/\/\/Users\/eloipeloux\/Desktop\/Work\/Walkhome\/walkhome\/ios\/Pods\/Pods.xcodeproj#Timestamp=685027075.097755"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Target Integrity"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.5.99."
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/eloipeloux\/Dev\/flutter\/.pub-cache\/hosted\/pub.dartlang.org\/firebase_auth-3.6.2\/ios\/Classes\/FLTFirebaseAuthPlugin.m#CharacterRangeLen=0&EndingColumnNumber=71&Endin
                         gLineNumber=89&StartingColumnNumber=71&StartingLineNumber=89"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Semantic Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Sending 'FLTFirebaseAuthPlugin *__strong' to parameter of incompatible type 'id<FLTFirebasePlugin> _Nonnull'"
                     }
                   }
                 ]
               }
             },
             "metadataRef" : {
               "_type" : {
                 "_name" : "Reference"
               },
               "id" : {
                 "_type" : {
                   "_name" : "String"
                 },
                 "_value" : "0~J1aa5lZ-QtPvQeztLOCsXBQ61Ew1-JTbgVPX3IGdJzNtD1NCsXBa3QMzHeHa7EmHIem2lTRDpLq3eDO8azVz0g=="
               },
               "targetType" : {
                 "_type" : {
                   "_name" : "TypeDefinition"
                 },
                 "name" : {
                   "_type" : {
                     "_name" : "String"
                   },
                   "_value" : "ActionsInvocationMetadata"
                 }
               }
             },
             "metrics" : {
               "_type" : {
                 "_name" : "ResultMetrics"
               },
               "warningCount" : {
                 "_type" : {
                   "_name" : "Int"
                 },
                 "_value" : "2"
               }
             }
           }
[   +3 ms] executing: rsync -8 -av --delete /Users/eloipeloux/Desktop/Work/Walkhome/walkhome/build/ios/Debug-iphonesimulator/Runner.app /Users/eloipeloux/Desktop/Work/Walkhome/walkhome/build/ios/iphonesimulator
[ +399 ms] building file list ... done
                    Runner.app/
                    Runner.app/Info.plist
                    Runner.app/PkgInfo
                    Runner.app/Runner
                    Runner.app/Frameworks/App.framework/
                    Runner.app/Frameworks/App.framework/App
                    Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/App.framework/flutter_assets/AssetManifest.json
                    Runner.app/Frameworks/App.framework/flutter_assets/FontManifest.json
                    Runner.app/Frameworks/App.framework/flutter_assets/NOTICES.Z
                    Runner.app/Frameworks/App.framework/flutter_assets/kernel_blob.bin
                    Runner.app/Frameworks/App.framework/flutter_assets/shaders/
                    Runner.app/Frameworks/App.framework/flutter_assets/shaders/ink_sparkle.frag
                    Runner.app/Frameworks/FBLPromises.framework/
                    Runner.app/Frameworks/FBLPromises.framework/FBLPromises
                    Runner.app/Frameworks/FBLPromises.framework/Info.plist
                    Runner.app/Frameworks/FBLPromises.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/FirebaseAuth.framework/
                    Runner.app/Frameworks/FirebaseAuth.framework/FirebaseAuth
                    Runner.app/Frameworks/FirebaseAuth.framework/Info.plist
                    Runner.app/Frameworks/FirebaseAuth.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/FirebaseCore.framework/
                    Runner.app/Frameworks/FirebaseCore.framework/FirebaseCore
                    Runner.app/Frameworks/FirebaseCore.framework/Info.plist
                    Runner.app/Frameworks/FirebaseCore.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/FirebaseCoreDiagnostics.framework/
                    Runner.app/Frameworks/FirebaseCoreDiagnostics.framework/FirebaseCoreDiagnostics
                    Runner.app/Frameworks/FirebaseCoreDiagnostics.framework/Info.plist
                    Runner.app/Frameworks/FirebaseCoreDiagnostics.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/FirebaseCoreInternal.framework/
                    Runner.app/Frameworks/FirebaseCoreInternal.framework/FirebaseCoreInternal
                    Runner.app/Frameworks/FirebaseCoreInternal.framework/Info.plist
                    Runner.app/Frameworks/FirebaseCoreInternal.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/FirebaseFirestore.framework/
                    Runner.app/Frameworks/FirebaseFirestore.framework/FirebaseFirestore
                    Runner.app/Frameworks/FirebaseFirestore.framework/Info.plist
                    Runner.app/Frameworks/FirebaseFirestore.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/GTMSessionFetcher.framework/
                    Runner.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher
                    Runner.app/Frameworks/GTMSessionFetcher.framework/Info.plist
                    Runner.app/Frameworks/GTMSessionFetcher.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/GoogleDataTransport.framework/
                    Runner.app/Frameworks/GoogleDataTransport.framework/GoogleDataTransport
                    Runner.app/Frameworks/GoogleDataTransport.framework/Info.plist
                    Runner.app/Frameworks/GoogleDataTransport.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/GoogleUtilities.framework/
                    Runner.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
                    Runner.app/Frameworks/GoogleUtilities.framework/Info.plist
                    Runner.app/Frameworks/GoogleUtilities.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/absl.framework/
                    Runner.app/Frameworks/absl.framework/Info.plist
                    Runner.app/Frameworks/absl.framework/absl
                    Runner.app/Frameworks/absl.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/grpc.framework/
                    Runner.app/Frameworks/grpc.framework/Info.plist
                    Runner.app/Frameworks/grpc.framework/grpc
                    Runner.app/Frameworks/grpc.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/grpcpp.framework/
                    Runner.app/Frameworks/grpcpp.framework/Info.plist
                    Runner.app/Frameworks/grpcpp.framework/grpcpp
                    Runner.app/Frameworks/grpcpp.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/grpcpp.framework/gRPCCertificates-Cpp.bundle/
                    Runner.app/Frameworks/grpcpp.framework/gRPCCertificates-Cpp.bundle/Info.plist
                    Runner.app/Frameworks/grpcpp.framework/gRPCCertificates-Cpp.bundle/roots.pem
                    Runner.app/Frameworks/grpcpp.framework/gRPCCertificates-Cpp.bundle/_CodeSignature/
                    Runner.app/Frameworks/grpcpp.framework/gRPCCertificates-Cpp.bundle/_CodeSignature/CodeDirectory
                    Runner.app/Frameworks/grpcpp.framework/gRPCCertificates-Cpp.bundle/_CodeSignature/CodeRequirements
                    Runner.app/Frameworks/grpcpp.framework/gRPCCertificates-Cpp.bundle/_CodeSignature/CodeRequirements-1
                    Runner.app/Frameworks/grpcpp.framework/gRPCCertificates-Cpp.bundle/_CodeSignature/CodeResources
                    Runner.app/Frameworks/grpcpp.framework/gRPCCertificates-Cpp.bundle/_CodeSignature/CodeSignature
                    Runner.app/Frameworks/leveldb.framework/
                    Runner.app/Frameworks/leveldb.framework/Info.plist
                    Runner.app/Frameworks/leveldb.framework/leveldb
                    Runner.app/Frameworks/leveldb.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/nanopb.framework/
                    Runner.app/Frameworks/nanopb.framework/Info.plist
                    Runner.app/Frameworks/nanopb.framework/nanopb
                    Runner.app/Frameworks/nanopb.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/openssl_grpc.framework/
                    Runner.app/Frameworks/openssl_grpc.framework/Info.plist
                    Runner.app/Frameworks/openssl_grpc.framework/openssl_grpc
                    Runner.app/Frameworks/openssl_grpc.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/share_plus.framework/
                    Runner.app/Frameworks/share_plus.framework/Info.plist
                    Runner.app/Frameworks/share_plus.framework/share_plus
                    Runner.app/Frameworks/share_plus.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/url_launcher_ios.framework/
                    Runner.app/Frameworks/url_launcher_ios.framework/Info.plist
                    Runner.app/Frameworks/url_launcher_ios.framework/url_launcher_ios
                    Runner.app/Frameworks/url_launcher_ios.framework/_CodeSignature/CodeResources
                    Runner.app/Frameworks/uv.framework/
                    Runner.app/Frameworks/uv.framework/Info.plist
                    Runner.app/Frameworks/uv.framework/uv
                    Runner.app/Frameworks/uv.framework/_CodeSignature/CodeResources
                    Runner.app/_CodeSignature/CodeResources

                    sent 149810055 bytes  received 1742 bytes  99874531.33 bytes/sec
                    total size is 200199111  speedup is 1.34
[   +1 ms] executing: /usr/bin/arch -arm64e xcrun simctl install B66E8B2B-25BD-4510-8517-510AEB90515F /Users/eloipeloux/Desktop/Work/Walkhome/walkhome/build/ios/iphonesimulator/Runner.app
[ +511 ms] executing: /usr/bin/plutil -convert xml1 -o - /Users/eloipeloux/Desktop/Work/Walkhome/walkhome/build/ios/iphonesimulator/Runner.app/Info.plist
[   +5 ms] Exit code 0 from: /usr/bin/plutil -convert xml1 -o - /Users/eloipeloux/Desktop/Work/Walkhome/walkhome/build/ios/iphonesimulator/Runner.app/Info.plist
[        ] <?xml version="1.0" encoding="UTF-8"?>
           <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
           <plist version="1.0">
           <dict>
           	<key>BuildMachineOSBuild</key>
           	<string>21G83</string>
           	<key>CADisableMinimumFrameDurationOnPhone</key>
           	<true/>
           	<key>CFBundleDevelopmentRegion</key>
           	<string>en</string>
           	<key>CFBundleDisplayName</key>
           	<string>Walkhome App</string>
           	<key>CFBundleExecutable</key>
           	<string>Runner</string>
           	<key>CFBundleIcons</key>
           	<dict>
           		<key>CFBundlePrimaryIcon</key>
           		<dict>
           			<key>CFBundleIconFiles</key>
           			<array>
           				<string>AppIcon60x60</string>
           			</array>
           			<key>CFBundleIconName</key>
           			<string>AppIcon</string>
           		</dict>
           	</dict>
           	<key>CFBundleIcons~ipad</key>
           	<dict>
           		<key>CFBundlePrimaryIcon</key>
           		<dict>
           			<key>CFBundleIconFiles</key>
           			<array>
           				<string>AppIcon60x60</string>
           				<string>AppIcon76x76</string>
           			</array>
           			<key>CFBundleIconName</key>
           			<string>AppIcon</string>
           		</dict>
           	</dict>
           	<key>CFBundleIdentifier</key>
           	<string>com.example.walkhomeApp</string>
           	<key>CFBundleInfoDictionaryVersion</key>
           	<string>6.0</string>
           	<key>CFBundleName</key>
           	<string>walkhome_app</string>
           	<key>CFBundlePackageType</key>
           	<string>APPL</string>
           	<key>CFBundleShortVersionString</key>
           	<string>1.0.0</string>
           	<key>CFBundleSignature</key>
           	<string>????</string>
           	<key>CFBundleSupportedPlatforms</key>
           	<array>
           		<string>iPhoneSimulator</string>
           	</array>
           	<key>CFBundleVersion</key>
           	<string>1</string>
           	<key>DTCompiler</key>
           	<string>com.apple.compilers.llvm.clang.1_0</string>
           	<key>DTPlatformBuild</key>
           	<string>19F64</string>
           	<key>DTPlatformName</key>
           	<string>iphonesimulator</string>
           	<key>DTPlatformVersion</key>
           	<string>15.5</string>
           	<key>DTSDKBuild</key>
           	<string>19F64</string>
           	<key>DTSDKName</key>
           	<string>iphonesimulator15.5</string>
           	<key>DTXcode</key>
           	<string>1341</string>
           	<key>DTXcodeBuild</key>
           	<string>13F100</string>
           	<key>LSRequiresIPhoneOS</key>
           	<true/>
           	<key>MinimumOSVersion</key>
           	<string>11.0</string>
           	<key>UIDeviceFamily</key>
           	<array>
           		<integer>1</integer>
           		<integer>2</integer>
           	</array>
           	<key>UILaunchStoryboardName</key>
           	<string>LaunchScreen</string>
           	<key>UIMainStoryboardFile</key>
           	<string>Main</string>
           	<key>UISupportedInterfaceOrientations</key>
           	<array>
           		<string>UIInterfaceOrientationPortrait</string>
           		<string>UIInterfaceOrientationLandscapeLeft</string>
           		<string>UIInterfaceOrientationLandscapeRight</string>
           	</array>
           	<key>UISupportedInterfaceOrientations~ipad</key>
           	<array>
           		<string>UIInterfaceOrientationPortrait</string>
           		<string>UIInterfaceOrientationPortraitUpsideDown</string>
           		<string>UIInterfaceOrientationLandscapeLeft</string>
           		<string>UIInterfaceOrientationLandscapeRight</string>
           	</array>
           	<key>UIViewControllerBasedStatusBarAppearance</key>
           	<false/>
           </dict>
           </plist>
[   +3 ms] executing: /usr/bin/arch -arm64e xcrun simctl launch B66E8B2B-25BD-4510-8517-510AEB90515F com.example.walkhomeApp --enable-dart-profiling --enable-checked-mode --verify-entry-points --observatory-port=0
[  +94 ms] com.example.walkhomeApp: 45871
[        ] Waiting for observatory port to be available...
[ +637 ms] Observatory URL on device: http://127.0.0.1:53370/sb6I1b8cK_I=/
[   +2 ms] Caching compiled dill
[  +43 ms] Connecting to service protocol: http://127.0.0.1:53370/sb6I1b8cK_I=/
[  +60 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at http://127.0.0.1:53370/sb6I1b8cK_I=/.
[  +57 ms] DDS is listening at http://127.0.0.1:53373/yDZhFtwqW7U=/.
[  +21 ms] Successfully connected to service protocol: http://127.0.0.1:53370/sb6I1b8cK_I=/
[  +12 ms] DevFS: Creating new filesystem on the device (null)
[   +7 ms] DevFS: Created new filesystem on the device
(file:///Users/eloipeloux/Library/Developer/CoreSimulator/Devices/B66E8B2B-25BD-4510-8517-510AEB90515F/data/Containers/Data/Application/CE9E8F56-0539-418B-A1B8-B4A25D779EAB/tmp/walkhome3CjGIS/walkhome/)
[   +1 ms] Updating assets
[  +53 ms] Syncing files to device iPhone 13 Pro...
[        ] Compiling dart to kernel with 0 updated files
[        ] Processing bundle.
[        ] <- recompile package:walkhome_app/main.dart d861603a-a523-4d27-af71-0f919bb2834a
[        ] <- d861603a-a523-4d27-af71-0f919bb2834a
[        ] Bundle processing done.
[  +46 ms] Updating files.
[        ] DevFS: Sync finished
[        ] Syncing files to device iPhone 13 Pro... (completed in 49ms)
[        ] Synced 0.0MB.
[        ] <- accept
[   +1 ms] Connected to _flutterView/0x15d827e20.
[   +1 ms] Flutter run key commands.
[        ] r Hot reload. 🔥🔥🔥
[        ] R Hot restart.
[        ] h List all available interactive commands.
[        ] d Detach (terminate "flutter run" but leave application running).
[        ] c Clear the screen
[        ] q Quit (terminate the application on the device).
[        ] 💪 Running with sound null safety 💪
[        ] An Observatory debugger and profiler on iPhone 13 Pro is available at: http://127.0.0.1:53373/yDZhFtwqW7U=/


### Flutter Doctor

```shell
[✓] Flutter (Channel stable, 3.3.1, on macOS 12.5.1 21G83 darwin-arm, locale en-FR)
    • Flutter version 3.3.1 on channel stable at /Users/eloipeloux/Dev/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 4f9d92fbbd (10 days ago), 2022-09-06 17:54:53 -0700
    • Engine revision 3efdf03e73
    • Dart version 2.18.0
    • DevTools version 2.15.0

[✗] Android toolchain - develop for Android devices
    ✗ Unable to locate Android SDK.
      Install Android Studio from: https://developer.android.com/studio/index.html
      On first launch it will assist you in installing the Android SDK components.
      (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).
      If the Android SDK has been installed to a custom location, please use
      `flutter config --android-sdk` to update to that location.


[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 13F100
    • CocoaPods version 1.11.3

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[!] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).

[✓] VS Code (version 1.71.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.48.0

[✓] Connected device (3 available)
    • iPhone 13 Pro (mobile) • B66E8B2B-25BD-4510-8517-510AEB90515F • ios            • com.apple.CoreSimulator.SimRuntime.iOS-15-5 (simulator)
    • macOS (desktop)        • macos                                • darwin-arm64   • macOS 12.5.1 21G83 darwin-arm
    • Chrome (web)           • chrome                               • web-javascript • Google Chrome 105.0.5195.125

[✓] HTTP Host Availability
    • All required HTTP hosts are available

! Doctor found issues in 2 categories.

eloipeloux avatar Sep 16 '22 13:09 eloipeloux