firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.62k stars 3.95k forks source link

[firebase_messaging] On android , add this "onBackgroundMessage" code and it will appear android.os.Looper android.app.Activity.getMainLooper() #2401

Closed lessthanno closed 3 years ago

lessthanno commented 4 years ago

Describe the bug

On android , add this 【onBackgroundMessage】code and it will appear :

Fatal Exception: java.lang.RuntimeException Unable to create service io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService: java.lang.NullPointerException: Attempt to invoke virtual method 'android.os.Looper android.app.Activity.getMainLooper()' on a null object reference

image

System information phone : motorola | moto g(6) plus | xiaomi | samsung | onePlus version : android 9 firebase_messaging : 6.0.13

Flutter doctor Run flutter doctor and paste the output below:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.12.13+hotfix.9, on Mac OS X 10.14.6 18G103,
    locale zh-Hans-CN)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.1)
[✓] Android Studio (version 3.5)
[✓] VS Code (version 1.44.1)
[✓] Connected device (1 available)
TahaTesser commented 4 years ago

Hi @lessthanno can you please provide your flutter run --verbose? Thank you

lessthanno commented 4 years ago

Hi @lessthanno can you please provide your flutter run --verbose? Thank you

[ +27 ms] executing: [/Users/xiaozihao/Library/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +36 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] f139b11009aeb8ed2a3a3aa8b0066e482709dde3 [ ] executing: [/Users/xiaozihao/Library/flutter/] git describe --match v.. --first-parent --long --tags [ +15 ms] Exit code 0 from: git describe --match v.. --first-parent --long --tags [ ] v1.12.13+hotfix.9-0-gf139b1100 [ +8 ms] executing: [/Users/xiaozihao/Library/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +10 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/stable [ ] executing: [/Users/xiaozihao/Library/flutter/] git ls-remote --get-url origin [ +9 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +57 ms] executing: [/Users/xiaozihao/Library/flutter/] git rev-parse --abbrev-ref HEAD [ +11 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +7 ms] executing: sw_vers -productName [ +13 ms] Exit code 0 from: sw_vers -productName [ ] Mac OS X [ ] executing: sw_vers -productVersion [ +15 ms] Exit code 0 from: sw_vers -productVersion [ ] 10.14.6 [ ] executing: sw_vers -buildVersion [ +13 ms] Exit code 0 from: sw_vers -buildVersion [ ] 18G103 [ +27 ms] executing: /usr/bin/xcode-select --print-path [ +12 ms] Exit code 0 from: /usr/bin/xcode-select --print-path [ ] /Applications/Xcode.app/Contents/Developer [ +1 ms] executing: /usr/bin/xcodebuild -version [ +99 ms] Exit code 0 from: /usr/bin/xcodebuild -version [ ] Xcode 11.1 Build version 11A1027 [ +62 ms] executing: /Users/xiaozihao/Library/Android/sdk/platform-tools/adb devices -l [ +6 ms] Exit code 0 from: /Users/xiaozihao/Library/Android/sdk/platform-tools/adb devices -l [ ] List of devices attached 3EP7N18C25007972 device usb:336592896X product:LYA-AL00 model:LYA_AL00 device:HWLYA transport_id:4 [ +16 ms] executing: /Users/xiaozihao/Library/flutter/bin/cache/artifacts/libimobiledevice/idevice_id -h [ +54 ms] Error getting attached iOS device: ideviceinfo could not find device: No device found with udid e6e4da1195219f982fbbb09afa87ae35de594532, is it plugged in? . Try unlocking attached devices. [ +3 ms] /usr/bin/xcrun simctl list --json devices [ +100 ms] /Users/xiaozihao/Library/Android/sdk/platform-tools/adb -s 3EP7N18C25007972 shell getprop [ +77 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ +229 ms] 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. [ +3 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. [ +63 ms] Found plugin camera at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/camera-0.5.7+4/ [ +15 ms] Found plugin connectivity at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/connectivity-0.4.8+2/ [ +2 ms] Found plugin connectivity_macos at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/connectivity_macos-0.1.0+2/ [ +14 ms] Found plugin device_info at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/device_info-0.4.2+2/ [ +12 ms] Found plugin facebook_app_events at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/facebook_app_events-0.5.2/ [ +7 ms] Found plugin firebase_analytics at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_analytics-5.0.11/ [ +2 ms] Found plugin firebase_auth at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_auth-0.15.5+3/ [ +2 ms] Found plugin firebase_auth_web at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_auth_web-0.1.2/ [ +2 ms] Found plugin firebase_core at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_core-0.4.4+3/ [ +4 ms] Found plugin firebase_core_web at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_core_web-0.1.1+2/ [ +2 ms] Found plugin firebase_crashlytics at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_crashlytics-0.1.3+3/ [ +1 ms] Found plugin firebase_dynamic_links at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_dynamic_links-0.5.0+11/ [ +4 ms] Found plugin firebase_messaging at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_messaging-6.0.13/ [ +5 ms] Found plugin flutter_app_badger at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/flutter_app_badger-1.1.2/ [ +4 ms] Found plugin flutter_downloader at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/flutter_downloader-1.4.4/ [ +3 ms] Found plugin flutter_facebook_login at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/flutter_facebook_login-3.0.0/ [ +1 ms] Found plugin flutter_image_compress at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.5+1/ [ +6 ms] Found plugin flutter_plugin_android_lifecycle at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/flutter_plugin_android_lifecycle-1.0.7/ [ +8 ms] Found plugin fluttertoast at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/fluttertoast-3.1.3/ [ +1 ms] Found plugin geolocator at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/geolocator-5.3.1/ [ +3 ms] Found plugin google_api_availability at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/google_api_availability-2.0.4/ [ +2 ms] Found plugin google_maps_flutter at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/google_maps_flutter-0.5.26+2/ [ +1 ms] Found plugin google_sign_in at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/google_sign_in-4.4.3/ [ +4 ms] Found plugin google_sign_in_web at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/google_sign_in_web-0.9.1/ [ +7 ms] Found plugin image_gallery_saver at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/image_gallery_saver-1.2.2/ [ +1 ms] Found plugin image_picker at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/image_picker-0.6.5+2/ [ +10 ms] Found plugin location_permissions at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/location_permissions-2.0.5/ [ +6 ms] Found plugin multi_image_picker at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/multi_image_picker-4.6.6+rc.1/ [ +5 ms] Found plugin package_info at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/package_info-0.4.0+17/ [ +4 ms] Found plugin path_provider at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/path_provider-1.6.7/ [ +1 ms] Found plugin path_provider_macos at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/path_provider_macos-0.0.4+1/ [ +3 ms] Found plugin permission_handler at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/permission_handler-4.4.0+hotfix.4/ [ +20 ms] Found plugin shared_preferences at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/shared_preferences-0.5.7/ [ +1 ms] Found plugin shared_preferences_macos at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/shared_preferences_macos-0.0.1+7/ [ +2 ms] Found plugin shared_preferences_web at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/shared_preferences_web-0.1.2+4/ [ +1 ms] Found plugin sharesdk_plugin at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/sharesdk_plugin-1.2.1/ [ +5 ms] Found plugin sqflite at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/sqflite-1.3.0/ [ +11 ms] Found plugin uni_links at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/uni_links-0.2.0/ [ +1 ms] Found plugin url_launcher at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/url_launcher-5.4.5/ [ +1 ms] Found plugin url_launcher_macos at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/url_launcher_macos-0.0.1+5/ [ +3 ms] Found plugin url_launcher_web at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/url_launcher_web-0.1.1+1/ [ +5 ms] Found plugin webview_flutter at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/webview_flutter-0.3.20+2/ [ +3 ms] Found plugin zendesk at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/zendesk-1.0.2/ [ +32 ms] Found plugin camera at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/camera-0.5.7+4/ [ +3 ms] Found plugin connectivity at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/connectivity-0.4.8+2/ [ ] Found plugin connectivity_macos at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/connectivity_macos-0.1.0+2/ [ +8 ms] Found plugin device_info at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/device_info-0.4.2+2/ [ +2 ms] Found plugin facebook_app_events at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/facebook_app_events-0.5.2/ [ +2 ms] Found plugin firebase_analytics at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_analytics-5.0.11/ [ +1 ms] Found plugin firebase_auth at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_auth-0.15.5+3/ [ +1 ms] Found plugin firebase_auth_web at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_auth_web-0.1.2/ [ ] Found plugin firebase_core at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_core-0.4.4+3/ [ +1 ms] Found plugin firebase_core_web at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_core_web-0.1.1+2/ [ +3 ms] Found plugin firebase_crashlytics at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_crashlytics-0.1.3+3/ [ +1 ms] Found plugin firebase_dynamic_links at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_dynamic_links-0.5.0+11/ [ +1 ms] Found plugin firebase_messaging at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/firebase_messaging-6.0.13/ [ +2 ms] Found plugin flutter_app_badger at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/flutter_app_badger-1.1.2/ [ +1 ms] Found plugin flutter_downloader at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/flutter_downloader-1.4.4/ [ +1 ms] Found plugin flutter_facebook_login at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/flutter_facebook_login-3.0.0/ [ ] Found plugin flutter_image_compress at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.5+1/ [ +1 ms] Found plugin flutter_plugin_android_lifecycle at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/flutter_plugin_android_lifecycle-1.0.7/ [ +3 ms] Found plugin fluttertoast at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/fluttertoast-3.1.3/ [ ] Found plugin geolocator at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/geolocator-5.3.1/ [ ] Found plugin google_api_availability at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/google_api_availability-2.0.4/ [ ] Found plugin google_maps_flutter at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/google_maps_flutter-0.5.26+2/ [ ] Found plugin google_sign_in at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/google_sign_in-4.4.3/ [ +1 ms] Found plugin google_sign_in_web at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/google_sign_in_web-0.9.1/ [ +3 ms] Found plugin image_gallery_saver at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/image_gallery_saver-1.2.2/ [ +1 ms] Found plugin image_picker at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/image_picker-0.6.5+2/ [ +3 ms] Found plugin location_permissions at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/location_permissions-2.0.5/ [ +2 ms] Found plugin multi_image_picker at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/multi_image_picker-4.6.6+rc.1/ [ +2 ms] Found plugin package_info at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/package_info-0.4.0+17/ [ +1 ms] Found plugin path_provider at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/path_provider-1.6.7/ [ ] Found plugin path_provider_macos at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/path_provider_macos-0.0.4+1/ [ +1 ms] Found plugin permission_handler at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/permission_handler-4.4.0+hotfix.4/ [ +5 ms] Found plugin shared_preferences at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/shared_preferences-0.5.7/ [ ] Found plugin shared_preferences_macos at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/shared_preferences_macos-0.0.1+7/ [ ] Found plugin shared_preferences_web at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/shared_preferences_web-0.1.2+4/ [ +1 ms] Found plugin sharesdk_plugin at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/sharesdk_plugin-1.2.1/ [ +1 ms] Found plugin sqflite at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/sqflite-1.3.0/ [ +3 ms] Found plugin uni_links at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/uni_links-0.2.0/ [ ] Found plugin url_launcher at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/url_launcher-5.4.5/ [ ] Found plugin url_launcher_macos at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/url_launcher_macos-0.0.1+5/ [ ] Found plugin url_launcher_web at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/url_launcher_web-0.1.1+1/ [ +1 ms] Found plugin webview_flutter at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/webview_flutter-0.3.20+2/ [ ] Found plugin zendesk at /Users/xiaozihao/.pub-cache/hosted/pub.flutter-io.cn/zendesk-1.0.2/ [ +87 ms] Generating /Users/xiaozihao/Documents/overseas/freeupapp/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +34 ms] ro.hardware = kirin980 [ ] ro.build.characteristics = default ⣽[ +15 ms] executing: [/Users/xiaozihao/Documents/overseas/freeupapp/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/xiaozihao/Documents/overseas/freeupapp/ios/Runner.xcodeproj -target Runner -showBuildSettings [ ] executing: [/Users/xiaozihao/Documents/overseas/freeupapp/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/xiaozihao/Documents/overseas/freeupapp/ios/Runner.xcodeproj -target Runner -showBuildSettings

(This is taking an unexpectedly long time.)⣷[+4633 ms] Build settings for action build and target Runner: ACTION = build AD_HOC_CODE_SIGNING_ALLOWED = NO ALTERNATE_GROUP = staff ALTERNATE_MODE = u+w,go-w,a+rX ALTERNATE_OWNER = xiaozihao ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ALWAYS_SEARCH_USER_PATHS = NO ALWAYS_USE_SEPARATE_HEADERMAPS = NO APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer APPLE_INTERNAL_DIR = /AppleInternal APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools APPLICATION_EXTENSION_API_ONLY = NO APPLY_RULES_IN_COPY_FILES = NO APPLY_RULES_IN_COPY_HEADERS = NO APP_DISPLAY_NAME = FreeUp ARCHS = armv7 arm64 ARCHS_STANDARD = armv7 arm64 ARCHS_STANDARD_32_64_BIT = armv7 arm64 ARCHS_STANDARD_32_BIT = armv7 ARCHS_STANDARD_64_BIT = arm64 ARCHS_STANDARD_INCLUDING_64_BIT = armv7 arm64 ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator BITCODE_GENERATION_MODE = marker BUILD_ACTIVE_RESOURCES_ONLY = NO BUILD_COMPONENTS = headers build BUILD_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios BUILD_LIBRARY_FOR_DISTRIBUTION = NO BUILD_ROOT = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios BUILD_STYLE = BUILD_VARIANTS = normal BUILT_PRODUCTS_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos CACHE_ROOT = /var/folders/qp/4k06rykd4m51_3pnnqbmspww0000gn/C/com.apple.DeveloperTools/11.1-11A1027/Xcode CCHROOT = /var/folders/qp/4k06rykd4m51_3pnnqbmspww0000gn/C/com.apple.DeveloperTools/11.1-11A1027/Xcode CHMOD = /bin/chmod CHOWN = /usr/sbin/chown CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES CLANG_ANALYZER_NONNULL = YES CLANG_CXX_LANGUAGE_STANDARD = gnu++0x CLANG_CXX_LIBRARY = libc++ CLANG_ENABLE_MODULES = YES CLANG_ENABLE_OBJC_ARC = YES CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES CLANG_WARN_BOOL_CONVERSION = YES CLANG_WARN_COMMA = YES CLANG_WARN_CONSTANT_CONVERSION = YES CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR CLANG_WARN_EMPTY_BODY = YES CLANG_WARN_ENUM_CONVERSION = YES CLANG_WARN_INFINITE_RECURSION = YES CLANG_WARN_INT_CONVERSION = YES CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES CLANG_WARN_OBJC_LITERAL_CONVERSION = YES CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR CLANG_WARN_RANGE_LOOP_ANALYSIS = YES CLANG_WARN_STRICT_PROTOTYPES = YES CLANG_WARN_SUSPICIOUS_MOVE = YES CLANG_WARN_UNREACHABLE_CODE = YES CLANG_WARN__DUPLICATE_METHOD_MATCH = YES CLASS_FILE_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Java Classes CLEAN_PRECOMPS = YES CLONE_HEADERS = NO CODESIGNING_FOLDER_PATH = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FreeUp.app CODE_SIGNING_ALLOWED = YES CODE_SIGNING_REQUIRED = YES CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext CODE_SIGN_ENTITLEMENTS = Runner/RunnerRelease.entitlements CODE_SIGN_IDENTITY = Apple Development CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES COLOR_DIAGNOSTICS = NO COMBINE_HIDPI_IMAGES = NO COMPILER_INDEX_STORE_ENABLE = Default COMPOSITE_SDK_DIRS = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/CompositeSDKs COMPRESS_PNG_FILES = YES CONFIGURATION = Release-prod CONFIGURATION_BUILD_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos CONFIGURATION_TEMP_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos CONTENTS_FOLDER_PATH = FreeUp.app COPYING_PRESERVES_HFS_DATA = NO COPY_HEADERS_RUN_UNIFDEF = NO COPY_PHASE_STRIP = NO COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator 13.1.sdk CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator13.1 CP = /bin/cp CREATE_INFOPLIST_SECTION_IN_BINARY = NO CURRENT_ARCH = arm64 CURRENT_PROJECT_VERSION = 0.9.2.1 CURRENT_VARIANT = normal DEAD_CODE_STRIPPING = YES DEBUGGING_SYMBOLS = YES DEBUG_INFORMATION_FORMAT = dwarf-with-dsym DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0 DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions DEFINES_MODULE = NO DEPLOYMENT_LOCATION = NO DEPLOYMENT_POSTPROCESSING = NO DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min= DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_version_min DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 DERIVED_FILES_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Deri vedSources DERIVED_FILE_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Deri vedSources DERIVED_SOURCES_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Deri vedSources DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr DEVELOPMENT_LANGUAGE = en DEVELOPMENT_TEAM = XRZG9B725M DOCUMENTATION_FOLDER_PATH = FreeUp.app/en.lproj/Documentation DONT_GENERATE_INFOPLIST_FILE = NO DO_HEADER_SCANNING_IN_JAM = NO DSTROOT = /tmp/Runner.dst DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain DWARF_DSYM_FILE_NAME = FreeUp.app.dSYM DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO DWARF_DSYM_FOLDER_PATH = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos EFFECTIVE_PLATFORM_NAME = -iphoneos EMBEDDED_CONTENT_CONTAINS_SWIFT = NO EMBEDDED_PROFILE_NAME = embedded.mobileprovision EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO ENABLE_BITCODE = NO ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES ENABLE_HARDENED_RUNTIME = NO ENABLE_HEADER_DEPENDENCIES = YES ENABLE_NS_ASSERTIONS = NO ENABLE_ON_DEMAND_RESOURCES = YES ENABLE_STRICT_OBJC_MSGSEND = YES ENABLE_TESTABILITY = NO ENTITLEMENTS_ALLOWED = YES ENTITLEMENTS_DESTINATION = Signature ENTITLEMENTS_REQUIRED = YES EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = .nib .lproj .framework .gch .xcode .xcassets () .DS_Store CVS .svn .git .hg .pbproj .pbxproj EXECUTABLES_FOLDER_PATH = FreeUp.app/Executables EXECUTABLE_FOLDER_PATH = FreeUp.app EXECUTABLE_NAME = FreeUp EXECUTABLE_PATH = FreeUp.app/FreeUp EXPANDED_CODE_SIGN_IDENTITY = EXPANDED_CODE_SIGN_IDENTITY_NAME = EXPANDED_PROVISIONING_PROFILE = FILE_LIST = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Obje cts/LinkFileList FIXED_FILES_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Fixe dFiles FLUTTER_APPLICATION_PATH = /Users/xiaozihao/Documents/overseas/freeupapp FLUTTER_BUILD_DIR = build FLUTTER_BUILD_NAME = 1.0.0 FLUTTER_BUILD_NUMBER = 1 FLUTTER_FRAMEWORK_DIR = /Users/xiaozihao/Library/flutter/bin/cache/artifacts/engine/ios FLUTTER_ROOT = /Users/xiaozihao/Library/flutter FLUTTER_TARGET = /Users/xiaozihao/Documents/overseas/freeupapp/lib/main.dart FRAMEWORKS_FOLDER_PATH = FreeUp.app/Frameworks FRAMEWORK_FLAG_PREFIX = -framework FRAMEWORK_SEARCH_PATHS = "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/AppAuth" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSGridCollectionViewLayout" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSImagePicker" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSImageView" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FBSDKCoreKit" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FBSDKLoginKit" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FMDB" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseAuth" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseCore" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseCoreDiagnostics" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseDynamicLinks" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseInstallations" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseInstanceID" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseMessaging" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GTMAppAuth" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GTMSessionFetcher" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleDataTransport" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleDataTransportCCTSupport " "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleUtilities" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Mantle" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/PromisesObjC" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Protobuf" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Reachability" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/SDWebImage" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/SDWebImageWebPCoder" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/camera" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/connectivity" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/device_info" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/facebook_app_events" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_analytics" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_auth" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_core" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_crashlytics" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_dynamic_links" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_messaging" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_app_badger" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_downloader" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_facebook_login" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_freshchat" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_image_compress" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_plugin_android_lifecy cle" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/fluttertoast" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/google_maps_flutter" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/google_sign_in" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/image_gallery_saver" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/image_picker" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/libwebp" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/location" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/multi_image_picker" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/nanopb" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/package_info" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/path_provider" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/permission_handler" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/shared_preferences" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/sharesdk_plugin" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/sqflite" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/uni_links" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/url_launcher" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/webview_flutter" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/zendesk" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/../Flutter" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Crashlytics/iOS" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Fabric/iOS" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/FirebaseAnalytics/Frameworks" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/GoogleAppMeasurement/Frameworks" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/GoogleMaps/Base/Frameworks" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/GoogleMaps/Maps/Frameworks" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/GoogleSignIn/Frameworks" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/MOBFoundation/MOBFoundation" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/ZDCChat" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/mob_sharesdk/ShareSDK" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/mob_sharesdk/ShareSDK/Support/Optional" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/mob_sharesdk/ShareSDK/Support/Required" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/AppAuth" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSGridCollectionViewLayout" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSImagePicker" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSImageView" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FBSDKCoreKit" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FBSDKLoginKit" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FMDB" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseAuth" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseCore" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseCoreDiagnostics" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseDynamicLinks" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseInstallations" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseInstanceID" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseMessaging" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GTMAppAuth" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GTMSessionFetcher" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleDataTransport" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleDataTransportCCTSupport " "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleUtilities" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Mantle" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/PromisesObjC" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Protobuf" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Reachability" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/SDWebImage" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/SDWebImageWebPCoder" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/camera" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/connectivity" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/device_info" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/facebook_app_events" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_analytics" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_auth" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_core" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_crashlytics" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_dynamic_links" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_messaging" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_app_badger" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_downloader" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_facebook_login" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_freshchat" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_image_compress" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_plugin_android_lifecy cle" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/fluttertoast" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/google_maps_flutter" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/google_sign_in" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/image_gallery_saver" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/image_picker" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/libwebp" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/location" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/multi_image_picker" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/nanopb" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/package_info" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/path_provider" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/permission_handler" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/shared_preferences" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/sharesdk_plugin" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/sqflite" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/uni_links" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/url_launcher" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/webview_flutter" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/zendesk" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/../Flutter" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Crashlytics/iOS" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Fabric/iOS" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/FirebaseAnalytics/Frameworks" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/GoogleAppMeasurement/Frameworks" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/GoogleMaps/Base/Frameworks" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/GoogleMaps/Maps/Frameworks" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/GoogleSignIn/Frameworks" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/MOBFoundation/MOBFoundation" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/ZDCChat" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/mob_sharesdk/ShareSDK" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/mob_sharesdk/ShareSDK/Support/Optional" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/mob_sharesdk/ShareSDK/Support/Required" /Users/xiaozihao/Documents/overseas/freeupapp/ios/Flutter /Users/xiaozihao/Documents/overseas/freeupapp/ios/Frameworks FRAMEWORK_VERSION = A FULL_PRODUCT_NAME = FreeUp.app GCC3_VERSION = 3.3 GCC_C_LANGUAGE_STANDARD = gnu99 GCC_INLINES_ARE_PRIVATE_EXTERN = YES GCC_NO_COMMON_BLOCKS = YES GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++ GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 FBSDKCOCOAPODS=1 GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 SD_WEBP=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 COCOAPODS=1 COCOAPODS=1 FBSDKCOCOAPODS=1 GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 SD_WEBP=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 FBSDKCOCOAPODS=1 COCOAPODS=1 FBSDKCOCOAPODS=1 GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 SD_WEBP=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 COCOAPODS=1 FBSDKCOCOAPODS=1 GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 SD_WEBP=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 SD_WEBP=1 COCOAPODS=1 FBSDKCOCOAPODS=1 GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 SD_WEBP=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GCC_SYMBOLS_PRIVATE_EXTERN = YES GCC_THUMB_SUPPORT = YES GCC_TREAT_WARNINGS_AS_ERRORS = NO GCC_VERSION = com.apple.compilers.llvm.clang.1_0 GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0 GCC_WARN_64_TO_32_BIT_CONVERSION = YES GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR GCC_WARN_UNDECLARED_SELECTOR = YES GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE GCC_WARN_UNUSED_FUNCTION = YES GCC_WARN_UNUSED_VARIABLE = YES GENERATE_MASTER_OBJECT_FILE = NO GENERATE_PKGINFO_FILE = YES GENERATE_PROFILING_CODE = NO GENERATE_TEXT_BASED_STUBS = NO GID = 20 GROUP = staff HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES HEADERMAP_INCLUDES_PROJECT_HEADERS = YES HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES HEADERMAP_USES_VFS = NO HEADER_SEARCH_PATHS = "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/AppAuth/AppAuth.framework/Hea ders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSGridCollectionViewLayout/BS GridCollectionViewLayout.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSImagePicker/BSImagePicker.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSImageView/BSImageView.frame work/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FBSDKCoreKit/FBSDKCoreKit.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FBSDKLoginKit/FBSDKLoginKit.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FMDB/FMDB.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseAuth/FirebaseAuth.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseCore/FirebaseCore.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseCoreDiagnostics/Fireb aseCoreDiagnostics.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseDynamicLinks/Firebase DynamicLinks.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseInstallations/Firebas eInstallations.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseInstanceID/FirebaseIn stanceID.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseMessaging/FirebaseMes saging.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GTMAppAuth/GTMAppAuth.framewo rk/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GTMSessionFetcher/GTMSessionF etcher.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleDataTransport/GoogleDat aTransport.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleDataTransportCCTSupport /GoogleDataTransportCCTSupport.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleUtilities/GoogleUtiliti es.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Mantle/Mantle.framework/Heade rs" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/PromisesObjC/FBLPromises.fram ework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Protobuf/protobuf.framework/H eaders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Reachability/Reachability.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/SDWebImage/SDWebImage.framewo rk/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/SDWebImageWebPCoder/SDWebImag eWebPCoder.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/camera/camera.framework/Heade rs" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/connectivity/connectivity.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/device_info/device_info.frame work/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/facebook_appevents/facebook app_events.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_analytics/firebase_a nalytics.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_auth/firebase_auth.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_core/firebase_core.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_crashlytics/firebase _crashlytics.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_dynamic_links/fireba se_dynamic_links.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_messaging/firebase_m essaging.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_app_badger/flutter_ap p_badger.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_downloader/flutter_do wnloader.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_facebook_login/flutte r_facebook_login.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_freshchat/flutter_fre shchat.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_image_compress/flutte r_image_compress.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_plugin_android_lifecy cle/flutter_plugin_android_lifecycle.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/fluttertoast/fluttertoast.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/google_maps_flutter/google_ma ps_flutter.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/google_sign_in/google_sign_in .framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/image_gallery_saver/image_gal lery_saver.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/image_picker/image_picker.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/libwebp/libwebp.framework/Hea ders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/location/location.framework/H eaders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/multi_image_picker/multi_imag e_picker.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/nanopb/nanopb.framework/Heade rs" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/package_info/package_info.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/path_provider/path_provider.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/permission_handler/permission _handler.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/shared_preferences/shared_pre ferences.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/sharesdk_plugin/sharesdk_plug in.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/sqflite/sqflite.framework/Hea ders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/uni_links/uni_links.framework /Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/url_launcher/url_launcher.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/webview_flutter/webview_flutt er.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/zendesk/zendesk.framework/Hea ders" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public/Firebase" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public/FirebaseAnalyticsInterop" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public/FirebaseAuthInterop" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public/FirebaseCoreDiagnosticsInterop" /Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Firebase/CoreOnly/Sources "/Sources/FBLPromises/include" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/AppAuth/AppAuth.framework/Hea ders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSGridCollectionViewLayout/BS GridCollectionViewLayout.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSImagePicker/BSImagePicker.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSImageView/BSImageView.frame work/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FBSDKCoreKit/FBSDKCoreKit.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FBSDKLoginKit/FBSDKLoginKit.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FMDB/FMDB.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseAuth/FirebaseAuth.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseCore/FirebaseCore.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseCoreDiagnostics/Fireb aseCoreDiagnostics.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseDynamicLinks/Firebase DynamicLinks.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseInstallations/Firebas eInstallations.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseInstanceID/FirebaseIn stanceID.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseMessaging/FirebaseMes saging.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GTMAppAuth/GTMAppAuth.framewo rk/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GTMSessionFetcher/GTMSessionF etcher.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleDataTransport/GoogleDat aTransport.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleDataTransportCCTSupport /GoogleDataTransportCCTSupport.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleUtilities/GoogleUtiliti es.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Mantle/Mantle.framework/Heade rs" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/PromisesObjC/FBLPromises.fram ework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Protobuf/protobuf.framework/H eaders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Reachability/Reachability.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/SDWebImage/SDWebImage.framewo rk/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/SDWebImageWebPCoder/SDWebImag eWebPCoder.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/camera/camera.framework/Heade rs" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/connectivity/connectivity.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/device_info/device_info.frame work/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/facebook_appevents/facebook app_events.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_analytics/firebase_a nalytics.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_auth/firebase_auth.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_core/firebase_core.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_crashlytics/firebase _crashlytics.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_dynamic_links/fireba se_dynamic_links.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_messaging/firebase_m essaging.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_app_badger/flutter_ap p_badger.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_downloader/flutter_do wnloader.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_facebook_login/flutte r_facebook_login.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_freshchat/flutter_fre shchat.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_image_compress/flutte r_image_compress.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_plugin_android_lifecy cle/flutter_plugin_android_lifecycle.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/fluttertoast/fluttertoast.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/google_maps_flutter/google_ma ps_flutter.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/google_sign_in/google_sign_in .framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/image_gallery_saver/image_gal lery_saver.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/image_picker/image_picker.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/libwebp/libwebp.framework/Hea ders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/location/location.framework/H eaders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/multi_image_picker/multi_imag e_picker.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/nanopb/nanopb.framework/Heade rs" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/package_info/package_info.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/path_provider/path_provider.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/permission_handler/permission _handler.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/shared_preferences/shared_pre ferences.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/sharesdk_plugin/sharesdk_plug in.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/sqflite/sqflite.framework/Hea ders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/uni_links/uni_links.framework /Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/url_launcher/url_launcher.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/webview_flutter/webview_flutt er.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/zendesk/zendesk.framework/Hea ders" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public/Firebase" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public/FirebaseAnalyticsInterop" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public/FirebaseAuthInterop" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public/FirebaseCoreDiagnosticsInterop" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/AppAuth/AppAuth.framework/Hea ders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSGridCollectionViewLayout/BS GridCollectionViewLayout.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSImagePicker/BSImagePicker.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/BSImageView/BSImageView.frame work/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FBSDKCoreKit/FBSDKCoreKit.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FBSDKLoginKit/FBSDKLoginKit.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FMDB/FMDB.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseAuth/FirebaseAuth.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseCore/FirebaseCore.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseCoreDiagnostics/Fireb aseCoreDiagnostics.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseDynamicLinks/Firebase DynamicLinks.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseInstallations/Firebas eInstallations.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseInstanceID/FirebaseIn stanceID.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FirebaseMessaging/FirebaseMes saging.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GTMAppAuth/GTMAppAuth.framewo rk/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GTMSessionFetcher/GTMSessionF etcher.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleDataTransport/GoogleDat aTransport.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleDataTransportCCTSupport /GoogleDataTransportCCTSupport.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/GoogleUtilities/GoogleUtiliti es.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Mantle/Mantle.framework/Heade rs" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/PromisesObjC/FBLPromises.fram ework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Protobuf/protobuf.framework/H eaders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/Reachability/Reachability.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/SDWebImage/SDWebImage.framewo rk/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/SDWebImageWebPCoder/SDWebImag eWebPCoder.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/camera/camera.framework/Heade rs" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/connectivity/connectivity.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/device_info/device_info.frame work/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/facebook_appevents/facebook app_events.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_analytics/firebase_a nalytics.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_auth/firebase_auth.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_core/firebase_core.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_crashlytics/firebase _crashlytics.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_dynamic_links/fireba se_dynamic_links.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/firebase_messaging/firebase_m essaging.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_app_badger/flutter_ap p_badger.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_downloader/flutter_do wnloader.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_facebook_login/flutte r_facebook_login.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_freshchat/flutter_fre shchat.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_image_compress/flutte r_image_compress.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/flutter_plugin_android_lifecy cle/flutter_plugin_android_lifecycle.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/fluttertoast/fluttertoast.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/google_maps_flutter/google_ma ps_flutter.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/google_sign_in/google_sign_in .framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/image_gallery_saver/image_gal lery_saver.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/image_picker/image_picker.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/libwebp/libwebp.framework/Hea ders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/location/location.framework/H eaders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/multi_image_picker/multi_imag e_picker.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/nanopb/nanopb.framework/Heade rs" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/package_info/package_info.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/path_provider/path_provider.f ramework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/permission_handler/permission _handler.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/shared_preferences/shared_pre ferences.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/sharesdk_plugin/sharesdk_plug in.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/sqflite/sqflite.framework/Hea ders" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/uni_links/uni_links.framework /Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/url_launcher/url_launcher.fra mework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/webview_flutter/webview_flutt er.framework/Headers" "/Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/zendesk/zendesk.framework/Hea ders" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public/Firebase" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public/FirebaseAnalyticsInterop" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public/FirebaseAuthInterop" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Headers/Public/FirebaseCoreDiagnosticsInterop" /Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Firebase/CoreOnly/Sources "/Sources/FBLPromises/include" /Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/Firebase/CoreOnly/Sources "/Sources/FBLPromises/include" HIDE_BITCODE_SYMBOLS = YES HOME = /Users/xiaozihao ICONV = /usr/bin/iconv INFOPLIST_EXPAND_BUILD_SETTINGS = YES INFOPLIST_FILE = Runner/Info.plist INFOPLIST_OUTPUT_FORMAT = binary INFOPLIST_PATH = FreeUp.app/Info.plist INFOPLIST_PREPROCESS = NO INFOSTRINGS_PATH = FreeUp.app/en.lproj/InfoPlist.strings INLINE_PRIVATE_FRAMEWORKS = NO INSTALLHDRS_COPY_PHASE = NO INSTALLHDRS_SCRIPT_PHASE = NO INSTALL_DIR = /tmp/Runner.dst/Applications INSTALL_GROUP = staff INSTALL_MODE_FLAG = u+w,go-w,a+rX INSTALL_OWNER = xiaozihao INSTALL_PATH = /Applications INSTALL_ROOT = /tmp/Runner.dst IPHONEOS_DEPLOYMENT_TARGET = 9.0 JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8 JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub JAVA_ARCHIVE_CLASSES = YES JAVA_ARCHIVE_TYPE = JAR JAVA_COMPILER = /usr/bin/javac JAVA_FOLDER_PATH = FreeUp.app/Java JAVA_FRAMEWORK_RESOURCES_DIRS = Resources JAVA_JAR_FLAGS = cv JAVA_SOURCE_SUBDIR = . JAVA_USE_DEPENDENCIES = YES JAVA_ZIP_FLAGS = -urg JIKES_DEFAULT_FLAGS = +E +OLDCSO KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow KEEP_PRIVATE_EXTERNS = NO LD_DEPENDENCY_INFO_FILE = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Obje cts-normal/arm64/FreeUp_dependency_info.dat LD_GENERATE_MAP_FILE = NO LD_MAP_FILE_PATH = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Free Up-LinkMap-normal-arm64.txt LD_NO_PIE = NO LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES LD_RUNPATH_SEARCH_PATHS = '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer LEX = lex LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions LIBRARY_FLAG_NOSPACE = YES LIBRARY_FLAG_PREFIX = -l LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions LIBRARY_SEARCH_PATHS = "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/../.symlinks/plugins/flutter_freshchat/ios/Classes/F reshchatSDK" "/Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods/../.symlinks/plugins/flutter_freshchat/ios/Classes/F reshchatSDK" /Users/xiaozihao/Documents/overseas/freeupapp/ios/Flutter LINKER_DISPLAYS_MANGLED_NAMES = NO LINK_FILE_LIST_normal_arm64 = LINK_FILE_LIST_normal_armv7 = LINK_WITH_STANDARD_LIBRARIES = YES LLVM_TARGET_TRIPLE_OS_VERSION = ios9.0 LLVM_TARGET_TRIPLE_VENDOR = apple LOCALIZABLE_CONTENT_DIR = LOCALIZED_RESOURCES_FOLDER_PATH = FreeUp.app/en.lproj LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFCopyLocalizedString LOCALIZED_STRING_SWIFTUI_SUPPORT = YES LOCAL_ADMIN_APPS_DIR = /Applications/Utilities LOCAL_APPS_DIR = /Applications LOCAL_DEVELOPER_DIR = /Library/Developer LOCAL_LIBRARY_DIR = /Library LOCROOT = LOCSYMROOT = MACH_O_TYPE = mh_execute MAC_OS_X_PRODUCT_BUILD_VERSION = 18G103 MAC_OS_X_VERSION_ACTUAL = 101406 MAC_OS_X_VERSION_MAJOR = 101400 MAC_OS_X_VERSION_MINOR = 1406 MARKETING_VERSION = 0.9.2 METAL_LIBRARY_FILE_BASE = default METAL_LIBRARY_OUTPUT_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/FreeUp.app MODULES_FOLDER_PATH = FreeUp.app/Modules MODULE_CACHE_DIR = /Users/xiaozihao/Library/Developer/Xcode/DerivedData/ModuleCache.noindex MTL_ENABLE_DEBUG_INFO = NO NATIVE_ARCH = armv7 NATIVE_ARCH_32_BIT = i386 NATIVE_ARCH_64_BIT = x86_64 NATIVE_ARCH_ACTUAL = x86_64 NO_COMMON = YES OBJECT_FILE_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Obje cts OBJECT_FILE_DIR_normal = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Obje cts-normal OBJROOT = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios ONLY_ACTIVE_ARCH = NO OS = MACOS OSAC = /usr/bin/osacompile OTHER_LDFLAGS = -ObjC -l"FDFreshchatSDK" -l"c++" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Accelerate" -framework "AppAuth" -framework "AssetsLibrary" -framework "AudioToolbox" -framework "BSGridCollectionViewLayout" -framework "BSImagePicker" -framework "BSImageView" -framework "CoreData" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreTelephony" -framework "CoreText" -framework "Crashlytics" -framework "FBLPromises" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FIRAnalyticsConnector" -framework "FMDB" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseDynamicLinks" -framework "FirebaseInstallations" -framework "FirebaseInstanceID" -framework "FirebaseMessaging" -framework "Flutter" -framework "Foundation" -framework "GLKit" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework "GoogleAppMeasurement" -framework "GoogleDataTransport" -framework "GoogleDataTransportCCTSupport" -framework "GoogleMaps" -framework "GoogleMapsBase" -framework "GoogleMapsCore" -framework "GoogleSignIn" -framework "GoogleUtilities" -framework "ImageIO" -framework "JavaScriptCore" -framework "LocalAuthentication" -framework "MOBFoundation" -framework "MOBFoundationEx" -framework "Mantle" -framework "MessageUI" -framework "Metal" -framework "MobileCoreServices" -framework "OpenGLES" -framework "Photos" -framework "QuartzCore" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageWebPCoder" -framework "SafariServices" -framework "Security" -framework "ShareSDK" -framework "ShareSDKConnector" -framework "ShareSDKExtension" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit" -framework "ZDCChat" -framework "ZDCChatAPI" -framework "camera" -framework "connectivity" -framework "device_info" -framework "facebook_app_events" -framework "firebase_analytics" -framework "firebase_auth" -framework "firebase_core" -framework "firebase_crashlytics" -framework "firebase_dynamic_links" -framework "firebase_messaging" -framework "flutter_app_badger" -framework "flutter_downloader" -framework "flutter_facebook_login" -framework "flutter_freshchat" -framework "flutter_image_compress" -framework "flutter_plugin_android_lifecycle" -framework "fluttertoast" -framework "google_maps_flutter" -framework "google_sign_in" -framework "image_gallery_saver" -framework "image_picker" -framework "libwebp" -framework "location" -framework "multi_image_picker" -framework "nanopb" -framework "package_info" -framework "path_provider" -framework "permission_handler" -framework "protobuf" -framework "shared_preferences" -framework "sharesdk_plugin" -framework "sqflite" -framework "uni_links" -framework "url_launcher" -framework "webview_flutter" -framework "zendesk" -weak_framework "Accelerate" -weak_framework "Accounts" -weak_framework "AudioToolbox" -weak_framework "AuthenticationServices" -weak_framework "CoreGraphics" -weak_framework "CoreLocation" -weak_framework "Foundation" -weak_framework "QuartzCore" -weak_framework "Security" -weak_framework "Social" -weak_framework "UIKit" -weak_framework "UserNotifications" -weak_framework "WebKit" -ObjC -l"FDFreshchatSDK" -l"c++" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Accelerate" -framework "AppAuth" -framework "AssetsLibrary" -framework "AudioToolbox" -framework "BSGridCollectionViewLayout" -framework "BSImagePicker" -framework "BSImageView" -framework "CoreData" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreTelephony" -framework "CoreText" -framework "Crashlytics" -framework "FBLPromises" -framework "FBSDKCoreKit" -framework "FBSDKLoginKit" -framework "FIRAnalyticsConnector" -framework "FMDB" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseDynamicLinks" -framework "FirebaseInstallations" -framework "FirebaseInstanceID" -framework "FirebaseMessaging" -framework "Flutter" -framework "Foundation" -framework "GLKit" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework "GoogleAppMeasurement" -framework "GoogleDataTransport" -framework "GoogleDataTransportCCTSupport" -framework "GoogleMaps" -framework "GoogleMapsBase" -framework "GoogleMapsCore" -framework "GoogleSignIn" -framework "GoogleUtilities" -framework "ImageIO" -framework "JavaScriptCore" -framework "LocalAuthentication" -framework "MOBFoundation" -framework "MOBFoundationEx" -framework "Mantle" -framework "MessageUI" -framework "Metal" -framework "MobileCoreServices" -framework "OpenGLES" -framework "Photos" -framework "QuartzCore" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageWebPCoder" -framework "SafariServices" -framework "Security" -framework "ShareSDK" -framework "ShareSDKConnector" -framework "ShareSDKExtension" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit" -framework "ZDCChat" -framework "ZDCChatAPI" -framework "camera" -framework "connectivity" -framework "device_info" -framework "facebook_app_events" -framework "firebase_analytics" -framework "firebase_auth" -framework "firebase_core" -framework "firebase_crashlytics" -framework "firebase_dynamic_links" -framework "firebase_messaging" -framework "flutter_app_badger" -framework "flutter_downloader" -framework "flutter_facebook_login" -framework "flutter_freshchat" -framework "flutter_image_compress" -framework "flutter_plugin_android_lifecycle" -framework "fluttertoast" -framework "google_maps_flutter" -framework "google_sign_in" -framework "image_gallery_saver" -framework "image_picker" -framework "libwebp" -framework "location" -framework "multi_image_picker" -framework "nanopb" -framework "package_info" -framework "path_provider" -framework "permission_handler" -framework "protobuf" -framework "shared_preferences" -framework "sharesdk_plugin" -framework "sqflite" -framework "uni_links" -framework "url_launcher" -framework "webview_flutter" -framework "zendesk" -weak_framework "Accelerate" -weak_framework "Accounts" -weak_framework "AudioToolbox" -weak_framework "AuthenticationServices" -weak_framework "CoreGraphics" -weak_framework "CoreLocation" -weak_framework "Foundation" -weak_framework "QuartzCore" -weak_framework "Security" -weak_framework "Social" -weak_framework "UIKit" -weak_framework "UserNotifications" -weak_framework "WebKit" OTHER_SWIFT_FLAGS = -D COCOAPODS -D COCOAPODS PACKAGE_TYPE = com.apple.package-type.wrapper.application PASCAL_STRINGS = YES PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:/Users/xiaozihao/.rvm/gems/ruby-2.6.3/bin:/Users/xiaoziha o/.rvm/gems/ruby-2.6.3@global/bin:/Users/xiaozihao/.rvm/rubies/ruby-2.6.3/bin:/usr/local/opt/libxml2/bin:/Us ers/xiaozihao/Library/flutter/bin:/Users/xiaozihao/.nvm/versions/node/v10.18.1/bin:/usr/local/bin:/usr/bin:/ bin:/usr/sbin:/sbin:/Users/xiaozihao/Library/Android/sdk/tools:/Users/xiaozihao/Library/Android/sdk/platform -tools:/Users/xiaozihao/.pub-cache/bin:/Users/xiaozihao/.rvm/bin 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 PBDEVELOPMENTPLIST_PATH = FreeUp.app/pbdevelopment.plist PFE_FILE_C_DIALECTS = objective-c PKGINFO_FILE_PATH = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/PkgI nfo PKGINFO_PATH = FreeUp.app/PkgInfo PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform PLATFORM_DISPLAY_NAME = iOS PLATFORM_NAME = iphoneos PLATFORM_PREFERRED_ARCH = arm64 PLATFORM_PRODUCT_BUILD_VERSION = 17A820 PLIST_FILE_OUTPUT_FORMAT = binary PLUGINS_FOLDER_PATH = FreeUp.app/PlugIns PODS_BUILD_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios PODS_CONFIGURATION_BUILD_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos PODS_PODFILE_DIR_PATH = /Users/xiaozihao/Documents/overseas/freeupapp/ios/. PODS_ROOT = /Users/xiaozihao/Documents/overseas/freeupapp/ios/Pods PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES PRECOMP_DESTINATION_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Pref ixHeaders PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO PRIVATE_HEADERS_FOLDER_PATH = FreeUp.app/PrivateHeaders PRODUCT_BUNDLE_IDENTIFIER = com.freeupapp.freeup PRODUCT_BUNDLE_PACKAGE_TYPE = APPL PRODUCT_MODULE_NAME = FreeUp PRODUCT_NAME = FreeUp PRODUCT_SETTINGS_PATH = /Users/xiaozihao/Documents/overseas/freeupapp/ios/Runner/Info.plist PRODUCT_TYPE = com.apple.product-type.application PROFILING_CODE = NO PROJECT = Runner PROJECT_DERIVED_FILE_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/DerivedSources PROJECT_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/ios PROJECT_FILE_PATH = /Users/xiaozihao/Documents/overseas/freeupapp/ios/Runner.xcodeproj PROJECT_NAME = Runner PROJECT_TEMP_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build PROJECT_TEMP_ROOT = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios PROVISIONING_PROFILE_REQUIRED = YES PUBLIC_HEADERS_FOLDER_PATH = FreeUp.app/Headers RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES REMOVE_CVS_FROM_RESOURCES = YES REMOVE_GIT_FROM_RESOURCES = YES REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES REMOVE_HG_FROM_RESOURCES = YES REMOVE_SVN_FROM_RESOURCES = YES RESOURCE_RULES_REQUIRED = YES REZ_COLLECTOR_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Reso urceManagerResources REZ_OBJECTS_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build/Reso urceManagerResources/Objects SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO SCRIPTS_FOLDER_PATH = FreeUp.app/Scripts SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.1.sdk SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.1.sdk SDK_DIR_iphoneos13_1 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.1.sdk SDK_NAME = iphoneos13.1 SDK_NAMES = iphoneos13.1 SDK_PRODUCT_BUILD_VERSION = 17A820 SDK_VERSION = 13.1 SDK_VERSION_ACTUAL = 130100 SDK_VERSION_MAJOR = 130000 SDK_VERSION_MINOR = 100 SED = /usr/bin/sed SEPARATE_STRIP = NO SEPARATE_SYMBOL_EDIT = NO SET_DIR_MODE_OWNER_GROUP = YES SET_FILE_MODE_OWNER_GROUP = NO SHALLOW_BUNDLE = YES SHARED_DERIVED_FILE_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos/DerivedSources SHARED_FRAMEWORKS_FOLDER_PATH = FreeUp.app/SharedFrameworks SHARED_PRECOMPS_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/SharedPrecompiledHeaders SHARED_SUPPORT_FOLDER_PATH = FreeUp.app/SharedSupport SKIP_INSTALL = NO SOURCE_ROOT = /Users/xiaozihao/Documents/overseas/freeupapp/ios SRCROOT = /Users/xiaozihao/Documents/overseas/freeupapp/ios STRINGS_FILE_OUTPUT_ENCODING = binary STRIP_BITCODE_FROM_COPIED_FILES = YES STRIP_INSTALLED_PRODUCT = YES STRIP_STYLE = all STRIP_SWIFT_SYMBOLS = YES SUPPORTED_DEVICE_FAMILIES = 1,2 SUPPORTED_PLATFORMS = iphonesimulator iphoneos SUPPORTS_MACCATALYST = NO SUPPORTS_TEXT_BASED_API = NO SWIFT_COMPILATION_MODE = wholemodule SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h SWIFT_OPTIMIZATION_LEVEL = -O SWIFT_PLATFORM_TARGET_PREFIX = ios SWIFT_VERSION = 5.0 SYMROOT = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities SYSTEM_APPS_DIR = /Applications SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices SYSTEM_DEMOS_DIR = /Applications/Extras SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions SYSTEM_DOCUMENTATION_DIR = /Library/Documentation SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions SYSTEM_LIBRARY_DIR = /System/Library TAPI_VERIFY_MODE = ErrorsOnly TARGETED_DEVICE_FAMILY = 1,2 TARGETNAME = Runner TARGET_BUILD_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Release-prod-iphoneos TARGET_NAME = Runner TARGET_TEMP_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build TEMP_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build TEMP_FILES_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build TEMP_FILE_DIR = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios/Runner.build/Release-prod-iphoneos/Runner.build TEMP_ROOT = /Users/xiaozihao/Documents/overseas/freeupapp/build/ios TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain TRACK_WIDGET_CREATION = true TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO UID = 501 UNLOCALIZED_RESOURCES_FOLDER_PATH = FreeUp.app UNSTRIPPED_PRODUCT = NO USER = xiaozihao USER_APPS_DIR = /Users/xiaozihao/Applications USER_HEADER_SEARCH_PATHS = /Users/xiaozihao/Documents/overseas/freeupapp/ios/libwebp/src /Users/xiaozihao/Documents/overseas/freeupapp/ios/libwebp/src USER_LIBRARY_DIR = /Users/xiaozihao/Library USE_DYNAMIC_NO_PIC = YES USE_HEADERMAP = YES USE_HEADER_SYMLINKS = NO USE_LLVM_TARGET_TRIPLES = YES USE_LLVM_TARGET_TRIPLES_FOR_CLANG = YES USE_LLVM_TARGET_TRIPLES_FOR_LD = YES USE_LLVM_TARGET_TRIPLES_FOR_TAPI = YES VALIDATE_PRODUCT = YES VALIDATE_WORKSPACE = NO VALID_ARCHS = arm64 arm64e armv7 armv7s VERBOSE_PBXCP = NO VERSIONING_SYSTEM = apple-generic VERSIONPLIST_PATH = FreeUp.app/version.plist VERSION_INFO_BUILDER = xiaozihao VERSION_INFO_FILE = FreeUp_vers.c VERSION_INFO_STRING = "@(#)PROGRAM:FreeUp PROJECT:Runner-0.9.2.1" WRAPPER_EXTENSION = app WRAPPER_NAME = FreeUp.app WRAPPER_SUFFIX = .app WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode XCODE_PRODUCT_BUILD_VERSION = 11A1027 XCODE_VERSION_ACTUAL = 1110 XCODE_VERSION_MAJOR = 1100 XCODE_VERSION_MINOR = 1110 XPCSERVICES_FOLDER_PATH = FreeUp.app/XPCServices YACC = yacc arch = arm64 variant = normal [ +103 ms] Launching lib/main.dart on LYA AL00 in debug mode... [ +8 ms] executing: /Users/xiaozihao/Library/Android/sdk/build-tools/29.0.2/aapt dump xmltree /Users/xiaozihao/Documents/overseas/freeupapp/build/app/outputs/apk/app.apk AndroidManifest.xml [ +33 ms] Exit code 0 from: /Users/xiaozihao/Library/Android/sdk/build-tools/29.0.2/aapt dump xmltree /Users/xiaozihao/Documents/overseas/freeupapp/build/app/outputs/apk/app.apk AndroidManifest.xml [ ] N: android=http://schemas.android.com/apk/res/android E: manifest (line=1) A: android:versionCode(0x0101021b)=(type 0x10)0x1 A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0") A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1c A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9") A: package="com.freeupapp.freeup" (Raw: "com.freeupapp.freeup") A: platformBuildVersionCode=(type 0x10)0x1c A: platformBuildVersionName=(type 0x10)0x9 E: uses-sdk (line=2) A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=3) A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET") E: uses-permission (line=4) A: android:name(0x01010003)="android.permission.ACCESS_FINE_LOCATION" (Raw: "android.permission.ACCESS_FINE_LOCATION") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=5) A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE") E: uses-permission (line=6) A: android:name(0x01010003)="android.permission.ACCESS_COARSE_LOCATION" (Raw: "android.permission.ACCESS_COARSE_LOCATION") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=7) A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw: "android.permission.WRITE_EXTERNAL_STORAGE") E: uses-permission (line=8) A: android:name(0x01010003)="android.permission.ACTION_MANAGE_OVERLAY_PERMISSION" (Raw: "android.permission.ACTION_MANAGE_OVERLAY_PERMISSION") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=9) A: android:name(0x01010003)="com.google.android.providers.gsf.permission.READ_GSERVICES" (Raw: "com.google.android.providers.gsf.permission.READ_GSERVICES") E: uses-permission (line=10) A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw: "android.permission.READ_EXTERNAL_STORAGE") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=11) A: android:name(0x01010003)="android.permission.REQUEST_INSTALL_PACKAGES" (Raw: "android.permission.REQUEST_INSTALL_PACKAGES") E: uses-permission (line=12) A: android:name(0x01010003)="android.permission.CAMERA" (Raw: "android.permission.CAMERA") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=13) A: android:name(0x01010003)="android.permission.SYSTEM_ALERT_WINDOW" (Raw: "android.permission.SYSTEM_ALERT_WINDOW") E: uses-permission (line=14) A: android:name(0x01010003)="android.peApplication.javaApplication.javaApplicationrmission.READ_PHONE_STATE" (Raw: "android.peApplication.javaApplication.javaApplicationrmission.READ_PHONE_STATE") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=15) A: android:name(0x01010003)="android.permission.ACCESS_WIFI_STATE" (Raw: "android.permission.ACCESS_WIFI_STATE") E: uses-permission (line=16) A: android:name(0x01010003)="android.permission.RECORD_AUDIO" (Raw: "android.permission.RECORD_AUDIO") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=17) A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK") E: uses-permission (line=18) A: android:name(0x01010003)="com.google.android.c2dm.permission.RECEIVE" (Raw: "com.google.android.c2dm.permission.RECEIVE") N: android=http://schemas.android.com/apk/res/android E: uses-feature (line=19) A: android:glEsVersion(0x01010281)=(type 0x11)0x20000 A: android:required(0x0101028e)=(type 0x12)0xffffffff E: uses-permission (line=20) A: android:name(0x01010003)="android.permission.FOREGROUND_SERVICE" (Raw: "android.permission.FOREGROUND_SERVICE") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=21) A: android:name(0x01010003)="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" (Raw: "com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE") E: uses-permission (line=22) A: android:name(0x01010003)="android.permission.RECEIVE_BOOT_COMPLETED" (Raw: "android.permission.RECEIVE_BOOT_COMPLETED") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=23) A: android:name(0x01010003)="com.sec.android.provider.badge.permission.READ" (Raw: "com.sec.android.provider.badge.permission.READ") E: uses-permission (line=24) A: android:name(0x01010003)="com.sec.android.provider.badge.permission.WRITE" (Raw: "com.sec.android.provider.badge.permission.WRITE") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=25) A: android:name(0x01010003)="com.htc.launcher.permission.READ_SETTINGS" (Raw: "com.htc.launcher.permission.READ_SETTINGS") E: uses-permission (line=26) A: android:name(0x01010003)="com.htc.launcher.permission.UPDATE_SHORTCUT" (Raw: "com.htc.launcher.permission.UPDATE_SHORTCUT") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=27) A: android:name(0x01010003)="com.sonyericsson.home.permission.BROADCAST_BADGE" (Raw: "com.sonyericsson.home.permission.BROADCAST_BADGE") E: uses-permission (line=28) A: android:name(0x01010003)="com.sonymobile.home.permission.PROVIDER_INSERT_BADGE" (Raw: "com.sonymobile.home.permission.PROVIDER_INSERT_BADGE") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=29) A: android:name(0x01010003)="com.anddoes.launcher.permission.UPDATE_COUNT" (Raw: "com.anddoes.launcher.permission.UPDATE_COUNT") E: uses-permission (line=30) A: android:name(0x01010003)="com.majeur.launcher.permission.UPDATE_BADGE" (Raw: "com.majeur.launcher.permission.UPDATE_BADGE") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=31) A: android:name(0x01010003)="com.huawei.android.launcher.permission.CHANGE_BADGE" (Raw: "com.huawei.android.launcher.permission.CHANGE_BADGE") E: uses-permission (line=32) A: android:name(0x01010003)="com.huawei.android.launcher.permission.READ_SETTINGS" (Raw: "com.huawei.android.launcher.permission.READ_SETTINGS") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=33) A: android:name(0x01010003)="com.huawei.android.launcher.permission.WRITE_SETTINGS" (Raw: "com.huawei.android.launcher.permission.WRITE_SETTINGS") E: uses-permission (line=34) A: android:name(0x01010003)="android.permission.READ_APP_BADGE" (Raw: "android.permission.READ_APP_BADGE") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=35) A: android:name(0x01010003)="com.oppo.launcher.permission.READ_SETTINGS" (Raw: "com.oppo.launcher.permission.READ_SETTINGS") E: uses-permission (line=36) A: android:name(0x01010003)="com.oppo.launcher.permission.WRITE_SETTINGS" (Raw: "com.oppo.launcher.permission.WRITE_SETTINGS") N: android=http://schemas.android.com/apk/res/android E: uses-permission (line=37) A: android:name(0x01010003)="me.everything.badger.permission.BADGE_COUNT_READ" (Raw: "me.everything.badger.permission.BADGE_COUNT_READ") E: uses-permission (line=38) A: android:name(0x01010003)="me.everything.badger.permission.BADGE_COUNT_WRITE" (Raw: "me.everything.badger.permission.BADGE_COUNT_WRITE") N: android=http://schemas.android.com/apk/res/android E: application (line=39) A: android:label(0x01010001)=@0x7f0f001c A: android:icon(0x01010002)=@0x7f0e0000 A: android:name(0x01010003)="io.flutter.plugins.Application" (Raw: "io.flutter.plugins.Application") A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff A: android:allowBackup(0x01010280)=(type 0x12)0x0 A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0x0 A: android:largeHeap(0x0101035a)=(type 0x12)0xffffffff A: android:supportsRtl(0x010103af)=(type 0x12)0xffffffff A: android:fullBackupContent(0x010104eb)=(type 0x12)0x0 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory") E: meta-data (line=40) A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version") A: android:value(0x01010024)=@0x7f0a0009 E: meta-data (line=41) A: android:name(0x01010003)="com.facebook.sdk.AutoLogAppEventsEnabled" (Raw: "com.facebook.sdk.AutoLogAppEventsEnabled") A: android:value(0x01010024)=(type 0x12)0x0 N: android=http://schemas.android.com/apk/res/android E: meta-data (line=42) A: android:name(0x01010003)="com.google.android.geo.API_KEY" (Raw: "com.google.android.geo.API_KEY") A: android:value(0x01010024)="AIzaSyANqK8EVBdFxK1qetyTO-SnIGUr-n8TYdU" (Raw: "AIzaSyANqK8EVBdFxK1qetyTO-SnIGUr-n8TYdU") E: meta-data (line=43) A: android:name(0x01010003)="io.fabric.ApiKey" (Raw: "io.fabric.ApiKey") A: android:value(0x01010024)="dd6b8eed29978c944c7ab24f82c509b969f4bd6a" (Raw: "dd6b8eed29978c944c7ab24f82c509b969f4bd6a") E: meta-data (line=44) A: android:name(0x01010003)="com.facebook.sdk.ApplicationId" (Raw: "com.facebook.sdk.ApplicationId") A: android:value(0x01010024)=@0x7f0f0079 N: android=http://schemas.android.com/apk/res/android E: activity (line=45) A: android:theme(0x01010000)=@0x7f100244 A: android:label(0x01010001)=@0x7f0f001c A: android:name(0x01010003)="com.facebook.FacebookActivity" (Raw: "com.facebook.FacebookActivity") A: android:configChanges(0x0101001f)=(type 0x11)0x5b0 E: activity (line=46) A: android:name(0x01010003)="com.facebook.CustomTabActivity" (Raw: "com.facebook.CustomTabActivity") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=47) E: action (line=48) A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW") E: category (line=49) A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT") N: android=http://schemas.android.com/apk/res/android E: category (line=50) A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw: "android.intent.category.BROWSABLE") E: data (line=51) A: android:scheme(0x01010027)=@0x7f0f007a E: activity (line=54) A: android:name(0x01010003)="com.mob.tools.MobUIShell" (Raw: "com.mob.tools.MobUIShell") N: android=http://schemas.android.com/apk/res/android E: activity (line=55) A: android:theme(0x01010000)=@0x7f1000cf A: android:name(0x01010003)="com.freeupapp.freeup.MainActivity" (Raw: "com.freeupapp.freeup.MainActivity") A: android:launchMode(0x0101001d)=(type 0x10)0x1 A: android:configChanges(0x0101001f)=(type 0x11)0x400037b4 A: android:fitsSystemWindows(0x010100dd)=(type 0x12)0xffffffff A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10 A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff E: meta-data (line=56) A: android:name(0x01010003)="io.flutter.app.android.SplashScreenUntilFirstFrame" (Raw: "io.flutter.app.android.SplashScreenUntilFirstFrame") A: android:value(0x01010024)=(type 0x12)0xffffffff E: intent-filter (line=57) E: action (line=58) A: android:name(0x01010003)="FLUTTER_NOTIFICATION_CLICK" (Raw: "FLUTTER_NOTIFICATION_CLICK") E: category (line=59) A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT") E: intent-filter (line=61) E: action (line=62) A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN") E: category (line=63) A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER") E: intent-filter (line=65) E: action (line=66) A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW") E: category (line=67) A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT") E: category (line=68) A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw: "android.intent.category.BROWSABLE") E: data (line=69) A: android:scheme(0x01010027)="freeupapp" (Raw: "freeupapp") A: android:host(0x01010028)="m.freeup.app" (Raw: "m.freeup.app") E: data (line=70) A: android:scheme(0x01010027)="freeupapp" (Raw: "freeupapp") A: android:host(0x01010028)="oia.freeup.app" (Raw: "oia.freeup.app") E: intent-filter (line=72) E: action (line=73) A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW") E: category (line=74) A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT") E: category (line=75) A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw: "android.intent.category.BROWSABLE") E: data (line=76) A: android:scheme(0x01010027)="https" (Raw: "https") A: android:host(0x01010028)="m.freeup.app" (Raw: "m.freeup.app") E: data (line=77) A: android:scheme(0x01010027)="https" (Raw: "https") A: android:host(0x01010028)="oia.freeup.app" (Raw: "oia.freeup.app") E: intent-filter (line=79) E: action (line=80) A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW") E: category (line=81) A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT") E: category (line=82) A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw: "android.intent.category.BROWSABLE") E: data (line=83) A: android:scheme(0x01010027)="https" (Raw: "https") A: android:host(0x01010028)="oia.freeup.app" (Raw: "oia.freeup.app") E: provider (line=86) A: android:name(0x01010003)="vn.hunghd.flutterdownloader.DownloadedFileProvider" (Raw: "vn.hunghd.flutterdownloader.DownloadedFileProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="com.freeupapp.freeup.flutter_downloader.provider" (Raw: "com.freeupapp.freeup.flutter_downloader.provider") A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff E: meta-data (line=87) A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS") A: android:resource(0x01010025)=@0x7f120002 E: activity (line=89) A: android:theme(0x01010000)=@0x01030007 A: android:name(0x01010003)="io.flutter.plugins.urllauncher.WebViewActivity" (Raw: "io.flutter.plugins.urllauncher.WebViewActivity") A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=90) A: android:name(0x01010003)="com.google.firebase.components.ComponentDiscoveryService" (Raw: "com.google.firebase.components.ComponentDiscoveryService") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff E: meta-data (line=91) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebasedynamiclinks.FlutterFireb aseAppRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebasedynamiclinks.FlutterFirebaseAppRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=92) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebaseauth.FlutterFirebaseAppRe gistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebaseauth.FlutterFirebaseAppRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=93) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseAppR egistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseAppRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=94) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.crashlytics.firebasecras hlytics.FlutterFirebaseAppRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.crashlytics.firebasecrashlytics.FlutterFirebaseAp pRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=95) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebasemessaging.FlutterFirebase AppRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebasemessaging.FlutterFirebaseAppRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=96) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebaseanalytics.FlutterFirebase AppRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebaseanalytics.FlutterFirebaseAppRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=97) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.database.DatabaseRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.database.DatabaseRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=98) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.functions.FunctionsRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.functions.FunctionsRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=99) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDy namicLinkRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=100) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.analytics.connector.internal.Ana lyticsConnectorRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" ) A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=101) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.iid.Registrar" (Raw: "com.google.firebase.components:com.google.firebase.iid.Registrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=102) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: provider (line=104) A: android:name(0x01010003)="io.flutter.plugins.imagepicker.ImagePickerFileProvider" (Raw: "io.flutter.plugins.imagepicker.ImagePickerFileProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="com.freeupapp.freeup.flutter.image_provider" (Raw: "com.freeupapp.freeup.flutter.image_provider") A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff E: meta-data (line=105) A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS") A: android:resource(0x01010025)=@0x7f120001 E: service (line=107) A: android:name(0x01010003)="io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService" (Raw: "io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService") E: intent-filter (line=108) E: action (line=109) A: android:name(0x01010003)="com.google.firebase.MESSAGING_EVENT" (Raw: "com.google.firebase.MESSAGING_EVENT") E: meta-data (line=112) A: android:name(0x01010003)="com.facebook.sdk.CodelessDebugLogEnabled" (Raw: "com.facebook.sdk.CodelessDebugLogEnabled") A: android:value(0x01010024)=(type 0x12)0xffffffff E: provider (line=113) A: android:name(0x01010003)="com.sangcomz.fishbun.FishBunFileProvider" (Raw: "com.sangcomz.fishbun.FishBunFileProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="com.freeupapp.freeup.fishbunfileprovider" (Raw: "com.freeupapp.freeup.fishbunfileprovider") A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff E: meta-data (line=114) A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS") A: android:resource(0x01010025)=@0x7f120002 E: activity (line=116) A: android:theme(0x01010000)=@0x7f1000ce A: android:label(0x01010001)=@0x7f0f001b A: android:name(0x01010003)="com.sangcomz.fishbun.ui.album.AlbumActivity" (Raw: "com.sangcomz.fishbun.ui.album.AlbumActivity") E: activity (line=117) A: android:theme(0x01010000)=@0x7f1000ce A: android:name(0x01010003)="com.sangcomz.fishbun.ui.picker.PickerActivity" (Raw: "com.sangcomz.fishbun.ui.picker.PickerActivity") E: activity (line=118) A: android:theme(0x01010000)=@0x7f1000cd A: android:name(0x01010003)="com.sangcomz.fishbun.ui.detail.DetailActivity" (Raw: "com.sangcomz.fishbun.ui.detail.DetailActivity") E: receiver (line=119) A: android:name(0x01010003)="com.google.android.gms.analytics.AnalyticsReceiver" (Raw: "com.google.android.gms.analytics.AnalyticsReceiver") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=120) A: android:name(0x01010003)="com.google.android.gms.analytics.AnalyticsService" (Raw: "com.google.android.gms.analytics.AnalyticsService") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=121) A: android:name(0x01010003)="com.google.android.gms.analytics.AnalyticsJobService" (Raw: "com.google.android.gms.analytics.AnalyticsJobService") A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: activity (line=122) A: android:theme(0x01010000)=@0x01030010 A: android:name(0x01010003)="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" (Raw: "com.google.android.gms.auth.api.signin.internal.SignInHubActivity") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff E: service (line=123) A: android:name(0x01010003)="com.google.android.gms.auth.api.signin.RevocationBoundService" (Raw: "com.google.android.gms.auth.api.signin.RevocationBoundService") A: android:permission(0x01010006)="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" (Raw: "com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: activity (line=124) A: android:theme(0x01010000)=@0x7f100158 A: android:name(0x01010003)="com.google.android.gms.appinvite.PreviewActivity" (Raw: "com.google.android.gms.appinvite.PreviewActivity") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=125) E: action (line=126) A: android:name(0x01010003)="com.google.android.gms.appinvite.ACTION_PREVIEW" (Raw: "com.google.android.gms.appinvite.ACTION_PREVIEW") E: category (line=127) A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT") E: service (line=130) A: android:name(0x01010003)="com.google.firebase.messaging.FirebaseMessagingService" (Raw: "com.google.firebase.messaging.FirebaseMessagingService") A: android:exported(0x01010010)=(type 0x12)0x0 E: intent-filter (line=131) A: android:priority(0x0101001c)=(type 0x10)0xfffffe0c E: action (line=132) A: android:name(0x01010003)="com.google.firebase.MESSAGING_EVENT" (Raw: "com.google.firebase.MESSAGING_EVENT") E: receiver (line=135) A: android:name(0x01010003)="com.google.firebase.iid.FirebaseInstanceIdReceiver" (Raw: "com.google.firebase.iid.FirebaseInstanceIdReceiver") A: android:permission(0x01010006)="com.google.android.c2dm.permission.SEND" (Raw: "com.google.android.c2dm.permission.SEND") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=136) E: action (line=137) A: android:name(0x01010003)="com.google.android.c2dm.intent.RECEIVE" (Raw: "com.google.android.c2dm.intent.RECEIVE") E: uses-library (line=140) A: android:name(0x01010003)="org.apache.http.legacy" (Raw: "org.apache.http.legacy") A: android:required(0x0101028e)=(type 0x12)0x0 E: activity (line=141) A: android:theme(0x01010000)=@0x01030010 A: android:name(0x01010003)="com.google.firebase.auth.internal.FederatedSignInActivity" (Raw: "com.google.firebase.auth.internal.FederatedSignInActivity") A: android:permission(0x01010006)="com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN" (Raw: "com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN") A: android:exported(0x01010010)=(type 0x12)0xffffffff A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff A: android:launchMode(0x0101001d)=(type 0x10)0x2 E: activity (line=142) A: android:theme(0x01010000)=@0x01030010 A: android:name(0x01010003)="com.google.android.gms.common.api.GoogleApiActivity" (Raw: "com.google.android.gms.common.api.GoogleApiActivity") A: android:exported(0x01010010)=(type 0x12)0x0 E: provider (line=143) A: android:name(0x01010003)="com.crashlytics.android.CrashlyticsInitProvider" (Raw: "com.crashlytics.android.CrashlyticsInitProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="com.freeupapp.freeup.crashlyticsinitprovider" (Raw: "com.freeupapp.freeup.crashlyticsinitprovider") A: android:initOrder(0x0101001a)=(type 0x10)0x5a E: activity (line=144) A: android:name(0x01010003)="com.facebook.CustomTabMainActivity" (Raw: "com.facebook.CustomTabMainActivity") E: service (line=145) A: android:name(0x01010003)="com.zopim.android.sdk.widget.ChatWidgetService" (Raw: "com.zopim.android.sdk.widget.ChatWidgetService") A: android:exported(0x01010010)=(type 0x12)0x0 E: activity (line=146) A: android:theme(0x01010000)=@0x7f100204 A: android:label(0x01010001)=@0x7f0f0030 A: android:name(0x01010003)="com.zopim.android.sdk.prechat.ZopimChatActivity" (Raw: "com.zopim.android.sdk.prechat.ZopimChatActivity") A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x11 E: intent-filter (line=147) A: android:priority(0x0101001c)=(type 0x10)0xfffffc18 E: action (line=148) A: android:name(0x01010003)="zopim.action.RESUME_CHAT" (Raw: "zopim.action.RESUME_CHAT") E: category (line=149) A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT") E: activity (line=152) A: android:theme(0x01010000)=@0x7f100204 A: android:label(0x01010001)=@0x7f0f00ca A: android:name(0x01010003)="com.zopim.android.sdk.chatlog.ZopimCommentActivity" (Raw: "com.zopim.android.sdk.chatlog.ZopimCommentActivity") A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10 E: service (line=153) A: android:name(0x01010003)="com.zopim.android.sdk.api.ChatService" (Raw: "com.zopim.android.sdk.api.ChatService") A: android:exported(0x01010010)=(type 0x12)0x0 E: provider (line=154) A: android:name(0x01010003)="com.zendesk.belvedere.BelvedereFileProvider" (Raw: "com.zendesk.belvedere.BelvedereFileProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="com.freeupapp.freeup.belvedere.attachments" (Raw: "com.freeupapp.freeup.belvedere.attachments") A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff E: meta-data (line=155) A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS") A: android:resource(0x01010025)=@0x7f120000 E: receiver (line=157) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementReceiver" (Raw: "com.google.android.gms.measurement.AppMeasurementReceiver") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: receiver (line=158) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver" (Raw: "com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver") A: android:permission(0x01010006)="android.permission.INSTALL_PACKAGES" (Raw: "android.permission.INSTALL_PACKAGES") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=159) E: action (line=160) A: android:name(0x01010003)="com.android.vending.INSTALL_REFERRER" (Raw: "com.android.vending.INSTALL_REFERRER") E: service (line=163) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementService" (Raw: "com.google.android.gms.measurement.AppMeasurementService") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=164) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementJobService" (Raw: "com.google.android.gms.measurement.AppMeasurementJobService") A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: provider (line=165) A: android:name(0x01010003)="com.google.firebase.provider.FirebaseInitProvider" (Raw: "com.google.firebase.provider.FirebaseInitProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="com.freeupapp.freeup.firebaseinitprovider" (Raw: "com.freeupapp.freeup.firebaseinitprovider") A: android:initOrder(0x0101001a)=(type 0x10)0x64 E: provider (line=166) A: android:name(0x01010003)="com.facebook.internal.FacebookInitProvider" (Raw: "com.facebook.internal.FacebookInitProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="com.freeupapp.freeup.FacebookInitProvider" (Raw: "com.freeupapp.freeup.FacebookInitProvider") E: receiver (line=167) A: android:name(0x01010003)="com.facebook.CurrentAccessTokenExpirationBroadcastReceiver" (Raw: "com.facebook.CurrentAccessTokenExpirationBroadcastReceiver") A: android:exported(0x01010010)=(type 0x12)0x0 E: intent-filter (line=168) E: action (line=169) A: android:name(0x01010003)="com.facebook.sdk.ACTION_CURRENT_ACCESS_TOKEN_CHANGED" (Raw: "com.facebook.sdk.ACTION_CURRENT_ACCESS_TOKEN_CHANGED") E: receiver (line=172) A: android:name(0x01010003)="com.facebook.CampaignTrackingReceiver" (Raw: "com.facebook.CampaignTrackingReceiver") A: android:permission(0x01010006)="android.permission.INSTALL_PACKAGES" (Raw: "android.permission.INSTALL_PACKAGES") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=173) E: action (line=174) A: android:name(0x01010003)="com.android.vending.INSTALL_REFERRER" (Raw: "com.android.vending.INSTALL_REFERRER") E: provider (line=177) A: android:name(0x01010003)="androidx.work.impl.WorkManagerInitializer" (Raw: "androidx.work.impl.WorkManagerInitializer") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:multiprocess(0x01010013)=(type 0x12)0xffffffff A: android:authorities(0x01010018)="com.freeupapp.freeup.workmanager-init" (Raw: "com.freeupapp.freeup.workmanager-init") A: android:directBootAware(0x01010505)=(type 0x12)0x0 E: service (line=178) A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.SystemAlarmService" (Raw: "androidx.work.impl.background.systemalarm.SystemAlarmService") A: android:enabled(0x0101000e)=@0x7f050003 A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0x0 E: service (line=179) A: android:name(0x01010003)="androidx.work.impl.background.systemjob.SystemJobService" (Raw: "androidx.work.impl.background.systemjob.SystemJobService") A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE") A: android:enabled(0x0101000e)=@0x7f050004 A: android:exported(0x01010010)=(type 0x12)0xffffffff A: android:directBootAware(0x01010505)=(type 0x12)0x0 E: receiver (line=180) A: android:name(0x01010003)="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" (Raw: "androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0x0 E: receiver (line=181) A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy") A: android:enabled(0x0101000e)=(type 0x12)0x0 A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0x0 E: intent-filter (line=182) E: action (line=183) A: android:name(0x01010003)="android.intent.action.ACTION_POWER_CONNECTED" (Raw: "android.intent.action.ACTION_POWER_CONNECTED") E: action (line=184) A: android:name(0x01010003)="android.intent.action.ACTION_POWER_DISCONNECTED" (Raw: "android.intent.action.ACTION_POWER_DISCONNECTED") E: receiver (line=187) A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy") A: android:enabled(0x0101000e)=(type 0x12)0x0 A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0x0 E: intent-filter (line=188) E: action (line=189) A: android:name(0x01010003)="android.intent.action.BATTERY_OKAY" (Raw: "android.intent.action.BATTERY_OKAY") E: action (line=190) A: android:name(0x01010003)="android.intent.action.BATTERY_LOW" (Raw: "android.intent.action.BATTERY_LOW") E: receiver (line=193) A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy") A: android:enabled(0x0101000e)=(type 0x12)0x0 A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0x0 E: intent-filter (line=194) E: action (line=195) A: android:name(0x01010003)="android.intent.action.DEVICE_STORAGE_LOW" (Raw: "android.intent.action.DEVICE_STORAGE_LOW") E: action (line=196) A: android:name(0x01010003)="android.intent.action.DEVICE_STORAGE_OK" (Raw: "android.intent.action.DEVICE_STORAGE_OK") E: receiver (line=199) A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy") A: android:enabled(0x0101000e)=(type 0x12)0x0 A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0x0 E: intent-filter (line=200) E: action (line=201) A: android:name(0x01010003)="android.net.conn.CONNECTIVITY_CHANGE" (Raw: "android.net.conn.CONNECTIVITY_CHANGE") E: receiver (line=204) A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.RescheduleReceiver" (Raw: "androidx.work.impl.background.systemalarm.RescheduleReceiver") A: android:enabled(0x0101000e)=(type 0x12)0x0 A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0x0 E: intent-filter (line=205) E: action (line=206) A: android:name(0x01010003)="android.intent.action.BOOT_COMPLETED" (Raw: "android.intent.action.BOOT_COMPLETED") E: action (line=207) A: android:name(0x01010003)="android.intent.action.TIME_SET" (Raw: "android.intent.action.TIME_SET") E: action (line=208) A: android:name(0x01010003)="android.intent.action.TIMEZONE_CHANGED" (Raw: "android.intent.action.TIMEZONE_CHANGED") E: receiver (line=211) A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver") A: android:enabled(0x0101000e)=@0x7f050003 A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0x0 E: intent-filter (line=212) E: action (line=213) A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.UpdateProxies" (Raw: "androidx.work.impl.background.systemalarm.UpdateProxies") E: service (line=216) A: android:name(0x01010003)="androidx.room.MultiInstanceInvalidationService" (Raw: "androidx.room.MultiInstanceInvalidationService") A: android:exported(0x01010010)=(type 0x12)0x0 E: provider (line=217) A: android:name(0x01010003)="com.mob.MobProvider" (Raw: "com.mob.MobProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:multiprocess(0x01010013)=(type 0x12)0xffffffff A: android:authorities(0x01010018)="com.freeupapp.freeup.com.mob.MobProvider" (Raw: "com.freeupapp.freeup.com.mob.MobProvider") E: meta-data (line=218) A: android:name(0x01010003)="Mob-AppKey" (Raw: "Mob-AppKey") A: android:value(0x01010024)="2c2bb06572b09" (Raw: "2c2bb06572b09") E: meta-data (line=219) A: android:name(0x01010003)="Mob-AppSecret" (Raw: "Mob-AppSecret") A: android:value(0x01010024)="4878e76b98c050095e8568eed9d5579d" (Raw: "4878e76b98c050095e8568eed9d5579d") E: activity (line=220) A: android:theme(0x01010000)=@0x01030010 A: android:name(0x01010003)="cn.sharesdk.facebookmessenger.ReceiveActivity" (Raw: "cn.sharesdk.facebookmessenger.ReceiveActivity") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=221) E: action (line=222) A: android:name(0x01010003)="android.intent.action.PICK" (Raw: "android.intent.action.PICK") E: category (line=223) A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT") E: category (line=224) A: android:name(0x01010003)="com.facebook.orca.category.PLATFORM_THREAD_20150314" (Raw: "com.facebook.orca.category.PLATFORM_THREAD_20150314") E: activity (line=227) A: android:theme(0x01010000)=@0x01030010 A: android:name(0x01010003)="cn.sharesdk.framework.loopshare.RestoreTempActivity" (Raw: "cn.sharesdk.framework.loopshare.RestoreTempActivity") A: android:launchMode(0x0101001d)=(type 0x10)0x1 A: android:configChanges(0x0101001f)=(type 0x11)0x4a0 A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x12 E: activity (line=228) A: android:theme(0x01010000)=@0x01030011 A: android:name(0x01010003)="cn.sharesdk.loopshare.LoopShareActivity" (Raw: "cn.sharesdk.loopshare.LoopShareActivity") A: android:launchMode(0x0101001d)=(type 0x10)0x2 E: intent-filter (line=229) E: action (line=230) A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW") E: category (line=231) A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT") E: category (line=232) A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw: "android.intent.category.BROWSABLE") E: data (line=233) A: android:scheme(0x01010027)="ssdk2c2bb06572b09" (Raw: "ssdk2c2bb06572b09") A: android:host(0x01010028)="cn.sharesdk.loop" (Raw: "cn.sharesdk.loop") E: uses-permission (line=237) A: android:name(0x01010003)="android.permission.CHANGE_WIFI_STATE" (Raw: "android.permission.CHANGE_WIFI_STATE") [ +28 ms] executing: /Users/xiaozihao/Library/Android/sdk/platform-tools/adb -s 3EP7N18C25007972 shell -x logcat -v time -t 1 [ +44 ms] Exit code 0 from: /Users/xiaozihao/Library/Android/sdk/platform-tools/adb -s 3EP7N18C25007972 shell -x logcat -v time -t 1 [ ] --------- beginning of main 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): Account sync failed! [CONTEXT service_id=202 ratelimit_count=100 ] 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): chke: UNAUTHENTICATED 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at chxz.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):24) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at bxei.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):10) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at avde.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):86) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at avde.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):183) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at avdc.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):4) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at aeiu.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):2) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at aeif.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):0) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at aehx.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):30) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at aeho.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):0) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at bpxf.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):2) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at bpze.b(:com.google.android.gms@200914039@20.09.14 (120408-300565878):2) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at bpyf.run(:com.google.android.gms@200914039@20.09.14 (120408-300565878):3) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at bpzg.run(:com.google.android.gms@200914039@20.09.14 (120408-300565878):0) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at swa.b(:com.google.android.gms@200914039@20.09.14 (120408-300565878):12) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at swa.run(:com.google.android.gms@200914039@20.09.14 (120408-300565878):7) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at java.util.concurrent.ThreadPoolExecutor.processTask(ThreadPoolExecutor.java:1187) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at tbz.run(:com.google.android.gms@200914039@20.09.14 (120408-300565878):0) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at java.lang.Thread.run(Thread.java:929) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): Caused by: java.io.IOException: NetworkError 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at gux.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):8) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at gvc.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):4) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at gvc.c(:com.google.android.gms@200914039@20.09.14 (120408-300565878):6) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at guw.c(:com.google.android.gms@200914039@20.09.14 (120408-300565878):1) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at brni.b(:com.google.android.gms@200914039@20.09.14 (120408-300565878):12) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at brni.a(:com.google.android.gms@200914039@20.09.14 (120408-300565878):11) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at brnf.call(:com.google.android.gms@200914039@20.09.14 (120408-300565878):0) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at java.util.concurrent.FutureTask.run(FutureTask.java:266) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at brni.b(:com.google.android.gms@200914039@20.09.14 (120408-300565878):7) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at brns.call(:com.google.android.gms@200914039@20.09.14 (120408-300565878):0) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): at java.util.concurrent.FutureTask.run(FutureTask.java:266) 04-22 15:21:07.945 W/FacsCacheGmsModule(25391): ... 7 more [ +10 ms] executing: /Users/xiaozihao/Library/Android/sdk/platform-tools/adb version [ ] executing: /Users/xiaozihao/Library/Android/sdk/platform-tools/adb -s 3EP7N18C25007972 logcat -v time -T 04-22 15:21:07.945 [ +7 ms] Android Debug Bridge version 1.0.41 Version 29.0.4-5871666 Installed as /Users/xiaozihao/Library/Android/sdk/platform-tools/adb [ +2 ms] executing: /Users/xiaozihao/Library/Android/sdk/platform-tools/adb start-server [ +6 ms] Building APK [ +16 ms] Running Gradle task 'assembleDebug'... [ +1 ms] gradle.properties already sets android.enableR8 [ +2 ms] Using gradle from /Users/xiaozihao/Documents/overseas/freeupapp/android/gradlew. [ +10 ms] executing: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist [ +24 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist [ ] {"CFBundleName":"Android Studio","JVMOptions":{"MainClass":"com.intellij.idea.Main","ClassPath":"$APP_PACKAGE\/Contents\/lib\/bootstrap.jar:$APP_PACKAGE\/Con tents\/lib\/extensions.jar:$APP_PACKAGE\/Contents\/lib\/util.jar:$APP_PACKAGE\/Contents\/lib\/jdom.jar:$APP_PACKAGE\/Contents\/lib\/ log4j.jar:$APP_PACKAGE\/Contents\/lib\/trove4j.jar:$APP_PACKAGE\/Contents\/lib\/jna.jar","JVMVersion":"1.8,1.8+","Properties":{"ide a.home.path":"$APP_PACKAGE\/Contents","idea.executable":"studio","idea.platform.prefix":"AndroidStudio","idea.paths.selector":"Andro idStudio3.5"},"WorkingDirectory":"$APP_PACKAGE\/Contents\/bin"},"LSArchitecturePriority":["x86_64"],"CFBundleVersion":"AI-191.8026.4 2.35.6010548","CFBundleDevelopmentRegion":"English","CFBundleDocumentTypes":[{"CFBundleTypeExtensions":["ipr"],"CFBundleTypeName":"A ndroid Studio Project File","CFBundleTypeIconFile":"studio.icns","CFBundleTypeRole":"Editor"},{"CFBundleTypeExtensions":[""],"CFBundleTypeOSTypes":["**** "],"LSTypeIsPackage":false,"CFBundleTypeName":"All documents","CFBundleTypeRole":"Editor"}],"NSSupportsAutomaticGraphicsSwitching":true,"CFBundlePackageType":"APPL","CFBundleIconFile" :"studio.icns","NSHighResolutionCapable":true,"CFBundleShortVersionString":"3.5","CFBundleInfoDictionaryVersion":"6.0","CFBundleExec utable":"studio","LSRequiresNativeExecution":"YES","CFBundleURLTypes":[{"CFBundleURLName":"Stacktrace","CFBundleURLSchemes":["idea"] ,"CFBundleTypeRole":"Editor"}],"CFBundleIdentifier":"com.google.android.studio","LSApplicationCategoryType":"public.app-category.dev eloper-tools","CFBundleSignature":"????","LSMinimumSystemVersion":"10.8","CFBundleGetInfoString":"Android Studio 3.5, build AI-191.8026.42.35.6010548. Copyright JetBrains s.r.o., (c) 2000-2019"} [ +5 ms] executing: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version [ +88 ms] Exit code 0 from: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version [ ] openjdk version "1.8.0_202-release" OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405) OpenJDK 64-Bit Server VM (build 25.202-b49-5587405, mixed mode) [ +1 ms] executing: [/Users/xiaozihao/Documents/overseas/freeupapp/android/] /Users/xiaozihao/Documents/overseas/freeupapp/android/gradlew -Pverbose=true -Ptarget=/Users/xiaozihao/Documents/overseas/freeupapp/lib/main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root -Ptarget-platform=android-arm64 assembleDebug [ +677 ms] Welcome to Gradle 5.4.1! [ ] Here are the highlights of this release: [ ] - Run builds with JDK12 [ ] - New API for Incremental Tasks [ ] - Updates to native projects, including Swift 5 support [ ] For more details see https://docs.gradle.org/5.4.1/release-notes.html [ +179 ms] Starting a Gradle Daemon (subsequent builds will be faster) [+2901 ms] Configuration on demand is an incubating feature.

ponnamkarthik commented 4 years ago
2020-05-08 16:22:08.178 15734-15734/com.goalgoal.app E/MethodChannel#plugins.flutter.io/firebase_messaging: Failed to handle method call
    java.lang.NullPointerException: Attempt to invoke virtual method 'android.os.Looper android.app.Activity.getMainLooper()' on a null object reference
        at com.google.android.gms.common.api.GoogleApi.<init>(Unknown Source:50)
        at com.google.android.gms.location.FusedLocationProviderClient.<init>(Unknown Source:8)
        at com.google.android.gms.location.LocationServices.getFusedLocationProviderClient(Unknown Source:2)
        at com.lyokone.location.FlutterLocation.setActivity(FlutterLocation.java:106)
        at com.lyokone.location.LocationPlugin.registerWith(LocationPlugin.java:35)
        at io.flutter.plugins.GeneratedPluginRegistrant.registerWith(GeneratedPluginRegistrant.java:55)
        at com.goalgoal.app.MyApp.registerWith(MyApp.java:24)
        at io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService.startBackgroundIsolate(FlutterFirebaseMessagingService.java:164)
        at io.flutter.plugins.firebasemessaging.FirebaseMessagingPlugin.onMethodCall(FirebaseMessagingPlugin.java:176)
        at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:226)
        at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85)
        at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:631)
        at android.os.MessageQueue.nativePollOnce(Native Method)
        at android.os.MessageQueue.next(MessageQueue.java:336)
        at android.os.Looper.loop(Looper.java:174)
        at android.app.ActivityThread.main(ActivityThread.java:7397)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:935)
