-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
Description
app builds fine on simulator and device but fails with Undefined symbols for architecture armv7: "_OBJC_CLASS_$_STPAPIClient", when trying to archive build with xcode 12.1
reproducible when archiving with Xcode using generic iOS device or using physical device
flutter run --verbose
[ +144 ms] executing: [/Users/collinesmon/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +47 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 84f3d28555368a70270e9ac8390a9441df95e752
[ ] executing: [/Users/collinesmon/flutter/] git tag --points-at HEAD
[ +59 ms] Exit code 0 from: git tag --points-at HEAD
[ ] 1.22.2
[ +9 ms] executing: [/Users/collinesmon/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/collinesmon/flutter/] git ls-remote --get-url origin
[ +10 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +60 ms] executing: [/Users/collinesmon/flutter/] git rev-parse --abbrev-ref HEAD
[ +13 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +8 ms] executing: sw_vers -productName
[ +21 ms] Exit code 0 from: sw_vers -productName
[ ] Mac OS X
[ ] executing: sw_vers -productVersion
[ +18 ms] Exit code 0 from: sw_vers -productVersion
[ ] 10.15.7
[ ] executing: sw_vers -buildVersion
[ +26 ms] Exit code 0 from: sw_vers -buildVersion
[ ] 19H2
[ +67 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +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.
[ +36 ms] executing: /Users/collinesmon/Library/Android/sdk/platform-tools/adb devices -l
[ +16 ms] executing: /usr/bin/xcode-select --print-path
[ +16 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[ ] /Applications/Xcode.app/Contents/Developer
[ +1 ms] executing: /usr/bin/xcodebuild -version
[ +207 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[ ] Xcode 12.1
Build version 12A7403
[ +2 ms] executing: xcrun --find xcdevice
[ +11 ms] Exit code 0 from: xcrun --find xcdevice
[ ] /Applications/Xcode.app/Contents/Developer/usr/bin/xcdevice
[ ] executing: xcrun xcdevice list --timeout 2
[ +4 ms] /usr/bin/xcrun simctl list --json devices
[ ] executing: /usr/bin/xcrun simctl list --json devices
[ +65 ms] List of devices attached
[ +198 ms] {
{
"dataPath" : "\/Users\/collinesmon\/Library\/Developer\/CoreSimulator\/Devices\/294C6239-972E-4E77-A5DE-CBC9B9F9E3AF\/data",
"logPath" : "\/Users\/collinesmon\/Library\/Logs\/CoreSimulator\/294C6239-972E-4E77-A5DE-CBC9B9F9E3AF",
"udid" : "294C6239-972E-4E77-A5DE-CBC9B9F9E3AF",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE",
"state" : "Shutdown",
"name" : "iPhone SE"
},
{
"dataPath" : "\/Users\/collinesmon\/Library\/Developer\/CoreSimulator\/Devices\/41D986EB-276E-4E4F-9570-65605E8886EF\/data",
"logPath" : "\/Users\/collinesmon\/Library\/Logs\/CoreSimulator\/41D986EB-276E-4E4F-9570-65605E8886EF",
"udid" : "41D986EB-276E-4E4F-9570-65605E8886EF",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7",
"state" : "Shutdown",
"name" : "iPhone 7"
},
{
"dataPath" : "\/Users\/collinesmon\/Library\/Developer\/CoreSimulator\/Devices\/C306CD67-F1CF-4D96-B63F-F688DF86496B\/data",
"logPath" : "\/Users\/collinesmon\/Library\/Logs\/CoreSimulator\/C306CD67-F1CF-4D96-B63F-F688DF86496B",
"udid" : "C306CD67-F1CF-4D96-B63F-F688DF86496B",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus",
"state" : "Shutdown",
"name" : "iPhone 7 Plus"
},
{
"dataPath" : "\/Users\/collinesmon\/Library\/Developer\/CoreSimulator\/Devices\/E91421CA-A533-4ABE-8063-460482336E71\/data",
"logPath" : "\/Users\/collinesmon\/Library\/Logs\/CoreSimulator\/E91421CA-A533-4ABE-8063-460482336E71",
"udid" : "E91421CA-A533-4ABE-8063-460482336E71",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
"state" : "Shutdown",
"name" : "iPhone 8"
}
[ +32 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ +7 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +4 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.
[ +110 ms] Multiple devices found:
[ +8 ms] Collin’s iPhone (mobile) • 00008020-000545522103002E • ios • iOS 14.1
[ ] iPhone 12 Pro Max (mobile) • 29BAC62A-0F8F-4D6E-B8BB-02594E5E55DB • ios • com.apple.CoreSimulator.SimRuntime.iOS-14-1 (simulator)
[ +1 ms] [0]: Collin’s iPhone (00008020-000545522103002E)
[ ] [1]: iPhone 12 Pro Max (29BAC62A-0F8F-4D6E-B8BB-02594E5E55DB)
[ +1 ms] Please choose one (To quit, press "q/Q")
[ ] :
[+5788 ms] 1
[ +85 ms] Found plugin cloud_firestore at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.2/
[ +8 ms] Found plugin cloud_firestore_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+5/
[ +2 ms] Found plugin cloud_functions at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions-0.6.0+1/
[ +3 ms] Found plugin cloud_functions_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-2.0.0/
[ +10 ms] Found plugin device_calendar at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/device_calendar-3.1.0/
[ +4 ms] Found plugin firebase_analytics at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-6.1.0/
[ +3 ms] Found plugin firebase_analytics_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.1.1/
[ +2 ms] Found plugin firebase_auth at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.2/
[ +3 ms] Found plugin firebase_auth_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+2/
[ +1 ms] Found plugin firebase_core at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.1/
[ +8 ms] Found plugin firebase_core_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/
[ +6 ms] Found plugin firebase_crashlytics at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_crashlytics-0.2.2/
[ +5 ms] Found plugin firebase_messaging at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/
[ +3 ms] Found plugin firebase_storage at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage-4.0.1/
[ +6 ms] Found plugin flutter_plugin_android_lifecycle at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.11/
[ +1 ms] Found plugin geolocator at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-6.1.4+1/
[ +3 ms] Found plugin google_maps_flutter at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.33/
[ +39 ms] Found plugin stripe_payment at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-1.0.8/
[ +6 ms] Found plugin url_launcher at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.7.10/
[ +1 ms] Found plugin url_launcher_linux at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+4/
[ +2 ms] Found plugin url_launcher_macos at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+9/
[ +2 ms] Found plugin url_launcher_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.5+1/
[ +1 ms] Found plugin url_launcher_windows at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.0.1+3/
[ +129 ms] Found plugin cloud_firestore at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.2/
[ +1 ms] Found plugin cloud_firestore_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+5/
[ +1 ms] Found plugin cloud_functions at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions-0.6.0+1/
[ +1 ms] Found plugin cloud_functions_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-2.0.0/
[ +3 ms] Found plugin device_calendar at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/device_calendar-3.1.0/
[ +2 ms] Found plugin firebase_analytics at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-6.1.0/
[ +1 ms] Found plugin firebase_analytics_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.1.1/
[ +1 ms] Found plugin firebase_auth at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.2/
[ +1 ms] Found plugin firebase_auth_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+2/
[ ] Found plugin firebase_core at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.1/
[ +1 ms] Found plugin firebase_core_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/
[ ] Found plugin firebase_crashlytics at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_crashlytics-0.2.2/
[ +1 ms] Found plugin firebase_messaging at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/
[ +1 ms] Found plugin firebase_storage at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage-4.0.1/
[ +2 ms] Found plugin flutter_plugin_android_lifecycle at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.11/
[ ] Found plugin geolocator at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-6.1.4+1/
[ +1 ms] Found plugin google_maps_flutter at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.33/
[ +12 ms] Found plugin stripe_payment at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-1.0.8/
[ +2 ms] Found plugin url_launcher at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.7.10/
[ +1 ms] Found plugin url_launcher_linux at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+4/
[ ] Found plugin url_launcher_macos at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+9/
[ +1 ms] Found plugin url_launcher_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.5+1/
[ ] Found plugin url_launcher_windows at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.0.1+3/
[ +39 ms] Generating /Users/collinesmon/mygolfcourse_flutter/my_golf_course/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[ +195 ms] Starting incremental build...
[ +2 ms] Initializing file store
[ +13 ms] Skipping target: gen_localizations
[ +6 ms] complete
[ +3 ms] Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
[ +6 ms] /Users/collinesmon/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/collinesmon/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root
/Users/collinesmon/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata -Ddart.developer.causal_async_stacks=true --output-dill
/var/folders/rf/wpytsgzx5q1580_t3q1v4d8w0000gn/T/flutter_tools.TTBcDG/flutter_tool.iDdRbC/app.dill --packages .packages -Ddart.vm.profile=false -Ddart.vm.product=false
--bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root
--initialize-from-dill build/cache.dill.track.dill
[ +24 ms] executing: /usr/bin/plutil -convert json -o - /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Runner/Info.plist
[ +11 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Runner/Info.plist
[ ]
{"CFBundleShortVersionString":"$(FLUTTER_BUILD_NAME)","CFBundleIdentifier":"$(PRODUCT_BUNDLE_IDENTIFIER)","CFBundleInfoDictionaryVersion":"6.0","UIMainStoryboardFile":"Main","CFBundleVersion":"$(FLUTTER_BUILD_NUMBER)","UILaunchStor
yboardName":"LaunchScreen","CFBundleExecutable":"$(EXECUTABLE_NAME)","LSRequiresIPhoneOS":true,"UISupportedInterfaceOrientations":["UIInterfaceOrientationPortrait"],"CFBundleDisplayName":"My Golf
Course","UIViewControllerBasedStatusBarAppearance":false,"CFBundlePackageType":"APPL","CFBundleSignature":"????","CFBundleDevelopmentRegion":"$(DEVELOPMENT_LANGUAGE)","UISupportedInterfaceOrientations~ipad":["UIInterfaceOrientation
Portrait","UIInterfaceOrientationPortraitUpsideDown","UIInterfaceOrientationLandscapeLeft","UIInterfaceOrientationLandscapeRight"],"CFBundleName":"my_golf_course"}
[ +4 ms] executing: [/Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/] /usr/bin/xcodebuild -list
[ +26 ms] <- compile package:my_golf_course/main.dart
[+3028 ms] Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -list
Information about project "Runner":
Targets:
Runner
Build Configurations:
Debug
Release
Profile
If no build configuration is specified and -scheme is not passed then "Release" is used.
Schemes:
Runner
2020-11-05 20:32:26.045 xcodebuild[47166:1170113] DTDeviceKit: deviceType from 00008020-000545522103002E was NULL
2020-11-05 20:32:26.193 xcodebuild[47166:1170122] DTDeviceKit: deviceType from 00008020-000545522103002E was NULL
2020-11-05 20:32:26.194 xcodebuild[47166:1170122] DTDeviceKit: deviceType from 00008020-000545522103002E was NULL
⣽[ +9 ms] executing: [/Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Runner.xcodeproj -scheme Runner
-showBuildSettings
[ ] executing: [/Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Runner.xcodeproj -scheme Runner
-showBuildSettings
(This is taking an unexpectedly long time.)⢿[+2616 ms] Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Runner.xcodeproj -scheme Runner -showBuildSettings
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 = collinesmon
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
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
ARCHS = arm64
ARCHS_STANDARD = arm64
ARCHS_STANDARD_32_64_BIT = armv7 arm64
ARCHS_STANDARD_32_BIT = armv7
ARCHS_STANDARD_64_BIT = arm64
ARCHS_STANDARD_INCLUDING_64_BIT = 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/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Products
BUILD_LIBRARY_FOR_DISTRIBUTION = NO
BUILD_ROOT = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Products
BUILD_STYLE =
BUILD_VARIANTS = normal
BUILT_PRODUCTS_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Products/Release-iphoneos
BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/
BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS
BUNDLE_FORMAT = shallow
BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks
BUNDLE_PLUGINS_FOLDER_PATH = PlugIns
BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders
BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers
CACHE_ROOT = /var/folders/rf/wpytsgzx5q1580_t3q1v4d8w0000gn/C/com.apple.DeveloperTools/12.1-12A7403/Xcode
CCHROOT = /var/folders/rf/wpytsgzx5q1580_t3q1v4d8w0000gn/C/com.apple.DeveloperTools/12.1-12A7403/Xcode
CHMOD = /bin/chmod
CHOWN = /usr/sbin/chown
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/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/JavaClasses
CLEAN_PRECOMPS = YES
CLONE_HEADERS = NO
CODESIGNING_FOLDER_PATH = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Products/Release-iphoneos/Runner.app
CODE_SIGNING_ALLOWED = YES
CODE_SIGNING_REQUIRED = YES
CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
CODE_SIGN_IDENTITY = iPhone Developer
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
COLOR_DIAGNOSTICS = NO
COMBINE_HIDPI_IMAGES = NO
COMPILER_INDEX_STORE_ENABLE = Default
COMPOSITE_SDK_DIRS = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/CompositeSDKs
COMPRESS_PNG_FILES = YES
CONFIGURATION = Release
CONFIGURATION_BUILD_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Products/Release-iphoneos
CONFIGURATION_TEMP_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos
CONTENTS_FOLDER_PATH = Runner.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/iPhoneSimulator14.1.sdk
CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator14.1
CP = /bin/cp
CREATE_INFOPLIST_SECTION_IN_BINARY = NO
CURRENT_ARCH = arm64
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 = 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 13.2 13.3 13.4 13.5 13.6 14.0 14.1
DERIVED_FILES_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DERIVED_FILE_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DERIVED_SOURCES_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/DerivedSources
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 = C3X4ARC648
DOCUMENTATION_FOLDER_PATH = Runner.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 = Runner.app.dSYM
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
DWARF_DSYM_FOLDER_PATH = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Products/Release-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
ENABLE_TESTING_SEARCH_PATHS = 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 = Runner.app/Executables
EXECUTABLE_FOLDER_PATH = Runner.app
EXECUTABLE_NAME = Runner
EXECUTABLE_PATH = Runner.app/Runner
EXPANDED_CODE_SIGN_IDENTITY =
EXPANDED_CODE_SIGN_IDENTITY_NAME =
EXPANDED_PROVISIONING_PROFILE =
FILE_LIST = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList
FIXED_FILES_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/FixedFiles
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
FRAMEWORK_FLAG_PREFIX = -framework
FRAMEWORK_SEARCH_PATHS = /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Flutter
FRAMEWORK_VERSION = A
FULL_PRODUCT_NAME = Runner.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_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
GENERATED_MODULEMAP_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
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
HIDE_BITCODE_SYMBOLS = YES
HOME = /Users/collinesmon
ICONV = /usr/bin/iconv
INFOPLIST_EXPAND_BUILD_SETTINGS = YES
INFOPLIST_FILE = Runner/Info.plist
INFOPLIST_OUTPUT_FORMAT = binary
INFOPLIST_PATH = Runner.app/Info.plist
INFOPLIST_PREPROCESS = NO
INFOSTRINGS_PATH = Runner.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 = collinesmon
INSTALL_PATH = /Applications
INSTALL_ROOT = /tmp/Runner.dst
IPHONEOS_DEPLOYMENT_TARGET = 14.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 = Runner.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/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.d
at
LD_GENERATE_MAP_FILE = NO
LD_MAP_FILE_PATH =
/Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
LD_NO_PIE = NO
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
LD_RUNPATH_SEARCH_PATHS = @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/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Flutter
LINKER_DISPLAYS_MANGLED_NAMES = NO
LINK_FILE_LIST_normal_arm64 =
LINK_WITH_STANDARD_LIBRARIES = YES
LLVM_TARGET_TRIPLE_OS_VERSION = ios14.0
LLVM_TARGET_TRIPLE_VENDOR = apple
LOCALIZABLE_CONTENT_DIR =
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.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 = 19H2
MAC_OS_X_VERSION_ACTUAL = 101507
MAC_OS_X_VERSION_MAJOR = 101500
METAL_LIBRARY_FILE_BASE = default
METAL_LIBRARY_OUTPUT_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Products/Release-iphoneos/Runner.app
MODULES_FOLDER_PATH = Runner.app/Modules
MODULE_CACHE_DIR = /Users/collinesmon/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/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects
OBJECT_FILE_DIR_normal = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects-normal
OBJROOT = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex
ONLY_ACTIVE_ARCH = YES
OS = MACOS
OSAC = /usr/bin/osacompile
PACKAGE_TYPE = com.apple.package-type.wrapper.application
PASCAL_STRINGS = YES
PATH =
/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/collinesmon/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/collinesmon/flutter:/Library/Apple/usr/bin:/Users/collinesmon/flut
ter/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 = Runner.app/pbdevelopment.plist
PFE_FILE_C_DIALECTS = objective-c
PKGINFO_FILE_PATH = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/PkgInfo
PKGINFO_PATH = Runner.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 = 18A8394
PLIST_FILE_OUTPUT_FORMAT = binary
PLUGINS_FOLDER_PATH = Runner.app/PlugIns
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
PRECOMP_DESTINATION_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
PRODUCT_BUNDLE_IDENTIFIER = com.tross.myGolfCourse
PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
PRODUCT_MODULE_NAME = Runner
PRODUCT_NAME = Runner
PRODUCT_SETTINGS_PATH = /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Runner/Info.plist
PRODUCT_TYPE = com.apple.product-type.application
PROFILING_CODE = NO
PROJECT = Runner
PROJECT_DERIVED_FILE_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/DerivedSources
PROJECT_DIR = /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios
PROJECT_FILE_PATH = /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Runner.xcodeproj
PROJECT_NAME = Runner
PROJECT_TEMP_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build
PROJECT_TEMP_ROOT = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex
PROVISIONING_PROFILE_REQUIRED = YES
PUBLIC_HEADERS_FOLDER_PATH = Runner.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/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources
REZ_OBJECTS_DIR =
/Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources/Objects
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
SCRIPTS_FOLDER_PATH = Runner.app/Scripts
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.1.sdk
SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.1.sdk
SDK_DIR_iphoneos14_1 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.1.sdk
SDK_NAME = iphoneos14.1
SDK_NAMES = iphoneos14.1
SDK_PRODUCT_BUILD_VERSION = 18A8394
SDK_VERSION = 14.1
SDK_VERSION_ACTUAL = 140100
SDK_VERSION_MAJOR = 140000
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/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Products/Release-iphoneos/DerivedSources
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
SHARED_PRECOMPS_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/PrecompiledHeaders
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
SKIP_INSTALL = NO
SOURCE_ROOT = /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios
SRCROOT = /Users/collinesmon/mygolfcourse_flutter/my_golf_course/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 = 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/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Products
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/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Products/Release-iphoneos
TARGET_NAME = Runner
TARGET_TEMP_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
TEMP_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
TEMP_FILES_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
TEMP_FILE_DIR = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
TEMP_ROOT = /Users/collinesmon/Library/Developer/Xcode/DerivedData/Runner-axqdwpgjbmutsabfqxpsrwswoqld/Build/Intermediates.noindex
TEST_FRAMEWORK_SEARCH_PATHS = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.1.sdk/Developer/Library/Frameworks
TEST_LIBRARY_SEARCH_PATHS = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib
TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
UID = 501
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
UNSTRIPPED_PRODUCT = NO
USER = collinesmon
USER_APPS_DIR = /Users/collinesmon/Applications
USER_LIBRARY_DIR = /Users/collinesmon/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
VERBOSE_PBXCP = NO
VERSIONING_SYSTEM = apple-generic
VERSIONPLIST_PATH = Runner.app/version.plist
VERSION_INFO_BUILDER = collinesmon
VERSION_INFO_FILE = Runner_vers.c
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-"
WRAPPER_EXTENSION = app
WRAPPER_NAME = Runner.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 = 12A7403
XCODE_VERSION_ACTUAL = 1210
XCODE_VERSION_MAJOR = 1200
XCODE_VERSION_MINOR = 1210
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
YACC = yacc
arch = arm64
variant = normal [ +73 ms] Building Runner.app for 29BAC62A-0F8F-4D6E-B8BB-02594E5E55DB.
[ +58 ms] executing: xattr -r -d com.apple.FinderInfo /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios
[ +14 ms] executing: /usr/bin/xcrun simctl spawn 29BAC62A-0F8F-4D6E-B8BB-02594E5E55DB log stream --style json --predicate eventType = logEvent AND processImagePath ENDSWITH "Runner" AND (senderImagePath ENDSWITH "/Flutter" OR
senderImagePath ENDSWITH "/libswiftCore.dylib" OR processImageUUID == senderImageUUID) AND NOT(eventMessage CONTAINS ": could not find icon for representation -> com.apple.") AND NOT(eventMessage BEGINSWITH "assertion failed: ")
AND NOT(eventMessage CONTAINS " libxpc.dylib ")
[+1457 ms] Failed to remove xattr com.apple.FinderInfo from /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios
[ +53 ms] Found plugin cloud_firestore at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.2/
[ +2 ms] Found plugin cloud_firestore_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+5/
[ +1 ms] Found plugin cloud_functions at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions-0.6.0+1/
[ +1 ms] Found plugin cloud_functions_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-2.0.0/
[ +3 ms] Found plugin device_calendar at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/device_calendar-3.1.0/
[ +3 ms] Found plugin firebase_analytics at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-6.1.0/
[ +2 ms] Found plugin firebase_analytics_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.1.1/
[ +1 ms] Found plugin firebase_auth at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.2/
[ +3 ms] Found plugin firebase_auth_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+2/
[ +5 ms] Found plugin firebase_core at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.1/
[ +2 ms] Found plugin firebase_core_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/
[ +1 ms] Found plugin firebase_crashlytics at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_crashlytics-0.2.2/
[ +1 ms] Found plugin firebase_messaging at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/
[ +1 ms] Found plugin firebase_storage at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage-4.0.1/
[ +5 ms] Found plugin flutter_plugin_android_lifecycle at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.11/
[ +1 ms] Found plugin geolocator at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-6.1.4+1/
[ +15 ms] Found plugin google_maps_flutter at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.33/
[ +33 ms] Found plugin stripe_payment at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-1.0.8/
[ +3 ms] Found plugin url_launcher at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.7.10/
[ +1 ms] Found plugin url_launcher_linux at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+4/
[ +1 ms] Found plugin url_launcher_macos at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+9/
[ +1 ms] Found plugin url_launcher_web at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.5+1/
[ ] Found plugin url_launcher_windows at /Users/collinesmon/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.0.1+3/
[ +49 ms] executing: which pod
[ +23 ms] executing: pod --version
[+1100 ms] 1.8.4
[ +3 ms] Running pod install...
[+13634 ms] Running pod install... (completed in 13.6s)
[ ] CocoaPods' output:
↳
[ +1 ms] Preparing
Analyzing dependencies
Inspecting targets to integrate
Using `ARCHS` setting to build architectures of target `Pods-Runner`: (`$(ARCHS_STANDARD)`, `arm64`)
Finding Podfile changes
- Flutter
- cloud_firestore
- cloud_functions
- device_calendar
- firebase_analytics
- firebase_auth
- firebase_core
- firebase_crashlytics
- firebase_messaging
- firebase_storage
- geolocator
- google_maps_flutter
- stripe_payment
- url_launcher
Fetching external sources
-> Fetching podspec for `Flutter` from `Flutter`
-> Fetching podspec for `cloud_firestore` from `.symlinks/plugins/cloud_firestore/ios`
cloud_firestore: Using Firebase SDK version '6.33.0' defined in 'firebase_core'
-> Fetching podspec for `cloud_functions` from `.symlinks/plugins/cloud_functions/ios`
cloud_functions: Using Firebase SDK version '6.33.0' defined in 'firebase_core'
-> Fetching podspec for `device_calendar` from `.symlinks/plugins/device_calendar/ios`
-> Fetching podspec for `firebase_analytics` from `.symlinks/plugins/firebase_analytics/ios`
firebase_analytics: Using Firebase SDK version '6.33.0' defined in 'firebase_core'
-> Fetching podspec for `firebase_auth` from `.symlinks/plugins/firebase_auth/ios`
firebase_auth: Using Firebase SDK version '6.33.0' defined in 'firebase_core'
-> Fetching podspec for `firebase_core` from `.symlinks/plugins/firebase_core/ios`
firebase_core: Using Firebase SDK version '6.33.0' defined in 'firebase_core'
-> Fetching podspec for `firebase_crashlytics` from `.symlinks/plugins/firebase_crashlytics/ios`
firebase_crashlytics: Using Firebase SDK version '6.33.0' defined in 'firebase_core'
-> Fetching podspec for `firebase_messaging` from `.symlinks/plugins/firebase_messaging/ios`
firebase_messaging: Using Firebase SDK version '6.33.0' defined in 'firebase_core'
-> Fetching podspec for `firebase_storage` from `.symlinks/plugins/firebase_storage/ios`
firebase_storage: Using Firebase SDK version '6.33.0' defined in 'firebase_core'
-> Fetching podspec for `geolocator` from `.symlinks/plugins/geolocator/ios`
-> Fetching podspec for `google_maps_flutter` from `.symlinks/plugins/google_maps_flutter/ios`
-> Fetching podspec for `stripe_payment` from `.symlinks/plugins/stripe_payment/ios`
-> Fetching podspec for `url_launcher` from `.symlinks/plugins/url_launcher/ios`
Resolving dependencies of `Podfile`
CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_3_5.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.34.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.33.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.33.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.33.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.33.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.33.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.33.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_c_e_7.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/e/7/Stripe/20.1.0/Stripe.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_a_d_d.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/a/d/d/GoogleMaps/4.0.0/GoogleMaps.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.33.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.33.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.33.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_9_f.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/9/f/FirebaseFirestore/1.19.0/FirebaseFirestore.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.33.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_e_2_1.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/2/1/FirebaseAnalytics/6.9.0/FirebaseAnalytics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/2/1/FirebaseAnalytics/6.8.3/FirebaseAnalytics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_8_b_d.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/b/d/FirebaseCore/6.10.4/FirebaseCore.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_2_f_7.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/2/f/7/FirebaseInstallations/1.7.0/FirebaseInstallations.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_e_3_b.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/3/b/GoogleAppMeasurement/6.9.0/GoogleAppMeasurement.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_8_4.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_6_1_e.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/2.30906.0/nanopb.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/1.30906.0/nanopb.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/1.30906.0/nanopb.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/1.30906.0/nanopb.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_6_3_6.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/3/6/FirebaseAuth/6.9.2/FirebaseAuth.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/3/6/FirebaseAuth/6.9.2/FirebaseAuth.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_c_e_3.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/e/3/GTMSessionFetcher/1.4.0/GTMSessionFetcher.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/e/3/GTMSessionFetcher/1.4.0/GTMSessionFetcher.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/9/f/FirebaseFirestore/1.18.0/FirebaseFirestore.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_3_8_6.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/1.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_c_8_7.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/8/7/gRPC-C++/1.33.0-pre1/gRPC-C++.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_a_d_a.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/a/d/a/leveldb-library/1.22/leveldb-library.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/e/7/Stripe/20.1.0/Stripe.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/b/d/FirebaseCore/6.10.3/FirebaseCore.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_8_3_c.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/3/c/FirebaseCoreDiagnostics/1.7.0/FirebaseCoreDiagnostics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/b/d/FirebaseCore/6.10.3/FirebaseCore.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/3/b/GoogleAppMeasurement/6.8.3/GoogleAppMeasurement.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_3_c_c.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/c/c/FirebaseStorage/3.9.1/FirebaseStorage.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_2_d_6.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/2/d/6/FirebaseMessaging/4.7.1/FirebaseMessaging.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/a/d/d/GoogleMaps/3.9.0/GoogleMaps.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/a/d/d/GoogleMaps/3.9.0/GoogleMaps.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/a/d/d/GoogleMaps/3.9.0/GoogleMaps.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/8/7/gRPC-C++/1.28.2/gRPC-C++.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/8/7/gRPC-C++/1.28.2/gRPC-C++.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/8/7/gRPC-C++/1.28.2/gRPC-C++.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_9_1_0.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/9/1/0/gRPC-Core/1.33.0-pre1/gRPC-Core.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/3/c/FirebaseCoreDiagnostics/1.7.0/FirebaseCoreDiagnostics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_6_a.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/6/a/GoogleDataTransport/7.5.1/GoogleDataTransport.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_b_5.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/b/5/PromisesObjC/1.2.11/PromisesObjC.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/c/c/FirebaseStorage/3.9.1/FirebaseStorage.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_c_5_4.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/5/4/FirebaseFunctions/2.9.0/FirebaseFunctions.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/5/4/FirebaseFunctions/2.9.0/FirebaseFunctions.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/2/f/7/FirebaseInstallations/1.7.0/FirebaseInstallations.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/b/5/PromisesObjC/1.2.11/PromisesObjC.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/a/d/a/leveldb-library/1.22/leveldb-library.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/9/1/0/gRPC-Core/1.28.2/gRPC-Core.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/9/1/0/gRPC-Core/1.28.2/gRPC-Core.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/9/1/0/gRPC-Core/1.28.2/gRPC-Core.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_f_8_8.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/f/8/8/BoringSSL-GRPC/0.0.13/BoringSSL-GRPC.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_e_7_d.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/7/d/FirebaseCrashlytics/4.6.2/FirebaseCrashlytics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/f/8/8/BoringSSL-GRPC/0.0.7/BoringSSL-GRPC.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/f/8/8/BoringSSL-GRPC/0.0.7/BoringSSL-GRPC.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/f/8/8/BoringSSL-GRPC/0.0.7/BoringSSL-GRPC.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/7/d/FirebaseCrashlytics/4.6.2/FirebaseCrashlytics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/2/d/6/FirebaseMessaging/4.7.1/FirebaseMessaging.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_3_6_0.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/6/0/FirebaseInstanceID/4.8.0/FirebaseInstanceID.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_e_c_d.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/c/d/Protobuf/4.0.0-rc1/Protobuf.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/6/a/GoogleDataTransport/7.5.1/GoogleDataTransport.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/6/a/GoogleDataTransport/7.5.1/GoogleDataTransport.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.7.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/6/0/FirebaseInstanceID/4.8.0/FirebaseInstanceID.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/c/d/Protobuf/3.13.0/Protobuf.podspec.json exists! Returning local because checking is only perfomed in repo update
Comparing resolved specification to the sandbox manifest
- BoringSSL-GRPC
- Firebase
- FirebaseAnalytics
- FirebaseAuth
- FirebaseCore
- FirebaseCoreDiagnostics
- FirebaseCrashlytics
- FirebaseFirestore
- FirebaseFunctions
- FirebaseInstallations
- FirebaseInstanceID
- FirebaseMessaging
- FirebaseStorage
- Flutter
- GTMSessionFetcher
- GoogleAppMeasurement
- GoogleDataTransport
- GoogleMaps
- GoogleUtilities
- PromisesObjC
- Protobuf
- Stripe
- abseil
- cloud_firestore
- cloud_functions
- device_calendar
- firebase_analytics
- firebase_auth
- firebase_core
- firebase_crashlytics
- firebase_messaging
- firebase_storage
- gRPC-C++
- gRPC-Core
- geolocator
- google_maps_flutter
- leveldb-library
- nanopb
- stripe_payment
- url_launcher
Downloading dependencies
-> Using BoringSSL-GRPC (0.0.7)
-> Using Firebase (6.33.0)
-> Using FirebaseAnalytics (6.8.3)
-> Using FirebaseAuth (6.9.2)
-> Using FirebaseCore (6.10.3)
-> Using FirebaseCoreDiagnostics (1.7.0)
-> Using FirebaseCrashlytics (4.6.2)
-> Using FirebaseFirestore (1.18.0)
-> Using FirebaseFunctions (2.9.0)
-> Using FirebaseInstallations (1.7.0)
-> Using FirebaseInstanceID (4.8.0)
-> Using FirebaseMessaging (4.7.1)
-> Using FirebaseStorage (3.9.1)
-> Using Flutter (1.0.0)
-> Using GTMSessionFetcher (1.4.0)
-> Using GoogleAppMeasurement (6.8.3)
-> Using GoogleDataTransport (7.5.1)
-> Using GoogleMaps (3.9.0)
-> Using GoogleUtilities (6.7.2)
-> Using PromisesObjC (1.2.11)
-> Using Protobuf (3.13.0)
-> Using Stripe (20.1.0)
-> Using abseil (0.20200225.0)
-> Using cloud_firestore (0.14.2)
-> Using cloud_functions (0.6.0-1)
-> Using device_calendar (0.0.1)
-> Using firebase_analytics (6.1.0)
-> Using firebase_auth (0.18.2)
-> Using firebase_core (0.5.1)
-> Using firebase_crashlytics (0.2.2)
-> Using firebase_messaging (7.0.3)
-> Using firebase_storage (4.0.1)
-> Using gRPC-C++ (1.28.2)
-> Using gRPC-Core (1.28.2)
-> Using geolocator (6.0.0+4)
-> Using google_maps_flutter (0.0.1)
-> Using leveldb-library (1.22)
-> Using nanopb (1.30906.0)
-> Using stripe_payment (1.0.0)
-> Using url_launcher (0.0.1)
- Running pre install hooks
Generating Pods project
- Creating Pods project
- Installing files into Pods project
- Adding source files
- Adding frameworks
- Adding libraries
- Adding resources
- Adding development pod helper files
- Linking headers
- Installing Pod Targets
- Installing target `BoringSSL-GRPC` iOS 8.0
- Copying module map file to `Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC.modulemap`
- Generating Info.plist file at `Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC-Info.plist`
- Generating dummy source at `Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC-dummy.m`
- Installing target `Firebase` iOS 8.0
- Installing target `FirebaseAnalytics` iOS 8.0
- Installing target `FirebaseAuth` iOS 8.0
- Generating module map file at `Pods/Target Support Files/FirebaseAuth/FirebaseAuth.modulemap`
- Generating umbrella header at `Pods/Target Support Files/FirebaseAuth/FirebaseAuth-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/FirebaseAuth/FirebaseAuth-Info.plist`
- Generating dummy source at `Pods/Target Support Files/FirebaseAuth/FirebaseAuth-dummy.m`
- Installing target `FirebaseCore` iOS 8.0
- Generating module map file at `Pods/Target Support Files/FirebaseCore/FirebaseCore.modulemap`
- Generating umbrella header at `Pods/Target Support Files/FirebaseCore/FirebaseCore-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/FirebaseCore/FirebaseCore-Info.plist`
- Generating dummy source at `Pods/Target Support Files/FirebaseCore/FirebaseCore-dummy.m`
- Installing target `FirebaseCoreDiagnostics` iOS 8.0
- Generating module map file at `Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap`
- Generating umbrella header at `Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist`
- Generating dummy source at `Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-dummy.m`
- Installing target `FirebaseCrashlytics` iOS 8.0
- Generating module map file at `Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.modulemap`
- Generating umbrella header at `Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist`
- Generating dummy source at `Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-dummy.m`
- Installing target `FirebaseFirestore` iOS 8.0
- Generating module map file at `Pods/Target Support Files/FirebaseFirestore/FirebaseFirestore.modulemap`
- Generating umbrella header at `Pods/Target Support Files/FirebaseFirestore/FirebaseFirestore-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/FirebaseFirestore/FirebaseFirestore-Info.plist`
- Generating dummy source at `Pods/Target Support Files/FirebaseFirestore/FirebaseFirestore-dummy.m`
- Installing target `FirebaseFunctions` iOS 8.0
- Generating module map file at `Pods/Target Support Files/FirebaseFunctions/FirebaseFunctions.modulemap`
- Generating umbrella header at `Pods/Target Support Files/FirebaseFunctions/FirebaseFunctions-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/FirebaseFunctions/FirebaseFunctions-Info.plist`
- Generating dummy source at `Pods/Target Support Files/FirebaseFunctions/FirebaseFunctions-dummy.m`
- Installing target `FirebaseInstallations` iOS 8.0
- Generating module map file at `Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap`
- Generating umbrella header at `Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist`
- Generating dummy source at `Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-dummy.m`
- Installing target `FirebaseInstanceID` iOS 8.0
- Generating module map file at `Pods/Target Support Files/FirebaseInstanceID/FirebaseInstanceID.modulemap`
- Generating umbrella header at `Pods/Target Support Files/FirebaseInstanceID/FirebaseInstanceID-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/FirebaseInstanceID/FirebaseInstanceID-Info.plist`
- Generating dummy source at `Pods/Target Support Files/FirebaseInstanceID/FirebaseInstanceID-dummy.m`
- Installing target `FirebaseMessaging` iOS 8.0
- Generating module map file at `Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap`
- Generating umbrella header at `Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist`
- Generating dummy source at `Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-dummy.m`
- Installing target `FirebaseStorage` iOS 8.0
- Generating module map file at `Pods/Target Support Files/FirebaseStorage/FirebaseStorage.modulemap`
- Generating umbrella header at `Pods/Target Support Files/FirebaseStorage/FirebaseStorage-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/FirebaseStorage/FirebaseStorage-Info.plist`
- Generating dummy source at `Pods/Target Support Files/FirebaseStorage/FirebaseStorage-dummy.m`
- Installing target `Flutter` iOS 8.0
- Installing target `GTMSessionFetcher` iOS 8.0
- Generating module map file at `Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap`
- Generating umbrella header at `Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-Info.plist`
- Generating dummy source at `Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-dummy.m`
- Installing target `GoogleAppMeasurement` iOS 8.0
- Installing target `GoogleDataTransport` iOS 8.0
- Generating module map file at `Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap`
- Generating umbrella header at `Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist`
- Generating dummy source at `Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-dummy.m`
- Installing target `GoogleMaps` iOS 9.0
- Installing target `GoogleUtilities` iOS 8.0
- Generating module map file at `Pods/Target Support Files/GoogleUtilities/GoogleUtilities.modulemap`
- Generating umbrella header at `Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist`
- Generating dummy source at `Pods/Target Support Files/GoogleUtilities/GoogleUtilities-dummy.m`
- Installing target `PromisesObjC` iOS 9.0
- Generating module map file at `Pods/Target Support Files/PromisesObjC/PromisesObjC.modulemap`
- Generating umbrella header at `Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/PromisesObjC/PromisesObjC-Info.plist`
- Generating dummy source at `Pods/Target Support Files/PromisesObjC/PromisesObjC-dummy.m`
- Installing target `Protobuf` iOS 8.0
- Generating module map file at `Pods/Target Support Files/Protobuf/Protobuf.modulemap`
- Generating umbrella header at `Pods/Target Support Files/Protobuf/Protobuf-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/Protobuf/Protobuf-Info.plist`
- Generating dummy source at `Pods/Target Support Files/Protobuf/Protobuf-dummy.m`
- Installing target `Stripe` iOS 11.0
- Generating Info.plist file at `Pods/Target Support Files/Stripe/ResourceBundle-Stripe-Stripe-Info.plist`
- Generating module map file at `Pods/Target Support Files/Stripe/Stripe.modulemap`
- Generating umbrella header at `Pods/Target Support Files/Stripe/Stripe-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/Stripe/Stripe-Info.plist`
- Generating dummy source at `Pods/Target Support Files/Stripe/Stripe-dummy.m`
- Installing target `abseil` iOS 8.0
- Generating module map file at `Pods/Target Support Files/abseil/abseil.modulemap`
- Generating umbrella header at `Pods/Target Support Files/abseil/abseil-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/abseil/abseil-Info.plist`
- Generating dummy source at `Pods/Target Support Files/abseil/abseil-dummy.m`
- Installing target `cloud_firestore` iOS 8.0
- Generating module map file at `Pods/Target Support Files/cloud_firestore/cloud_firestore.modulemap`
- Generating umbrella header at `Pods/Target Support Files/cloud_firestore/cloud_firestore-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/cloud_firestore/cloud_firestore-Info.plist`
- Generating dummy source at `Pods/Target Support Files/cloud_firestore/cloud_firestore-dummy.m`
- Installing target `cloud_functions` iOS 8.0
- Generating module map file at `Pods/Target Support Files/cloud_functions/cloud_functions.modulemap`
- Generating umbrella header at `Pods/Target Support Files/cloud_functions/cloud_functions-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/cloud_functions/cloud_functions-Info.plist`
- Generating dummy source at `Pods/Target Support Files/cloud_functions/cloud_functions-dummy.m`
- Installing target `device_calendar` iOS 8.0
- Generating module map file at `Pods/Target Support Files/device_calendar/device_calendar.modulemap`
- Generating umbrella header at `Pods/Target Support Files/device_calendar/device_calendar-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/device_calendar/device_calendar-Info.plist`
- Generating dummy source at `Pods/Target Support Files/device_calendar/device_calendar-dummy.m`
- Installing target `firebase_analytics` iOS 8.0
- Generating module map file at `Pods/Target Support Files/firebase_analytics/firebase_analytics.modulemap`
- Generating umbrella header at `Pods/Target Support Files/firebase_analytics/firebase_analytics-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/firebase_analytics/firebase_analytics-Info.plist`
- Generating dummy source at `Pods/Target Support Files/firebase_analytics/firebase_analytics-dummy.m`
- Installing target `firebase_auth` iOS 8.0
- Generating module map file at `Pods/Target Support Files/firebase_auth/firebase_auth.modulemap`
- Generating umbrella header at `Pods/Target Support Files/firebase_auth/firebase_auth-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/firebase_auth/firebase_auth-Info.plist`
- Generating dummy source at `Pods/Target Support Files/firebase_auth/firebase_auth-dummy.m`
- Installing target `firebase_core` iOS 8.0
- Generating module map file at `Pods/Target Support Files/firebase_core/firebase_core.modulemap`
- Generating umbrella header at `Pods/Target Support Files/firebase_core/firebase_core-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/firebase_core/firebase_core-Info.plist`
- Generating dummy source at `Pods/Target Support Files/firebase_core/firebase_core-dummy.m`
- Installing target `firebase_crashlytics` iOS 8.0
- Generating module map file at `Pods/Target Support Files/firebase_crashlytics/firebase_crashlytics.modulemap`
- Generating umbrella header at `Pods/Target Support Files/firebase_crashlytics/firebase_crashlytics-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/firebase_crashlytics/firebase_crashlytics-Info.plist`
- Generating dummy source at `Pods/Target Support Files/firebase_crashlytics/firebase_crashlytics-dummy.m`
- Installing target `firebase_messaging` iOS 8.0
- Generating module map file at `Pods/Target Support Files/firebase_messaging/firebase_messaging.modulemap`
- Generating umbrella header at `Pods/Target Support Files/firebase_messaging/firebase_messaging-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/firebase_messaging/firebase_messaging-Info.plist`
- Generating dummy source at `Pods/Target Support Files/firebase_messaging/firebase_messaging-dummy.m`
- Installing target `firebase_storage` iOS 8.0
- Generating module map file at `Pods/Target Support Files/firebase_storage/firebase_storage.modulemap`
- Generating umbrella header at `Pods/Target Support Files/firebase_storage/firebase_storage-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/firebase_storage/firebase_storage-Info.plist`
- Generating dummy source at `Pods/Target Support Files/firebase_storage/firebase_storage-dummy.m`
- Installing target `gRPC-C++` iOS 8.0
- Generating Info.plist file at `Pods/Target Support Files/gRPC-C++/ResourceBundle-gRPCCertificates-Cpp-gRPC-C++-Info.plist`
- Generating module map file at `Pods/Target Support Files/gRPC-C++/gRPC-C++.modulemap`
- Generating umbrella header at `Pods/Target Support Files/gRPC-C++/gRPC-C++-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/gRPC-C++/gRPC-C++-Info.plist`
- Generating dummy source at `Pods/Target Support Files/gRPC-C++/gRPC-C++-dummy.m`
- Installing target `gRPC-Core` iOS 8.0
- Copying module map file to `Pods/Target Support Files/gRPC-Core/gRPC-Core.modulemap`
- Generating Info.plist file at `Pods/Target Support Files/gRPC-Core/gRPC-Core-Info.plist`
- Generating dummy source at `Pods/Target Support Files/gRPC-Core/gRPC-Core-dummy.m`
- Installing target `geolocator` iOS 8.0
- Generating module map file at `Pods/Target Support Files/geolocator/geolocator.modulemap`
- Generating umbrella header at `Pods/Target Support Files/geolocator/geolocator-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/geolocator/geolocator-Info.plist`
- Generating dummy source at `Pods/Target Support Files/geolocator/geolocator-dummy.m`
- Installing target `google_maps_flutter` iOS 8.0
- Generating module map file at `Pods/Target Support Files/google_maps_flutter/google_maps_flutter.modulemap`
- Generating umbrella header at `Pods/Target Support Files/google_maps_flutter/google_maps_flutter-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/google_maps_flutter/google_maps_flutter-Info.plist`
- Generating dummy source at `Pods/Target Support Files/google_maps_flutter/google_maps_flutter-dummy.m`
- Installing target `leveldb-library` iOS 8.0
- Generating module map file at `Pods/Target Support Files/leveldb-library/leveldb-library.modulemap`
- Generating umbrella header at `Pods/Target Support Files/leveldb-library/leveldb-library-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/leveldb-library/leveldb-library-Info.plist`
- Generating dummy source at `Pods/Target Support Files/leveldb-library/leveldb-library-dummy.m`
- Installing target `nanopb` iOS 8.0
- Generating module map file at `Pods/Target Support Files/nanopb/nanopb.modulemap`
- Generating umbrella header at `Pods/Target Support Files/nanopb/nanopb-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/nanopb/nanopb-Info.plist`
- Generating dummy source at `Pods/Target Support Files/nanopb/nanopb-dummy.m`
- Installing target `stripe_payment` iOS 10.0
- Generating module map file at `Pods/Target Support Files/stripe_payment/stripe_payment.modulemap`
- Generating umbrella header at `Pods/Target Support Files/stripe_payment/stripe_payment-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/stripe_payment/stripe_payment-Info.plist`
- Generating dummy source at `Pods/Target Support Files/stripe_payment/stripe_payment-dummy.m`
- Installing target `url_launcher` iOS 8.0
- Generating module map file at `Pods/Target Support Files/url_launcher/url_launcher.modulemap`
- Generating umbrella header at `Pods/Target Support Files/url_launcher/url_launcher-umbrella.h`
- Generating Info.plist file at `Pods/Target Support Files/url_launcher/url_launcher-Info.plist`
- Generating dummy source at `Pods/Target Support Files/url_launcher/url_launcher-dummy.m`
- Installing Aggregate Targets
- Installing target `Pods-Runner` iOS 14.0
- Generating Info.plist file at `Pods/Target Support Files/Pods-Runner/Pods-Runner-Info.plist`
- Generating module map file at `Pods/Target Support Files/Pods-Runner/Pods-Runner.modulemap`
- Generating umbrella header at `Pods/Target Support Files/Pods-Runner/Pods-Runner-umbrella.h`
- Generating dummy source at `Pods/Target Support Files/Pods-Runner/Pods-Runner-dummy.m`
- Generating deterministic UUIDs
- Stabilizing target UUIDs
- Running post install hooks
- Podfile
- Writing Xcode project file to `Pods/Pods.xcodeproj`
Cleaning up sandbox directory
- Writing Lockfile in `Podfile.lock`
- Writing Manifest in `Pods/Manifest.lock`
Integrating client project
Integrating target `Pods-Runner` (`Runner.xcodeproj` project)
- Running post install hooks
- cocoapods-stats from `/Library/Ruby/Gems/2.6.0/gems/cocoapods-stats-1.1.0/lib/cocoapods_plugin.rb`
-> Pod installation complete! There are 14 dependencies from the Podfile and 40 total pods installed.
[ +39 ms] executing: /usr/bin/plutil -convert json -o - /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Runner/Info.plist
[ +11 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/Runner/Info.plist
[ ]
{"CFBundleShortVersionString":"$(FLUTTER_BUILD_NAME)","CFBundleIdentifier":"$(PRODUCT_BUNDLE_IDENTIFIER)","CFBundleInfoDictionaryVersion":"6.0","UIMainStoryboardFile":"Main","CFBundleVersion":"$(FLUTTER_BUILD_NUMBER)","UILaunchStor
yboardName":"LaunchScreen","CFBundleExecutable":"$(EXECUTABLE_NAME)","LSRequiresIPhoneOS":true,"UISupportedInterfaceOrientations":["UIInterfaceOrientationPortrait"],"CFBundleDisplayName":"My Golf
Course","UIViewControllerBasedStatusBarAppearance":false,"CFBundlePackageType":"APPL","CFBundleSignature":"????","CFBundleDevelopmentRegion":"$(DEVELOPMENT_LANGUAGE)","UISupportedInterfaceOrientations~ipad":["UIInterfaceOrientation
Portrait","UIInterfaceOrientationPortraitUpsideDown","UIInterfaceOrientationLandscapeLeft","UIInterfaceOrientationLandscapeRight"],"CFBundleName":"my_golf_course"}
[ +2 ms] executing: mkfifo /var/folders/rf/wpytsgzx5q1580_t3q1v4d8w0000gn/T/flutter_tools.TTBcDG/flutter_build_log_pipe.HVqLJF/pipe_to_stdout
[ +5 ms] Exit code 0 from: mkfifo /var/folders/rf/wpytsgzx5q1580_t3q1v4d8w0000gn/T/flutter_tools.TTBcDG/flutter_build_log_pipe.HVqLJF/pipe_to_stdout
[ +3 ms] Running Xcode build...
[ +1 ms] executing: [/Users/collinesmon/mygolfcourse_flutter/my_golf_course/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/Users/collinesmon/mygolfcourse_flutter/my_golf_course/build/ios -sdk iphonesimulator -arch x86_64
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/rf/wpytsgzx5q1580_t3q1v4d8w0000gn/T/flutter_tools.TTBcDG/flutter_build_log_pipe.HVqLJF/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO
info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: MGCButton.height, MGCButton.filled • lib/MGC_widgets.dart:3:7 • must_be_immutable
info • This function has a return type of 'CourseCondition', but doesn't end with a return statement • lib/course_condition.dart:43:26 • missing_return
info • Unused import: 'package:flutter/material.dart' • lib/course_create_helper.dart:2:8 • unused_import
info • Unused import: 'package:uuid/uuid.dart' • lib/course_invite.dart:3:8 • unused_import
info • Unused import: 'package:my_golf_course/new_event_page.dart' • lib/event_detail_page.dart:7:8 • unused_import
info • Unused import: 'package:flutter_picker/flutter_picker.dart' • lib/event_detail_page.dart:9:8 • unused_import
info • Unused import: 'package:auto_size_text/auto_size_text.dart' • lib/home_page.dart:18:8 • unused_import
info • Unused import: 'package:firebase_crashlytics/firebase_crashlytics.dart' • lib/home_page.dart:20:8 • unused_import
info • Unused import: 'package:my_golf_course/auth.dart' • lib/home_sale_pager.dart:3:8 • unused_import
info • Unused import: 'package:my_golf_course/sale_item_detail_page.dart' • lib/home_sale_pager.dart:7:8 • unused_import
info • Unused import: 'package:stripe_payment/stripe_payment.dart' • lib/home_sale_pager.dart:9:8 • unused_import
info • Unused import: 'package:my_golf_course/scorecard.dart' • lib/live_event_detail.dart:4:8 • unused_import
info • Unused import: 'package:cloud_firestore/cloud_firestore.dart' • lib/live_events_page.dart:1:8 • unused_import
info • This function has a return type of 'String', but doesn't end with a return statement • lib/live_events_page.dart:107:10 • missing_return
info • Duplicate import • lib/login_signup.dart:7:8 • duplicate_import
info • 'requestPermission' is deprecated and shouldn't be used. Call Geolocator.requestPermission() instead.This feature was deprecated after 6.0.0+4. • lib/map_scorecard.dart:49:5 • deprecated_member_use
info • 'getPositionStream' is deprecated and shouldn't be used. Call Geolocator.getPositionStream() instead.This feature was deprecated after 6.0.0+4. • lib/map_scorecard.dart:50:19 • deprecated_member_use
info • 'distanceBetween' is deprecated and shouldn't be used. Call Geolocator.distanceBetween() instead.This feature was deprecated after 6.0.0+4. • lib/map_scorecard.dart:139:24 • deprecated_member_use
info • 'distanceBetween' is deprecated and shouldn't be used. Call Geolocator.distanceBetween() instead.This feature was deprecated after 6.0.0+4. • lib/map_scorecard.dart:212:23 • deprecated_member_use
info • 'distanceBetween' is deprecated and shouldn't be used. Call Geolocator.distanceBetween() instead.This feature was deprecated after 6.0.0+4. • lib/map_scorecard.dart:221:21 • deprecated_member_use
info • 'distanceBetween' is deprecated and shouldn't be used. Call Geolocator.distanceBetween() instead.This feature was deprecated after 6.0.0+4. • lib/map_scorecard.dart:229:24 • deprecated_member_use
info • 'requestPermission' is deprecated and shouldn't be used. Call Geolocator.requestPermission() instead.This feature was deprecated after 6.0.0+4. • lib/map_scorecard.dart:293:21 • deprecated_member_use
info • 'bearingBetween' is deprecated and shouldn't be used. Call geolocator.bearingBetween() instead.This feature was deprecated after 6.0.0+4. • lib/map_scorecard.dart:307:24 • deprecated_member_use
info • The receiver uses '?.', so its value can be null • lib/messages_page.dart:64:62 • can_be_null_after_null_aware
info • Unused import: 'package:flutter_datetime_picker/flutter_datetime_picker.dart' • lib/new_event_page.dart:3:8 • unused_import
info • Duplicate import • lib/new_event_page.dart:10:8 • duplicate_import
info • Unused import: 'package:flutter_datetime_picker/flutter_datetime_picker.dart' • lib/new_event_page.dart:10:8 • unused_import
info • This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: NewLiveEventPage.isActive • lib/new_live_event_page.dart:11:7 • must_be_immutable
info • The value of the local variable 'deviceSupportNativePay' isn't used • lib/payment_manager.dart:112:10 • unused_local_variable
info • The value of the local variable 'isNativeReady' isn't used • lib/payment_manager.dart:113:10 • unused_local_variable
info • Avoid using braces in interpolation when not needed • lib/push_notifications.dart:30:33 • unnecessary_brace_in_string_interps
info • Avoid using braces in interpolation when not needed • lib/push_notifications.dart:35:37 • unnecessary_brace_in_string_interps
info • The receiver uses '?.', so its value can be null • lib/root_page.dart:85:59 • can_be_null_after_null_aware
info • Avoid using braces in interpolation when not needed • lib/scorecard.dart:65:17 • unnecessary_brace_in_string_interps
info • This function has a return type of 'Widget', but doesn't end with a return statement • lib/tab_bar_page.dart:75:27 • missing_return
info • Unused import: 'package:my_golf_course/score.dart' • lib/user.dart:3:8 • unused_import
[✓] Flutter (Channel stable, 1.22.2, on Mac OS X 10.15.7 19H2, locale en-US)
• Flutter version 1.22.2 at /Users/collinesmon/flutter
• Framework revision 84f3d28555 (3 weeks ago), 2020-10-15 16:26:19 -0700
• Engine revision b8752bbfff
• Dart version 2.10.2
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at /Users/collinesmon/Library/Android/sdk
• Platform android-29, build-tools 29.0.2
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 12.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.1, Build version 12A7403
• CocoaPods version 1.8.4
[!] Android Studio (version 4.1)
• Android Studio at /Applications/Android Studio.app/Contents
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
[✓] Connected device (2 available)
• Collin’s iPhone (mobile) • 00008020-000545522103002E • ios • iOS 14.1
• iPhone 12 Pro Max (mobile) • 29BAC62A-0F8F-4D6E-B8BB-02594E5E55DB • ios • com.apple.CoreSimulator.SimRuntime.iOS-14-1 (simulator)
Pubspec.yaml:
name: my_golf_course
description: A new Flutter application.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
firebase_core: ^0.5.0
firebase_auth: ^0.18.0+1
cloud_firestore: ^0.14.0+2
latlong: ^0.6.1
google_maps_flutter: ^0.5.31
flutter_counter: ^1.0.3
geolocator: ^6.0.0
uuid: ^2.2.2
firebase_messaging: ^7.0.0
http: ^0.12.2
cloud_functions: ^0.6.0
firebase_storage: ^4.0.0
weather: ^1.2.3
url_launcher: ^5.7.2
flutter_picker: ^1.1.5
maps_toolkit: ^1.1.0+2
grouped_list: ^3.5.0
intl: ^0.16.1
stripe_payment: ^1.0.8
auto_size_text: ^2.1.0
device_calendar: ^3.1.0
firebase_crashlytics: ^0.2.1+1
firebase_analytics: ^6.0.2
progress_dialog: ^1.2.4
flutter_datetime_picker: ^1.4.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.3
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/cancelled@2x.png
- assets/ball.png
- assets/Logo.png
- assets/location@3x.png
- assets/phone@3x.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: Open Sans
fonts:
- asset: assets/fonts/OpenSans-Bold.ttf
weight: 700
- asset: assets/fonts/OpenSans-ExtraBold.ttf
weight: 800
- asset: assets/fonts/OpenSans-Light.ttf
weight: 300
- asset: assets/fonts/OpenSans-Regular.ttf
weight: 400
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
Metadata
Metadata
Assignees
Labels
No labels