britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
311 stars 81 forks source link

Converting swift code to objective-c #26

Closed brian-kayfitz closed 3 years ago

brian-kayfitz commented 3 years ago

Hello,

When you try to run your great plugin on an iOS app that uses Objective-C as the base language, it unfortunately will not build. There seems to be some kind of linking error in the Flutter build system that doesn't allow Swift code to compile correctly on Objective-C apps.

Swift apps, however, are able to run Objective-C code effortlessly.

For that reason, it seems that Objective-C should the be default platform language since it provides greater compatibility, even if the syntax is a bit clunkier.

I look the liberty of translating your Swift code to Objective-C. The native code is already wonderfully succinct so all that was done was converting the same logic from one language to another.

If you are ok with this transition, it would be wonderful to have this included in your plugin so it can be used in the widest range of Flutter apps.

britannio commented 3 years ago

Hey, thanks for the PR!

Are you describing an app created with flutter create --ios-language objc not compiling with this plugin? Are any of the workarounds described in https://github.com/flutter/flutter/issues/16049 sufficient?

brian-kayfitz commented 3 years ago

Hi @britannio. The advice in this ticket is similar to the issue I encountered when trying to use your plugin on a flutter app where objective-c is the base language (yes, I used flutter create --ios-language objc to create the project)

Since it was only one, very simple class, its seemed like removing Swift will make life easier for the hundreds of developers who rely on your work.