2020-05-08 16:22:11.225 15734-15816/com.goalgoal.app E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: PlatformException(error, Attempt to invoke virtual method 'android.os.Looper android.app.Activity.getMainLooper()' on a null object reference, null)
    #0      StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:569:7)
    #1      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:18)
    <asynchronous suspension>
    #2      MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:329:12)
    #3      FirebaseMessaging.configure (package:firebase_messaging/firebase_messaging.dart:130:16)
    #4      FirebaseNotifications.firebaseCloudMessagingListeners (package:goalgoal/misc/firebase_notification_handler.dart:69:24)
    #5      FirebaseNotifications.setUpFirebase (package:goalgoal/misc/firebase_notification_handler.dart:35:5)
    #6      _AppLockState.initState (package:goalgoal/app_lock.dart:70:31)
    #7      StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:4640:58)
    #8      ComponentElement.mount (package:flutter/src/widgets/framework.dart:4476:5)
    #9      Element.inflateWidget (package:flutter/src/widgets/framework.dart:3446:14)
    #10     Element.updateChild (package:flutter/src/widgets/framework.dart:3214:18)
    #11     ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4527:16)
    #12     _InheritedProviderScopeElement.performRebuild (package:provider/src/inherited_provider.dart:356:11)
    #13     Element.rebuild (package:flutter/src/widgets/framework.dart:4218:5)
    #14     ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:4481:5)
    #15     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4476:5)
    #16     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3446:14)
    #17     Element.updateChild (package:flutter/src/widgets/framework.dart:3214:18)
    #18     ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4527:16)
    #19     Element.rebuild (package:flutter/src/widgets/framework.dart:4218:5)
    #20     ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:4481:5)
    #21     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4476:5)
    #22     SingleChildWidgetElementMixin.mount (package:nested/nested.dart:223:11)
    #23     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3446:14)
    #24     Element.updateChild (package:flutter/src/widgets/framework.dart:3214:18)
    #25     ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4527:16)
    #26     Element.rebuild (package:flutter/src/widgets/framework.dart:4218:5)
    #27     ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:4481:5)
    #28     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4476:5)
    #29     _NestedHookElement.mount (package:nested/nested.dart:188:11)
    #30     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3446:14)
    #31     Element.updateChild (package:flutter/src/widgets/framework.dart:3214:18)
    #32     ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4527:16)
    #33     Element.rebuild (package:flutter/src/widgets/framework.dart:4218:5)
    #34     ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:4481:5)
    #35     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4476:5)
    #36     SingleChildWidgetElementMixin.mount (package:nested/nested.dart:223:11)
    #37     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3446:14)
    #38     Element.updateChild (package:flutter/src/widgets/framework.dart:3214:18)
    #39     RenderObjectToWidgetElement._rebuild (package:flutter/src/widgets/binding.dart:1148:16)
    #40     RenderObjectToWidgetElement.mount (package:flutter/src/widgets/binding.dart:1119:5)
    #41     RenderObjectToWidgetAdapter.attachToRenderTree.<anonymous closure> (package:flutter/src/widgets/binding.dart:1061:17)
    #42     BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2607:19)
    #43     RenderObjectToWidgetAdapte
