appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
193 stars 224 forks source link

App fails to run on iOS simulator #147

Closed kirillmesiats closed 1 year ago

kirillmesiats commented 1 year ago

Launching lib/main.dart on iPhone 14 Pro in debug mode... main.dart:1 Xcode build done. 37.7s Exception: Unable to launch on 234EDC92-1C7C-40D3-A1C5-947058A4B898: ProcessException: Process exited abnormally: An error was encountered processing the command (domain=FBSOpenApplicationServiceErrorDomain, code=1): The request to open failed. The request was denied by service delegate (SBMainWorkspace). Underlying error (domain=FBProcessExit, code=128): The operation couldn’t be completed. The process exited. The process exited. Command: xcrun simctl launch 234EDC92-1C7C-40D3-A1C5-947058A4B898 --enable-dart-profiling --start-paused --enable-checked-mode --verify-entry-points --enable-impeller=false Error launching application on iPhone 14 Pro. Exited

bilalhamud commented 1 year ago

@kirillmesiats What package are you using?

kirillmesiats commented 1 year ago

@kirillmesiats What package are you using?

https://pub.dev/packages/appinio_social_share

Also I had to set iOS deployment target to 12. iOS 11 not working unfortunately. Facebook SDK 16.0.1 requires iOS 12 at least.

khanmujeeb687 commented 1 year ago

Hey @kirillmesiats , I am looking into it, The fix will be available in the next version.