Here is the full and incredibly verbose build error if you are interested. I would love for other developers to never see this. ` export NATIVE_ARCH\=arm64 export NATIVE_ARCH_32_BIT\=arm export NATIVE_ARCH_64_BIT\=arm64 export NATIVE_ARCH_ACTUAL\=arm64 export NO_COMMON\=YES export OBJC_ABI_VERSION\=2 export

OBJECT_FILE_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Run ner.build/Objects export

OBJECT_FILE_DIR_normal\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimula tor/Runner.build/Objects-normal export OBJROOT\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex export ONLY_ACTIVE_ARCH\=NO export OS\=MACOS export OSAC\=/usr/bin/osacompile export OTHER_CFLAGS\=\ -fmodule-map-file\=\"/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/in_app_review/in_app_review.modulemap\"\ -fmodule-map-file\=\"/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap\" export OTHER_CPLUSPLUSFLAGS\=\ -fmodule-map-file\=\"/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/in_app_review/in_app_review.modulemap\"\ -fmodule-map-file\=\"/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap\" export OTHER_LDFLAGS\=\ -ObjC\ -l\"in_app_review\"\ -l\"url_launcher\" export OTHER_SWIFT_FLAGS\=\ -D\ COCOAPODS\ -Xcc\ -fmodule-map-file\=\"/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/in_app_review/in_app_review.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap\" export PACKAGE_CONFIG\=/Users/briankayfitz/Development/Training/flutter_objc/.dart_tool/package_config.json export PACKAGE_TYPE\=com.apple.package-type.wrapper.application export PASCAL_STRINGS\=YES export

PATH\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr

/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.plat

form/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.p

latform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/

bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/br iankayfitz/Development/flutter/bin:/Users/briankayfitz/Development/flutter/.pub-cache/bin:/Users/briankayfitz/.pub-cache/bin export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES\=/usr/include\ /usr/local/include\ /System/Library/Frameworks\ /System/Library/PrivateFrameworks\ /Applications/Xcode.app/Contents/Developer/Headers\ /Applications/Xcode.app/Contents/Developer/SDKs\ /Applications/Xcode.app/Contents/Developer/Platforms export PBDEVELOPMENTPLIST_PATH\=Runner.app/pbdevelopment.plist export

PER_ARCH_OBJECT_FILE_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimu lator/Runner.build/Objects-normal/undefined_arch export

PER_VARIANT_OBJECT_FILE_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphones imulator/Runner.build/Objects-normal export

PKGINFO_FILE_PATH\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/R unner.build/PkgInfo export PKGINFO_PATH\=Runner.app/PkgInfo export PLATFORM_DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications export PLATFORM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin export PLATFORM_DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library export PLATFORM_DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs export PLATFORM_DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools export PLATFORM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr export PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform export PLATFORM_DISPLAY_NAME\=iOS\ Simulator export PLATFORM_FAMILY_NAME\=iOS export PLATFORM_NAME\=iphonesimulator export PLATFORM_PREFERRED_ARCH\=x86_64 export PLATFORM_PRODUCT_BUILD_VERSION\=18D46 export PLIST_FILE_OUTPUT_FORMAT\=binary export PLUGINS_FOLDER_PATH\=Runner.app/PlugIns export PODS_BUILD_DIR\=/Users/briankayfitz/Development/Training/flutter_objc/build/ios export PODS_CONFIGURATION_BUILD_DIR\=/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator export PODS_PODFILE_DIR_PATH\=/Users/briankayfitz/Development/Training/flutter_objc/ios/. export PODS_ROOT\=/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods export PODS_XCFRAMEWORKS_BUILD_DIR\=/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES export

PRECOMP_DESTINATION_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimul ator/Runner.build/PrefixHeaders export PRESERVE_DEAD_CODE_INITS_AND_TERMS\=NO export PRIVATE_HEADERS_FOLDER_PATH\=Runner.app/PrivateHeaders export PRODUCT_BUNDLE_IDENTIFIER\=com.example.flutterObjc export PRODUCT_BUNDLE_PACKAGE_TYPE\=APPL export PRODUCT_MODULE_NAME\=Runner export PRODUCT_NAME\=Runner export PRODUCT_SETTINGS_PATH\=/Users/briankayfitz/Development/Training/flutter_objc/ios/Runner/Info.plist export PRODUCT_TYPE\=com.apple.product-type.application export PROFILING_CODE\=NO export PROJECT\=Runner export

PROJECT_DERIVED_FILE_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/DerivedSources export PROJECT_DIR\=/Users/briankayfitz/Development/Training/flutter_objc/ios export PROJECT_FILE_PATH\=/Users/briankayfitz/Development/Training/flutter_objc/ios/Runner.xcodeproj export PROJECT_NAME\=Runner export PROJECT_TEMP_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build export PROJECT_TEMP_ROOT\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex export PUBLIC_HEADERS_FOLDER_PATH\=Runner.app/Headers export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS\=YES export REMOVE_CVS_FROM_RESOURCES\=YES export REMOVE_GIT_FROM_RESOURCES\=YES export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES\=YES export REMOVE_HG_FROM_RESOURCES\=YES export REMOVE_SVN_FROM_RESOURCES\=YES export

REZ_COLLECTOR_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/R unner.build/ResourceManagerResources export

REZ_OBJECTS_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Run ner.build/ResourceManagerResources/Objects export REZ_SEARCH_PATHS\=/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator\ export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO export SCRIPTS_FOLDER_PATH\=Runner.app/Scripts export SCRIPT_INPUT_FILE_COUNT\=0 export SCRIPT_INPUT_FILE_LIST_COUNT\=0 export SCRIPT_OUTPUT_FILE_COUNT\=0 export SCRIPT_OUTPUT_FILE_LIST_COUNT\=0 export SCRIPT_OUTPUT_STREAM_FILE\=/var/folders/zc/qv4rswhj3rsdt7y7598fjwy40000gn/T/flutter_tools.yvunpO/flutter_build_log_pipe.94I8Cf/pipe_to_stdout export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk export SDK_DIR_iphonesimulator14_4\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk export SDK_NAME\=iphonesimulator14.4 export SDK_NAMES\=iphonesimulator14.4 export SDK_PRODUCT_BUILD_VERSION\=18D46 export SDK_VERSION\=14.4 export SDK_VERSION_ACTUAL\=140400 export SDK_VERSION_MAJOR\=140000 export SDK_VERSION_MINOR\=140400 export SED\=/usr/bin/sed export SEPARATE_STRIP\=NO export SEPARATE_SYMBOL_EDIT\=NO export SET_DIR_MODE_OWNER_GROUP\=YES export SET_FILE_MODE_OWNER_GROUP\=NO export SHALLOW_BUNDLE\=YES export SHARED_DERIVED_FILE_DIR\=/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/DerivedSources export SHARED_FRAMEWORKS_FOLDER_PATH\=Runner.app/SharedFrameworks export SHARED_PRECOMPS_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/PrecompiledHeaders export SHARED_SUPPORT_FOLDER_PATH\=Runner.app/SharedSupport export SKIP_INSTALL\=NO export SOURCE_ROOT\=/Users/briankayfitz/Development/Training/flutter_objc/ios export SRCROOT\=/Users/briankayfitz/Development/Training/flutter_objc/ios export STRINGS_FILE_OUTPUT_ENCODING\=binary export STRIP_BITCODE_FROM_COPIED_FILES\=NO export STRIP_INSTALLED_PRODUCT\=YES export STRIP_STYLE\=all export STRIP_SWIFT_SYMBOLS\=YES export SUPPORTED_DEVICE_FAMILIES\=1,2 export SUPPORTED_PLATFORMS\=iphoneos\ iphonesimulator export SUPPORTS_TEXT_BASED_API\=NO export SWIFT_INCLUDE_PATHS\=\ \"/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/in_app_review\" export SWIFT_PLATFORM_TARGET_PREFIX\=ios export

SWIFT_RESPONSE_FILE_PATH_normal_x86_64\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/De bug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList export SYMROOT\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Products export SYSTEM_ADMIN_APPS_DIR\=/Applications/Utilities export SYSTEM_APPS_DIR\=/Applications export SYSTEM_CORE_SERVICES_DIR\=/System/Library/CoreServices export SYSTEM_DEMOS_DIR\=/Applications/Extras export SYSTEM_DEVELOPER_APPS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications export SYSTEM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin export SYSTEM_DEVELOPER_DEMOS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built\ Examples export SYSTEM_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer export SYSTEM_DEVELOPER_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Graphics\ Tools export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Java\ Tools export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Performance\ Tools export SYSTEM_DEVELOPER_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes export SYSTEM_DEVELOPER_TOOLS\=/Applications/Xcode.app/Contents/Developer/Tools export SYSTEM_DEVELOPER_TOOLS_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/documentation/DeveloperTools export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes/DeveloperTools export SYSTEM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr export SYSTEM_DEVELOPER_UTILITIES_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities export SYSTEM_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions export SYSTEM_DOCUMENTATION_DIR\=/Library/Documentation export SYSTEM_KEXT_INSTALL_PATH\=/System/Library/Extensions export SYSTEM_LIBRARY_DIR\=/System/Library export TAPI_VERIFY_MODE\=ErrorsOnly export TARGETED_DEVICE_FAMILY\=1,2 export TARGETNAME\=Runner export TARGET_BUILD_DIR\=/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator export TARGET_DEVICE_IDENTIFIER\=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder export TARGET_NAME\=Runner export

TARGET_TEMP_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Run ner.build export

TEMP_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.bui ld export

TEMP_FILES_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runn er.build export

TEMP_FILE_DIR\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runne r.build export TEMP_ROOT\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex export TEST_FRAMEWORK_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks export TEST_LIBRARY_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib export TOOLCHAINS\=com.apple.dt.toolchain.XcodeDefault export TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain export TRACK_WIDGET_CREATION\=true export TREAT_MISSING_BASELINES_AS_TEST_FAILURES\=NO export TREE_SHAKE_ICONS\=false export TeamIdentifierPrefix\=ZDQJAL9N2T. export UID\=501 export UNLOCALIZED_RESOURCES_FOLDER_PATH\=Runner.app export UNSTRIPPED_PRODUCT\=NO export USER\=briankayfitz export USER_APPS_DIR\=/Users/briankayfitz/Applications export USER_LIBRARY_DIR\=/Users/briankayfitz/Library export USE_DYNAMIC_NO_PIC\=YES export USE_HEADERMAP\=YES export USE_HEADER_SYMLINKS\=NO export USE_LLVM_TARGET_TRIPLES\=YES export USE_LLVM_TARGET_TRIPLES_FOR_CLANG\=YES export USE_LLVM_TARGET_TRIPLES_FOR_LD\=YES export USE_LLVM_TARGET_TRIPLES_FOR_TAPI\=YES export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES\=YES export VALIDATE_DEVELOPMENT_ASSET_PATHS\=YES_ERROR export VALIDATE_PRODUCT\=NO export VALIDATE_WORKSPACE\=YES_ERROR export VALID_ARCHS\=arm64\ arm64e\ i386\ x86_64 export VERBOSE_PBXCP\=NO export VERBOSE_SCRIPT_LOGGING\=YES export VERSIONING_SYSTEM\=apple-generic export VERSIONPLIST_PATH\=Runner.app/version.plist export VERSION_INFO_BUILDER\=briankayfitz export VERSION_INFO_FILE\=Runner_vers.c export VERSION_INFO_STRING\=\"@(#)PROGRAM:Runner\ \ PROJECT:Runner-1\" export WRAPPER_EXTENSION\=app export WRAPPER_NAME\=Runner.app export WRAPPER_SUFFIX\=.app export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES\=NO export XCODE_APP_SUPPORT_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Xcode export XCODE_PRODUCT_BUILD_VERSION\=12D4e export XCODE_VERSION_ACTUAL\=1240 export XCODE_VERSION_MAJOR\=1200 export XCODE_VERSION_MINOR\=1240 export XPCSERVICES_FOLDER_PATH\=Runner.app/XPCServices export YACC\=yacc export arch\=undefined_arch export variant\=normal /bin/sh -c

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script- 9740EEB61CF901F6004384FC.sh ♦ /Users/briankayfitz/Development/flutter/bin/flutter --verbose assemble --output=/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/ -dTargetPlatform=ios -dTargetFile=/Users/briankayfitz/Development/Training/flutter_objc/lib/main.dart -dBuildMode=debug -dIosArchs=x86_64 -dSdkRoot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -dSplitDebugInfo= -dTreeShakeIcons=false -dTrackWidgetCreation=true -dDartObfuscation=false -dEnableBitcode= --ExtraGenSnapshotOptions= --DartDefines= --ExtraFrontEndOptions= debug_ios_bundle_flutter_assets [ +116 ms] executing: [/Users/briankayfitz/Development/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +55 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ +3 ms] b1395592de68cc8ac4522094ae59956dd21a91db [ ] executing: [/Users/briankayfitz/Development/flutter/] git tag --points-at b1395592de68cc8ac4522094ae59956dd21a91db [ +21 ms] Exit code 0 from: git tag --points-at b1395592de68cc8ac4522094ae59956dd21a91db [ ] 2.0.4 [ +60 ms] executing: [/Users/briankayfitz/Development/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +20 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/stable [ ] executing: [/Users/briankayfitz/Development/flutter/] git ls-remote --get-url origin [ +13 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +65 ms] executing: [/Users/briankayfitz/Development/flutter/] git rev-parse --abbrev-ref HEAD [ +14 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +74 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +42 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ +77 ms] Initializing file store [ +4 ms] Done initializing file store [ +258 ms] Skipping target: debug_unpack_ios [ +3 ms] Skipping target: gen_localizations [ +280 ms] Skipping target: kernel_snapshot [ +2 ms] Skipping target: debug_universal_framework [ +214 ms] Skipping target: debug_ios_bundle_flutter_assets [ +1 ms] Persisting file store [ +8 ms] Done persisting file store [ +5 ms] build succeeded. [ +13 ms] "flutter assemble" took 947ms. [ +4 ms] ensureAnalyticsSent: 0ms [ +1 ms] Running shutdown hooks [ ] Shutdown hooks complete [ +4 ms] exiting with code 0 Project /Users/briankayfitz/Development/Training/flutter_objc built and packaged successfully.

           CompileC

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-nor mal/x86_64/main.o /Users/briankayfitz/Development/Training/flutter_objc/ios/Runner/main.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Runner' from project 'Runner') cd /Users/briankayfitz/Development/Training/flutter_objc/ios export LANG\=en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios13.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG\=1 -DCOCOAPODS\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version\=2 -fobjc-legacy-dispatch -iquote

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner- generated-files.hmap

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runne r-own-target-headers.hmap

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runne r-all-non-framework-target-headers.hmap -ivfsoverlay

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/all-pro duct-headers.yaml -iquote

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner- project-headers.hmap -I/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/include -I/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public -I/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/in_app_review -I/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/url_launcher

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Deriv edSources-normal/x86_64

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Deriv edSources/x86_64

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Deriv edSources -F/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator -fmodule-map-file\=/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/in_app_review/in_app_review.modulemap -fmodule-map-file\=/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap -MMD -MT dependencies -MF

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/main.d --serialize-diagnostics

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/main.dia -c /Users/briankayfitz/Development/Training/flutter_objc/ios/Runner/main.m -o

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/main.o

           CompileC

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-nor mal/x86_64/GeneratedPluginRegistrant.o /Users/briankayfitz/Development/Training/flutter_objc/ios/Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Runner' from project 'Runner') cd /Users/briankayfitz/Development/Training/flutter_objc/ios export LANG\=en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios13.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG\=1 -DCOCOAPODS\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version\=2 -fobjc-legacy-dispatch -iquote

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner- generated-files.hmap

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runne r-own-target-headers.hmap

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runne r-all-non-framework-target-headers.hmap -ivfsoverlay

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/all-pro duct-headers.yaml -iquote

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner- project-headers.hmap -I/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/include -I/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public -I/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/in_app_review -I/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/url_launcher

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Deriv edSources-normal/x86_64

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Deriv edSources/x86_64

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Deriv edSources -F/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator -fmodule-map-file\=/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/in_app_review/in_app_review.modulemap -fmodule-map-file\=/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap -MMD -MT dependencies -MF

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/GeneratedPluginRegistrant.d --serialize-diagnostics

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/GeneratedPluginRegistrant.dia -c /Users/briankayfitz/Development/Training/flutter_objc/ios/Runner/GeneratedPluginRegistrant.m -o

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/GeneratedPluginRegistrant.o

           CompileC

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-nor mal/x86_64/AppDelegate.o /Users/briankayfitz/Development/Training/flutter_objc/ios/Runner/AppDelegate.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Runner' from project 'Runner') cd /Users/briankayfitz/Development/Training/flutter_objc/ios export LANG\=en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios13.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG\=1 -DCOCOAPODS\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version\=2 -fobjc-legacy-dispatch -iquote

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner- generated-files.hmap

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runne r-own-target-headers.hmap

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runne r-all-non-framework-target-headers.hmap -ivfsoverlay

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/all-pro duct-headers.yaml -iquote

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner- project-headers.hmap -I/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/include -I/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public -I/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/in_app_review -I/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/url_launcher

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Deriv edSources-normal/x86_64

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Deriv edSources/x86_64

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Deriv edSources -F/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator -fmodule-map-file\=/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/in_app_review/in_app_review.modulemap -fmodule-map-file\=/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap -MMD -MT dependencies -MF

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/AppDelegate.d --serialize-diagnostics

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/AppDelegate.dia -c /Users/briankayfitz/Development/Training/flutter_objc/ios/Runner/AppDelegate.m -o

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/AppDelegate.o

           CompileC

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-nor mal/x86_64/Runner_vers.o

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSour ces/Runner_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Runner' from project 'Runner') cd /Users/briankayfitz/Development/Training/flutter_objc/ios export LANG\=en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-ios13.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu99 -fmodules -gmodules -fmodules-cache-path\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/briankayfitz/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -iquote

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner- generated-files.hmap

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runne r-own-target-headers.hmap

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runne r-all-non-framework-target-headers.hmap -ivfsoverlay

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/all-pro duct-headers.yaml -iquote

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner- project-headers.hmap -I/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/include -I/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public -I/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/in_app_review -I/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/url_launcher

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Deriv edSources-normal/x86_64

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Deriv edSources/x86_64

-I/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Deriv edSources -F/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator -fmodule-map-file\=/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/in_app_review/in_app_review.modulemap -fmodule-map-file\=/Users/briankayfitz/Development/Training/flutter_objc/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap -MMD -MT dependencies -MF

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/Runner_vers.d --serialize-diagnostics

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/Runner_vers.dia -c

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Derived Sources/Runner_vers.c -o

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/Runner_vers.o

           Ld /Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/Runner.app/Runner normal (in target 'Runner' from project 'Runner')
               cd /Users/briankayfitz/Development/Training/flutter_objc/ios
               /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-ios13.0-simulator -isysroot
               /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk
               -L/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator
               -L/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/in_app_review
               -L/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/url_launcher
               -F/Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator -filelist

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/Runner.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/Runner_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -ObjC -lin_app_review -lurl_launcher -Xlinker -sectcreate -Xlinker TEXT -Xlinker entitlements -Xlinker

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner. app-Simulated.xcent -lPods-Runner -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker

/Users/briankayfitz/Library/Developer/Xcode/DerivedData/Runner-feajubptugyyckehypgyoszcxeyk/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects -normal/x86_64/Runner_dependency_info.dat -o /Users/briankayfitz/Development/Training/flutter_objc/build/ios/Debug-iphonesimulator/Runner.app/Runner ld: warning: Could not find or use auto-linked library 'swiftCoreGraphics' ld: warning: Could not find or use auto-linked library 'swiftUIKit' ld: warning: Could not find or use auto-linked library 'swiftDarwin' ld: warning: Could not find or use auto-linked library 'swiftFoundation' ld: warning: Could not find or use auto-linked library 'swiftCompatibility51' ld: warning: Could not find or use auto-linked library 'swiftMetal' ld: warning: Could not find or use auto-linked library 'swiftObjectiveC' ld: warning: Could not find or use auto-linked library 'swiftCoreFoundation' ld: warning: Could not find or use auto-linked library 'swiftCompatibility50' ld: warning: Could not find or use auto-linked library 'swiftCoreImage' ld: warning: Could not find or use auto-linked library 'swiftCompatibilityDynamicReplacements' ld: warning: Could not find or use auto-linked library 'swiftDispatch' ld: warning: Could not find or use auto-linked library 'swiftCoreMedia' ld: warning: Could not find or use auto-linked library 'swiftQuartzCore' ld: warning: Could not find or use auto-linked library 'swiftCore' ld: warning: Could not find or use auto-linked library 'swiftCoreAudio' ld: warning: Could not find or use auto-linked library 'swiftSwiftOnoneSupport' Undefined symbols for architecture x86_64: "base conformance descriptor for Swift.Hashable: Swift.Equatable", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift.Hashable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "method descriptor for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift.Hashable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "protocol descriptor for Swift._ObjectiveCBridgeable", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift._ObjectiveCBridgeable in __C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "method descriptor for static Swift._ObjectiveCBridgeable.conditionallyBridgeFromObjectiveC(: A._ObjectiveCType, result: inout A?) -> Swift.Bool", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift._ObjectiveCBridgeable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "protocol descriptor for Swift.Equatable", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift.Equatable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift.RawRepresentable", referenced from: protocol conformance descriptor for __C.UIApplicationOpenExternalURLOptionsKey : Swift._SwiftNewtypeWrapper in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "protocol descriptor for Swift.RawRepresentable", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift.RawRepresentable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) protocol conformance descriptor for C.UISceneActivationState : Swift.RawRepresentable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "protocol descriptor for Swift._SwiftNewtypeWrapper", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift._SwiftNewtypeWrapper in __C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "method descriptor for Swift.RawRepresentable.init(rawValue: A.RawValue) -> A?", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift.RawRepresentable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) protocol conformance descriptor for C.UISceneActivationState : Swift.RawRepresentable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "method descriptor for Swift._ObjectiveCBridgeable._bridgeToObjectiveC() -> A._ObjectiveCType", referenced from: protocol conformance descriptor for __C.UIApplicationOpenExternalURLOptionsKey : Swift._ObjectiveCBridgeable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "method descriptor for Swift.RawRepresentable.rawValue.getter : A.RawValue", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift.RawRepresentable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) protocol conformance descriptor for C.UISceneActivationState : Swift.RawRepresentable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "method descriptor for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable?", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "method descriptor for static Swift._ObjectiveCBridgeable.forceBridgeFromObjectiveC(: A._ObjectiveCType, result: inout A?) -> ()", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift._ObjectiveCBridgeable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "value witness table for Builtin.Int64", referenced from: full type metadata for C.UISceneActivationState in libin_app_review.a(SwiftInAppReviewPlugin.o) "swift_FORCELOAD$_swiftCompatibility51", referenced from: swift_FORCELOAD$swiftCompatibility51$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftCompatibility51$_in_app_review) "swift_FORCELOAD$_swiftCoreAudio", referenced from: swift_FORCELOAD$swiftCoreAudio$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftCoreAudio$_in_app_review) "swift_FORCELOAD$_swiftCoreMedia", referenced from: swift_FORCELOAD$swiftCoreMedia$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftCoreMedia$_in_app_review) "swift_FORCELOAD$_swiftQuartzCore", referenced from: swift_FORCELOAD$swiftQuartzCore$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftQuartzCore$_in_app_review) "associated type descriptor for Swift.RawRepresentable.RawValue", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift.RawRepresentable in __C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) protocol conformance descriptor for C.UISceneActivationState : Swift.RawRepresentable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "swift_FORCELOAD$_swiftMetal", referenced from: swift_FORCELOAD$swiftMetal$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: __swift_FORCELOAD$swiftMetal$_in_app_review) "method descriptor for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift._ObjectiveCBridgeable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "swift_FORCELOAD$_swiftCoreGraphics", referenced from: swift_FORCELOAD$swiftCoreGraphics$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftCoreGraphics$_in_app_review) "swift_FORCELOAD$_swiftCoreImage", referenced from: swift_FORCELOAD$swiftCoreImage$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftCoreImage$_in_app_review) "swift_FORCELOAD$_swiftDispatch", referenced from: swift_FORCELOAD$swiftDispatch$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftDispatch$_in_app_review) "swift_FORCELOAD$_swiftDarwin", referenced from: swift_FORCELOAD$swiftDarwin$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftDarwin$_in_app_review) "nominal type descriptor for Foundation.URL", referenced from: _symbolic ___Sg 10Foundation3URLV in libin_app_review.a(SwiftInAppReviewPlugin.o) "protocol conformance descriptor for Swift.String : Swift._ObjectiveCBridgeable in Foundation", referenced from: lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift._ObjectiveCBridgeable in Foundation in libin_app_review.a(SwiftInAppReviewPlugin.o) "(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._toCustomAnyHashable() -> Swift.AnyHashable?", referenced from: protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift._HasCustomAnyHashableRepresentation in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "swift_FORCELOAD$_swiftFoundation", referenced from: swift_FORCELOAD$swiftFoundation$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftFoundation$_in_app_review) "(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from: protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift.Hashable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "method descriptor for Swift.Hashable.hash(into: inout Swift.Hasher) -> ()", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift.Hashable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>.hash(into: inout Swift.Hasher) -> ()", referenced from: protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift.Hashable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "protocol witness table for Swift.String : Swift.Hashable in Swift", referenced from: protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift.Hashable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift.Hashable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift.Hashable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance __C.UIApplicationOpenExternalURLOptionsKey : Swift._HasCustomAnyHashableRepresentation in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>.hashValue.getter : Swift.Int", referenced from: protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift.Hashable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>.conditionallyBridgeFromObjectiveC(: A.RawValue._ObjectiveCType, result: inout A?) -> Swift.Bool", referenced from: protocol witness for static Swift._ObjectiveCBridgeable.conditionallyBridgeFromObjectiveC(: A._ObjectiveCType, result: inout A?) -> Swift.Bool in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift._ObjectiveCBridgeable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>.forceBridgeFromObjectiveC(: A.RawValue._ObjectiveCType, result: inout A?) -> ()", referenced from: protocol witness for static Swift._ObjectiveCBridgeable.forceBridgeFromObjectiveC(: A._ObjectiveCType, result: inout A?) -> () in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift._ObjectiveCBridgeable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "(extension in Foundation):Swift.Dictionary._bridgeToObjectiveC() -> C.NSDictionary", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_getWitnessTable", referenced from: lazy protocol witness table accessor for type C.UIApplicationOpenExternalURLOptionsKey and conformance C.UIApplicationOpenExternalURLOptionsKey : Swift.Hashable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) lazy protocol witness table accessor for type C.UIScene and conformance C.NSObject : Swift.Hashable in ObjectiveC in libin_app_review.a(SwiftInAppReviewPlugin.o) lazy protocol witness table accessor for type Swift.Set<C.UIScene> and conformance Swift.Set : Swift.Sequence in Swift in libin_app_review.a(SwiftInAppReviewPlugin.o) lazy protocol witness table accessor for type C.UIApplicationOpenExternalURLOptionsKey and conformance C.UIApplicationOpenExternalURLOptionsKey : Swift.RawRepresentable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) lazy protocol witness table accessor for type C.UIApplicationOpenExternalURLOptionsKey and conformance C.UIApplicationOpenExternalURLOptionsKey : Swift._HasCustomAnyHashableRepresentation in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) lazy protocol witness table accessor for type C.UIApplicationOpenExternalURLOptionsKey and conformance C.UIApplicationOpenExternalURLOptionsKey : Swift.Equatable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) lazy protocol witness table accessor for type C.UIApplicationOpenExternalURLOptionsKey and conformance C.UIApplicationOpenExternalURLOptionsKey : Swift._SwiftNewtypeWrapper in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) ... "_swift_dynamicCastObjCClass", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_getForeignTypeMetadata", referenced from: type metadata accessor for C.UIApplicationOpenExternalURLOptionsKey in libin_app_review.a(SwiftInAppReviewPlugin.o) type metadata accessor for C.UISceneActivationState in libin_app_review.a(SwiftInAppReviewPlugin.o) "swift_FORCELOAD$_swiftCompatibilityDynamicReplacements", referenced from: swift_FORCELOAD$swiftCompatibilityDynamicReplacements$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftCompatibilityDynamicReplacements$_in_app_review) "swift_FORCELOAD$_swiftCompatibility50", referenced from: swift_FORCELOAD$swiftCompatibility50$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftCompatibility50$_in_app_review) "_swift_bridgeObjectRetain", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) C.UIApplicationOpenExternalURLOptionsKey.init(rawValue: Swift.String) -> __C.UIApplicationOpenExternalURLOptionsKey in libin_app_review.a(SwiftInAppReviewPlugin.o) "(extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._bridgeToObjectiveC() -> A.RawValue._ObjectiveCType", referenced from: protocol witness for Swift._ObjectiveCBridgeable._bridgeToObjectiveC() -> A._ObjectiveCType in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift._ObjectiveCBridgeable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "type metadata accessor for Swift.Set", referenced from: type metadata accessor for Swift.Set<__C.UIScene> in libin_app_review.a(SwiftInAppReviewPlugin.o) "protocol witness table for Swift.Int : Swift.Equatable in Swift", referenced from: closure #1 (__C.UIScene) -> Swift.Bool in in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_deallocObject", referenced from: l_objectdestroy in libin_app_review.a(SwiftInAppReviewPlugin.o) "protocol conformance descriptor for C.NSObject : Swift.Hashable in ObjectiveC", referenced from: lazy protocol witness table accessor for type C.UIScene and conformance C.NSObject : Swift.Hashable in ObjectiveC in libin_app_review.a(SwiftInAppReviewPlugin.o) "Swift._allocateUninitializedArray(Builtin.Word) -> ([A], Builtin.RawPointer)", referenced from: in_app_review.SwiftInAppReviewPlugin.(logMessage in _EEE7870DAF2999435E0DCEEA24539FAE)(message: Swift.String) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "Foundation.URL.init(string: shared Swift.String) -> Foundation.URL?", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "Swift.== infix<A where A: Swift.RawRepresentable, A.RawValue: Swift.Equatable>(A, A) -> Swift.Bool", referenced from: closure #1 (C.UIScene) -> Swift.Bool in in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift.Equatable in __C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "method descriptor for static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift.Equatable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swiftgetTypeByMangledNameInContext", referenced from: swift_instantiateConcreteTypeFromMangledName in libin_app_review.a(SwiftInAppReviewPlugin.o) "static (extension in Foundation):Swift.String._unconditionallyBridgeFromObjectiveC(C.NSString?) -> Swift.String", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) C.UIApplicationOpenExternalURLOptionsKey.rawValue.getter : Swift.String in libin_appreview.a(SwiftInAppReviewPlugin.o) "Swift.print(: Any..., separator: Swift.String, terminator: Swift.String) -> ()", referenced from: in_app_review.SwiftInAppReviewPlugin.(logMessage in _EEE7870DAF2999435E0DCEEA24539FAE)(message: Swift.String) -> () in libin_appreview.a(SwiftInAppReviewPlugin.o) (maybe you meant: default argument 2 of Swift.print(: Any..., separator: Swift.String, terminator: Swift.String) -> (), default argument 1 of Swift.print(_: Any..., separator: Swift.String, terminator: Swift.String) -> () ) "static (extension in Foundation):Swift.Set._unconditionallyBridgeFromObjectiveC(C.NSSet?) -> Swift.Set", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "static Swift.String.== infix(Swift.String, Swift.String) -> Swift.Bool", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "(extension in Swift):Swift.Sequence.first(where: (A.Element) throws -> Swift.Bool) throws -> A.Element?", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "protocol witness table for Swift.String : Swift.Equatable in Swift", referenced from: protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift.Equatable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "type metadata for Swift.Bool", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "swift_FORCELOAD$_swiftUIKit", referenced from: swift_FORCELOAD$swiftUIKit$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftUIKit$_in_app_review) "Swift.assertionFailure(: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_dynamicCast", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "protocol conformance descriptor for Swift.Set : Swift.Sequence in Swift", referenced from: lazy protocol witness table accessor for type Swift.Set<C.UIScene> and conformance Swift.Set : Swift.Sequence in Swift in libin_app_review.a(SwiftInAppReviewPlugin.o) "Swift._bridgeAnyObjectToAny(Swift.AnyObject?) -> Any", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "type metadata accessor for Foundation.URL", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) outlined destroy of Foundation.URL? in libin_app_review.a(SwiftInAppReviewPlugin.o) "static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._unconditionallyBridgeFromObjectiveC(A.RawValue._ObjectiveCType?) -> A", referenced from: protocol witness for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A in conformance C.UIApplicationOpenExternalURLOptionsKey : Swift._ObjectiveCBridgeable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "Foundation.URL._bridgeToObjectiveC() -> C.NSURL", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_allocObject", referenced from: @objc in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "swift_FORCELOAD$_swiftObjectiveC", referenced from: swift_FORCELOAD$swiftObjectiveC$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftObjectiveC$_in_app_review) "Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B]", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_endAccess", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "method descriptor for Swift.Hashable.hashValue.getter : Swift.Int", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift.Hashable in __C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "static Swift.String.+ infix(Swift.String, Swift.String) -> Swift.String", referenced from: in_app_review.SwiftInAppReviewPlugin.(logMessage in _EEE7870DAF2999435E0DCEEA24539FAE)(message: Swift.String) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_release", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) _swift_destroy_boxed_opaque_existential_0 in libin_app_review.a(SwiftInAppReviewPlugin.o) @objc in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "value witness table for Builtin.UnknownObject", referenced from: full type metadata for C.UIApplicationOpenExternalURLOptionsKey in libin_app_review.a(SwiftInAppReviewPlugin.o) full type metadata for in_app_review.SwiftInAppReviewPlugin in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_unknownObjectRelease", referenced from: static in_app_review.SwiftInAppReviewPlugin.register(with: C.FlutterPluginRegistrar) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) @nonobjc C.FlutterMethodChannel.allocating_init(name: Swift.String, binaryMessenger: C.FlutterBinaryMessenger) -> C.FlutterMethodChannel in libin_app_review.a(SwiftInAppReviewPlugin.o) @objc static in_app_review.SwiftInAppReviewPlugin.register(with: C.FlutterPluginRegistrar) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) @nonobjc C.FlutterError.allocating_init(code: Swift.String, message: Swift.String?, details: Any?) -> C.FlutterError in libin_app_review.a(SwiftInAppReviewPlugin.o) reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> () to @escaping @callee_guaranteed (@in_guaranteed Any?) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_retain", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "Swift._stdlib_isOSVersionAtLeast(Builtin.Word, Builtin.Word, Builtin.Word) -> Builtin.Int1", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_unknownObjectRetain", referenced from: @objc static in_app_review.SwiftInAppReviewPlugin.register(with: C.FlutterPluginRegistrar) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "associated type descriptor for Swift._ObjectiveCBridgeable._ObjectiveCType", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift._ObjectiveCBridgeable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_getObjCClassMetadata", referenced from: type metadata accessor for C.FlutterMethodChannel in libin_app_review.a(SwiftInAppReviewPlugin.o) @objc static in_app_review.SwiftInAppReviewPlugin.register(with: C.FlutterPluginRegistrar) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) type metadata accessor for C.NSObject in libin_app_review.a(SwiftInAppReviewPlugin.o) type metadata accessor for C.FlutterError in libin_app_review.a(SwiftInAppReviewPlugin.o) type metadata accessor for C.UIScene in libin_app_review.a(SwiftInAppReviewPlugin.o) "protocol descriptor for Swift.Hashable", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift.Hashable in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "(extension in Foundation):Swift.String._bridgeToObjectiveC() -> C.NSString", referenced from: @nonobjc C.FlutterMethodChannel.allocating_init(name: Swift.String, binaryMessenger: C.FlutterBinaryMessenger) -> C.FlutterMethodChannel in libin_app_review.a(SwiftInAppReviewPlugin.o) @nonobjc C.FlutterError.allocating_init(code: Swift.String, message: Swift.String?, details: Any?) -> C.FlutterError in libin_app_review.a(SwiftInAppReviewPlugin.o) C.UIApplicationOpenExternalURLOptionsKey.init(rawValue: Swift.String) -> C.UIApplicationOpenExternalURLOptionsKey in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_getObjCClassFromMetadata", referenced from: @nonobjc C.FlutterMethodChannel.__allocating_init(name: Swift.String, binaryMessenger: C.FlutterBinaryMessenger) -> C.FlutterMethodChannel in libin_app_review.a(SwiftInAppReviewPlugin.o) @nonobjc C.FlutterError.allocating_init(code: Swift.String, message: Swift.String?, details: Any?) -> C.FlutterError in libin_app_review.a(SwiftInAppReviewPlugin.o) "type metadata for Swift.String", referenced from: in_app_review.SwiftInAppReviewPlugin.(logMessage in _EEE7870DAF2999435E0DCEEA24539FAE)(message: Swift.String) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift._ObjectiveCBridgeable in Foundation in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_bridgeObjectRelease", referenced from: @nonobjc C.FlutterMethodChannel.allocating_init(name: Swift.String, binaryMessenger: C.FlutterBinaryMessenger) -> C.FlutterMethodChannel in libin_app_review.a(SwiftInAppReviewPlugin.o) in_app_review.SwiftInAppReviewPlugin.(logMessage in _EEE7870DAF2999435E0DCEEA24539FAE)(message: Swift.String) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) @nonobjc C.FlutterError.__allocating_init(code: Swift.String, message: Swift.String?, details: Any?) -> C.FlutterError in libin_app_review.a(SwiftInAppReviewPlugin.o) outlined destroy of Swift.Set<__C.UIScene> in libin_app_review.a(SwiftInAppReviewPlugin.o) C.UIApplicationOpenExternalURLOptionsKey.init(rawValue: Swift.String) -> C.UIApplicationOpenExternalURLOptionsKey in libin_app_review.a(SwiftInAppReviewPlugin.o) "base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift._HasCustomAnyHashableRepresentation", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift._SwiftNewtypeWrapper in __C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_getObjectType", referenced from: static in_app_review.SwiftInAppReviewPlugin.register(with: C.FlutterPluginRegistrar) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_getInitializedObjCClass", referenced from: type metadata accessor for C.FlutterMethodChannel in libin_app_review.a(SwiftInAppReviewPlugin.o) type metadata accessor for in_app_review.SwiftInAppReviewPlugin in libin_app_review.a(SwiftInAppReviewPlugin.o) in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) type metadata accessor for C.NSObject in libin_app_review.a(SwiftInAppReviewPlugin.o) type metadata accessor for C.FlutterError in libin_app_review.a(SwiftInAppReviewPlugin.o) type metadata accessor for C.UIScene in libin_app_review.a(SwiftInAppReviewPlugin.o) "protocol descriptor for Swift._HasCustomAnyHashableRepresentation", referenced from: protocol conformance descriptor for C.UIApplicationOpenExternalURLOptionsKey : Swift._HasCustomAnyHashableRepresentation in C_Synthesized in libin_app_review.a(SwiftInAppReviewPlugin.o) "_swift_beginAccess", referenced from: in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "Swift._bridgeAnythingToObjectiveC(A) -> Swift.AnyObject", referenced from: @nonobjc C.FlutterError.allocating_init(code: Swift.String, message: Swift.String?, details: Any?) -> C.FlutterError in libin_app_review.a(SwiftInAppReviewPlugin.o) reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> () to @escaping @callee_guaranteed (@in_guaranteed Any?) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "type metadata for Any", referenced from: in_app_review.SwiftInAppReviewPlugin.(logMessage in _EEE7870DAF2999435E0DCEEA24539FAE)(message: Swift.String) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) in_appreview.SwiftInAppReviewPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) "swift_FORCELOAD$_swiftCoreFoundation", referenced from: swift_FORCELOAD$swiftCoreFoundation$_in_app_review in libin_app_review.a(SwiftInAppReviewPlugin.o) (maybe you meant: swift_FORCELOAD$swiftCoreFoundation$_in_app_review) "Swift.String.init(_builtinStringLiteral: Builtin.RawPointer, utf8CodeUnitCount: Builtin.Word, isASCII: Builtin.Int1) -> Swift.String", referenced from: static in_app_review.SwiftInAppReviewPlugin.register(with: C.FlutterPluginRegistrar) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) in_app_review.SwiftInAppReviewPlugin.(logMessage in _EEE7870DAF2999435E0DCEEA24539FAE)(message: Swift.String) -> () in libin_appreview.a(SwiftInAppReviewPlugin.o) default argument 1 of Swift.print(: Any..., separator: Swift.String, terminator: Swift.String) -> () in libin_appreview.a(SwiftInAppReviewPlugin.o) default argument 2 of Swift.print(: Any..., separator: Swift.String, terminator: Swift.String) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) in_appreview.SwiftInAppReviewPlugin.handle(: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libin_app_review.a(SwiftInAppReviewPlugin.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

[ +91 ms] Could not build the application for the simulator. [ +4 ms] Error launching application on iPad (8th generation). [ +6 ms] "flutter run" took 13,746ms. [ +7 ms]

0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3)

       #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:644:9)
       <asynchronous suspension>
       #2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1157:12)
       <asynchronous suspension>
       #3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1009:27)
       <asynchronous suspension>
       #4      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
       <asynchronous suspension>
       #5      AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
       <asynchronous suspension>
       #6      CommandRunner.runCommand (package:args/command_runner.dart:197:13)
       <asynchronous suspension>
       #7      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:278:9)
       <asynchronous suspension>
       #8      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
       <asynchronous suspension>
       #9      AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
       <asynchronous suspension>
       #10     FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:234:5)
       <asynchronous suspension>
       #11     run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:64:9)
       <asynchronous suspension>
       #12     run.<anonymous closure> (package:flutter_tools/runner.dart:62:12)
       <asynchronous suspension>
       #13     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
       <asynchronous suspension>
       #14     AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
       <asynchronous suspension>
       #15     runInContext (package:flutter_tools/src/context_runner.dart:73:10)
       <asynchronous suspension>
       #16     main (package:flutter_tools/executable.dart:90:3)
       <asynchronous suspension>

[ +38 ms] ensureAnalyticsSent: 34ms [ +1 ms] Running shutdown hooks [ ] Shutdown hook priority 4 [ +1 ms] Shutdown hooks complete [ ] exiting with code 1`

britannio commented 3 years ago

@brian-kayfitz Thanks for the PR! I've verified that the plugin still works via the Simulator and a physical device.

brian-kayfitz commented 3 years ago

@britannio Thanks for merging this change! Its a honour to contribute to your plugin!