bhanuka96 commented 4 years ago

same happening..any solution?

chiragmittal19 commented 4 years ago

@lessthanno I'm stuck with the same issue. Did you find any solution?

krunduev commented 4 years ago

the same

ahmedkheikal commented 4 years ago

Any updates on this issue?

greghesp commented 4 years ago

At first glance, I think this is a duplicate of issue https://github.com/FirebaseExtended/flutterfire/issues/1556

skykz commented 4 years ago

It's so actually!!! Same error

ibrahimq21 commented 3 years ago

im also trying to find the solution. please let us know if anyone have found something here.

E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): Failed to handle method call E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): java.lang.NullPointerException: Attempt to invoke virtual method 'android.os.Looper android.app.Activity.getMainLooper()' on a null object reference E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at com.google.android.gms.common.api.GoogleApi.(Unknown Source:50) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at com.google.android.gms.location.FusedLocationProviderClient.(Unknown Source:8) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at com.google.android.gms.location.LocationServices.getFusedLocationProviderClient(Unknown Source:2) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at com.lyokone.location.FlutterLocation.setActivity(FlutterLocation.java:106) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at com.lyokone.location.LocationPlugin.registerWith(LocationPlugin.java:35) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at io.hungly.multiresturant_hungly.Application.registerWith(Application.kt:33) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService.startBackgroundIsolate(FlutterFirebaseMessagingService.java:164) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at io.flutter.plugins.firebasemessaging.FirebaseMessagingPlugin.onMethodCall(FirebaseMessagingPlugin.java:174) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:230) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:692) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at android.os.MessageQueue.nativePollOnce(Native Method) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at android.os.MessageQueue.next(MessageQueue.java:325) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at android.os.Looper.loop(Looper.java:142) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at android.app.ActivityThread.main(ActivityThread.java:6695) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at java.lang.reflect.Method.invoke(Native Method) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240) E/MethodChannel#plugins.flutter.io/firebase_messaging( 5114): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:772)

russellwheatley commented 3 years ago

Closing in favour of trying the latest messaging version which has been been heavily reworked, along with documentation, since this issue was raised: https://firebase.flutter.dev/docs/messaging/overviewIf you still have a problem please raise a new GitHub issue with up to date information and code snippets if possible. Thanks.