Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use firebase_analytics #10075

Closed
arashbi opened this issue May 14, 2017 · 12 comments
Closed

Cannot use firebase_analytics #10075

arashbi opened this issue May 14, 2017 · 12 comments
Labels
p: firebase Firebase plugins

Comments

@arashbi
Copy link

arashbi commented May 14, 2017

Steps to Reproduce

Create a new project, add firebase_analytics: to pubspec.

Logs

Run your application with flutter run and attach all the log output.

Running "flutter packages get" in test1...            1.8s
Launching lib/main.dart on iPhone 6 in debug mode...
Running pod install...                                1.9s
Running Xcode build...                                2.7s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **
    
    
    The following build commands failed:
    	CompileC /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/FirebaseAnalyticsPlugin.o /Users/arash/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-0.0.1/ios/Classes/FirebaseAnalyticsPlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    (1 failure)
Xcode's output:
↳
    Build settings from command line:
        ARCHS = x86_64
        BUILD_DIR = /Users/arash/Src/flutter-projects/test1/build/ios
        ONLY_ACTIVE_ARCH = YES
        SDKROOT = iphonesimulator10.1
    
    === CLEAN TARGET GoogleToolboxForMac OF PROJECT Pods WITH CONFIGURATION Release ===
    
    Check dependencies
    
    Clean.Remove clean /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build
        builtin-rm -rf /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build
    
    Clean.Remove clean /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework.dSYM
        builtin-rm -rf /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework.dSYM
    
    Clean.Remove clean /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework
        builtin-rm -rf /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework
    
    === CLEAN TARGET firebase_analytics OF PROJECT Pods WITH CONFIGURATION Release ===
    
    Check dependencies
    
    Create product structure
    /bin/mkdir -p /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/firebase_analytics.framework
    /bin/mkdir -p /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/firebase_analytics.framework/Headers
    
    Clean.Remove clean /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/firebase_analytics.framework
        builtin-rm -rf /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/firebase_analytics.framework
    
    Clean.Remove clean /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/firebase_analytics.framework.dSYM
        builtin-rm -rf /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/firebase_analytics.framework.dSYM
    
    Clean.Remove clean /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build
        builtin-rm -rf /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build
    
    === CLEAN TARGET Pods-Runner OF PROJECT Pods WITH CONFIGURATION Release ===
    
    Check dependencies
    
    Clean.Remove clean /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/Pods_Runner.framework
        builtin-rm -rf /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/Pods_Runner.framework
    
    Clean.Remove clean /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/Pods-Runner.build
        builtin-rm -rf /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/Pods-Runner.build
    
    === CLEAN TARGET Runner OF PROJECT Runner WITH CONFIGURATION Release ===
    
    Check dependencies
    
    Clean.Remove clean /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/Runner.app
        builtin-rm -rf /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/Runner.app
    
    Clean.Remove clean /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/Runner.app.dSYM
        builtin-rm -rf /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/Runner.app.dSYM
    
    Clean.Remove clean /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build
        builtin-rm -rf /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build
    
    ** CLEAN SUCCEEDED **
    
    === BUILD TARGET GoogleToolboxForMac OF PROJECT Pods WITH CONFIGURATION Release ===
    
    Check dependencies
    
    Write auxiliary files
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac.hmap
    /bin/mkdir -p /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/DerivedSources
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/DerivedSources/GoogleToolboxForMac_vers.c
    /bin/mkdir -p /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac.LinkFileList
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-all-non-framework-target-headers.hmap
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-project-headers.hmap
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/module.modulemap
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-all-target-headers.hmap
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-own-target-headers.hmap
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/all-product-headers.yaml
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-generated-files.hmap
    
    Create product structure
    /bin/mkdir -p /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework
    /bin/mkdir -p /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers
    
    ProcessInfoPlistFile /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/Info.plist Target\ Support\ Files/GoogleToolboxForMac/Info.plist
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        builtin-infoPlistUtility /Users/arash/Src/flutter-projects/test1/ios/Pods/Target\ Support\ Files/GoogleToolboxForMac/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/Info.plist
    
    CompileC /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac_vers.o /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/DerivedSources/GoogleToolboxForMac_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export LANG=en_US.US-ASCII
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -gmodules -fmodules-cache-path=/Users/arash/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/arash/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Xclang -fmodule-implementation-of -Xclang GoogleToolboxForMac -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wunreachable-code -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DPOD_CONFIGURATION_RELEASE=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -iquote /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-generated-files.hmap -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-own-target-headers.hmap -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-all-non-framework-target-headers.hmap -ivfsoverlay /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/all-product-headers.yaml -iquote /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-project-headers.hmap -I/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/include -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Private -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/Firebase -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseAnalytics -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseCore -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseInstanceID -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/Flutter -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/DerivedSources/x86_64 -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/DerivedSources -F/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac -MMD -MT dependencies -MF /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac_vers.d --serialize-diagnostics /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac_vers.dia -c /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/DerivedSources/GoogleToolboxForMac_vers.c -o /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac_vers.o
    
    CompileC /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GTMNSData+zlib.o GoogleToolboxForMac/Foundation/GTMNSData+zlib.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export LANG=en_US.US-ASCII
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/arash/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/arash/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Xclang -fmodule-implementation-of -Xclang GoogleToolboxForMac -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DPOD_CONFIGURATION_RELEASE=1 -DCOCOAPODS=1 -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-generated-files.hmap -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-own-target-headers.hmap -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-all-non-framework-target-headers.hmap -ivfsoverlay /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/all-product-headers.yaml -iquote /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-project-headers.hmap -I/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/include -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Private -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/Firebase -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseAnalytics -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseCore -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseInstanceID -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/Flutter -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/DerivedSources/x86_64 -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/DerivedSources -F/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac -DOS_OBJECT_USE_OBJC=0 -include /Users/arash/Src/flutter-projects/test1/ios/Pods/Target\ Support\ Files/GoogleToolboxForMac/GoogleToolboxForMac-prefix.pch -MMD -MT dependencies -MF /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GTMNSData+zlib.d --serialize-diagnostics /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GTMNSData+zlib.dia -c /Users/arash/Src/flutter-projects/test1/ios/Pods/GoogleToolboxForMac/Foundation/GTMNSData+zlib.m -o /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GTMNSData+zlib.o
    
    CompileC /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac-dummy.o Target\ Support\ Files/GoogleToolboxForMac/GoogleToolboxForMac-dummy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export LANG=en_US.US-ASCII
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/arash/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/arash/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Xclang -fmodule-implementation-of -Xclang GoogleToolboxForMac -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DPOD_CONFIGURATION_RELEASE=1 -DCOCOAPODS=1 -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-generated-files.hmap -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-own-target-headers.hmap -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-all-non-framework-target-headers.hmap -ivfsoverlay /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/all-product-headers.yaml -iquote /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/GoogleToolboxForMac-project-headers.hmap -I/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/include -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Private -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/Firebase -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseAnalytics -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseCore -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseInstanceID -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/Flutter -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/DerivedSources/x86_64 -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/DerivedSources -F/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac -include /Users/arash/Src/flutter-projects/test1/ios/Pods/Target\ Support\ Files/GoogleToolboxForMac/GoogleToolboxForMac-prefix.pch -MMD -MT dependencies -MF /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac-dummy.d --serialize-diagnostics /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac-dummy.dia -c /Users/arash/Src/flutter-projects/test1/ios/Pods/Target\ Support\ Files/GoogleToolboxForMac/GoogleToolboxForMac-dummy.m -o /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac-dummy.o
    
    Ld /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/GoogleToolboxForMac normal x86_64
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export IPHONEOS_DEPLOYMENT_TARGET=8.0
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk -L/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac -F/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac -filelist /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac.LinkFileList -install_name @rpath/GoogleToolboxForMac.framework/GoogleToolboxForMac -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=8.0 -Xlinker -object_path_lto -Xlinker /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac_lto.o -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -lz -framework Foundation -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac_dependency_info.dat -o /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/GoogleToolboxForMac
    
    GenerateDSYMFile /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework.dSYM /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/GoogleToolboxForMac
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/GoogleToolboxForMac -o /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework.dSYM
    
    CpHeader Target\ Support\ Files/GoogleToolboxForMac/GoogleToolboxForMac-umbrella.h /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers/GoogleToolboxForMac-umbrella.h
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/arash/Src/flutter-projects/test1/ios/Pods/Target\ Support\ Files/GoogleToolboxForMac/GoogleToolboxForMac-umbrella.h /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers
    
    CpHeader GoogleToolboxForMac/Foundation/GTMNSData+zlib.h /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers/GTMNSData+zlib.h
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/arash/Src/flutter-projects/test1/ios/Pods/GoogleToolboxForMac/Foundation/GTMNSData+zlib.h /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers
    
    CpHeader GoogleToolboxForMac/GTMDefines.h /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers/GTMDefines.h
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/arash/Src/flutter-projects/test1/ios/Pods/GoogleToolboxForMac/GTMDefines.h /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers
    
    Ditto /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/module.modulemap /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/Modules/module.modulemap
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/GoogleToolboxForMac.build/module.modulemap /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework/Modules
    
    Touch /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        /usr/bin/touch -c /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework
    
    CodeSign /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        
    Signing Identity:     "-"
    
        /usr/bin/codesign --force --sign - --timestamp=none /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac/GoogleToolboxForMac.framework
    
    === BUILD TARGET firebase_analytics OF PROJECT Pods WITH CONFIGURATION Release ===
    
    Check dependencies
    
    Write auxiliary files
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-all-non-framework-target-headers.hmap
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-project-headers.hmap
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics.hmap
    /bin/mkdir -p /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/DerivedSources
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/DerivedSources/firebase_analytics_vers.c
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/module.modulemap
    /bin/mkdir -p /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/firebase_analytics.LinkFileList
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-generated-files.hmap
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-all-target-headers.hmap
    write-file /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-own-target-headers.hmap
    
    Create product structure
    /bin/mkdir -p /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/firebase_analytics.framework
    /bin/mkdir -p /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/firebase_analytics.framework/Headers
    
    ProcessInfoPlistFile /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/firebase_analytics.framework/Info.plist Target\ Support\ Files/firebase_analytics/Info.plist
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        builtin-infoPlistUtility /Users/arash/Src/flutter-projects/test1/ios/Pods/Target\ Support\ Files/firebase_analytics/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/firebase_analytics.framework/Info.plist
    
    CompileC /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/firebase_analytics-dummy.o Target\ Support\ Files/firebase_analytics/firebase_analytics-dummy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export LANG=en_US.US-ASCII
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/arash/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/arash/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Xclang -fmodule-implementation-of -Xclang firebase_analytics -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DPOD_CONFIGURATION_RELEASE=1 -DCOCOAPODS=1 -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-generated-files.hmap -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-own-target-headers.hmap -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-all-non-framework-target-headers.hmap -ivfsoverlay /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/all-product-headers.yaml -iquote /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-project-headers.hmap -I/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/include -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Private -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/Firebase -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseAnalytics -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseCore -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseInstanceID -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/Flutter -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/DerivedSources/x86_64 -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/DerivedSources -F/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics -F/Users/arash/Src/flutter-projects/test1/ios/Pods/../../../../flutter/bin/cache/artifacts/engine/ios -F/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac -include /Users/arash/Src/flutter-projects/test1/ios/Pods/Target\ Support\ Files/firebase_analytics/firebase_analytics-prefix.pch -MMD -MT dependencies -MF /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/firebase_analytics-dummy.d --serialize-diagnostics /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/firebase_analytics-dummy.dia -c /Users/arash/Src/flutter-projects/test1/ios/Pods/Target\ Support\ Files/firebase_analytics/firebase_analytics-dummy.m -o /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/firebase_analytics-dummy.o
    
    CompileC /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/FirebaseAnalyticsPlugin.o /Users/arash/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-0.0.1/ios/Classes/FirebaseAnalyticsPlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export LANG=en_US.US-ASCII
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/arash/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/arash/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Xclang -fmodule-implementation-of -Xclang firebase_analytics -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DPOD_CONFIGURATION_RELEASE=1 -DCOCOAPODS=1 -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-generated-files.hmap -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-own-target-headers.hmap -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-all-non-framework-target-headers.hmap -ivfsoverlay /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/all-product-headers.yaml -iquote /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-project-headers.hmap -I/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/include -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Private -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/Firebase -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseAnalytics -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseCore -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseInstanceID -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/Flutter -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/DerivedSources/x86_64 -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/DerivedSources -F/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics -F/Users/arash/Src/flutter-projects/test1/ios/Pods/../../../../flutter/bin/cache/artifacts/engine/ios -F/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac -include /Users/arash/Src/flutter-projects/test1/ios/Pods/Target\ Support\ Files/firebase_analytics/firebase_analytics-prefix.pch -MMD -MT dependencies -MF /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/FirebaseAnalyticsPlugin.d --serialize-diagnostics /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/FirebaseAnalyticsPlugin.dia -c /Users/arash/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-0.0.1/ios/Classes/FirebaseAnalyticsPlugin.m -o /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/FirebaseAnalyticsPlugin.o
    In file included from /Users/arash/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-0.0.1/ios/Classes/FirebaseAnalyticsPlugin.m:7:
    /Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Private/Firebase/Firebase.h:1:9: fatal error: 'FirebaseAnalytics/FirebaseAnalytics.h' file not found
    #import <FirebaseAnalytics/FirebaseAnalytics.h>
            ^
    1 error generated.
    
    CompileC /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/firebase_analytics_vers.o /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/DerivedSources/firebase_analytics_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
        cd /Users/arash/Src/flutter-projects/test1/ios/Pods
        export LANG=en_US.US-ASCII
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/arash/google-cloud-sdk/bin:/Users/arash/Src/flutter/bin/:/Users/arash/.nvm/versions/node/v7.7.2/bin:/Users/arash/Library/Python/2.7/bin/:/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/Users/arash/tools/android-sdk/platform-tools"
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -gmodules -fmodules-cache-path=/Users/arash/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/arash/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Xclang -fmodule-implementation-of -Xclang firebase_analytics -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wunreachable-code -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DPOD_CONFIGURATION_RELEASE=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -iquote /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-generated-files.hmap -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-own-target-headers.hmap -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-all-non-framework-target-headers.hmap -ivfsoverlay /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/all-product-headers.yaml -iquote /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/firebase_analytics-project-headers.hmap -I/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics/include -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Private -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/Firebase -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseAnalytics -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseCore -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/FirebaseInstanceID -I/Users/arash/Src/flutter-projects/test1/ios/Pods/Headers/Public/Flutter -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/DerivedSources/x86_64 -I/Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/DerivedSources -F/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/firebase_analytics -F/Users/arash/Src/flutter-projects/test1/ios/Pods/../../../../flutter/bin/cache/artifacts/engine/ios -F/Users/arash/Src/flutter-projects/test1/build/ios/Release-iphonesimulator/GoogleToolboxForMac -MMD -MT dependencies -MF /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/firebase_analytics_vers.d --serialize-diagnostics /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/firebase_analytics_vers.dia -c /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/DerivedSources/firebase_analytics_vers.c -o /Users/arash/Library/Developer/Xcode/DerivedData/Runner-cbxojmyavphujacbnszzukpyrxvx/Build/Intermediates/Pods.build/Release-iphonesimulator/firebase_analytics.build/Objects-normal/x86_64/firebase_analytics_vers.o
    
Could not build the application for the simulator.
Error launching application on iPhone 6.

Run flutter analyze and attach any output of that command also.

Analyzing /Users/arash/Src/flutter-projects/test1...
No issues found!
Ran in 4.5s

Flutter Doctor

➜  test1 flutter doctor

[✓] Flutter (on Mac OS X 10.11.6 15G1217, channel master)
    • Flutter at /Users/arash/Src/flutter
    • Framework revision c5cf8e0190 (19 hours ago), 2017-05-13 11:11:58 -0700
    • Engine revision f1bfdddfc8
    • Tools Dart version 1.23.0-dev.11.11

[✓] Android toolchain - develop for Android devices (Android SDK 25.0.2)
    • Android SDK at /Users/arash/tools/android-sdk
    • Platform android-25, build-tools 25.0.2
    • ANDROID_HOME = /Users/arash/tools/android-sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version: OpenJDK Runtime Environment (build 1.8.0_112-release-b06)

[✓] iOS toolchain - develop for iOS devices (Xcode 8.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 8.1, Build version 8B62
    • ios-deploy 1.9.1
    • CocoaPods version 1.2.1

[✓] Android Studio (version unknown)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Gradle version 3.2
    • Java version: OpenJDK Runtime Environment (build 1.8.0_112-release-b06)

[✓] IntelliJ IDEA Community Edition (version 2017.1.2)
    • Dart plugin version 171.4424
    • Flutter plugin version 13.1

[✓] Connected devices
    • iPhone 6 • BC019917-62C7-4E32-8724-B9AFAF05A61B • ios • iOS 10.1 (simulator)

Also related to this:
#10068

For more information about diagnosing and reporting Flutter bugs, please see https://flutter.io/bug-reports/.

@eseidelGoogle
Copy link
Contributor

I believe @yjbanov wrote this one. Or @collinjackson would know.

@eseidelGoogle eseidelGoogle added the p: firebase Firebase plugins label May 14, 2017
@goderbauer
Copy link
Member

Is this another instance of #9694 as Jakob pointed out in #10068 (comment)? Removing use_frameworks! from ios/Podfile might resolve it.

@collinjackson
Copy link
Contributor

Yes, that does appear to be the issue.

@arashbi
Copy link
Author

arashbi commented May 15, 2017 via email

@collinjackson
Copy link
Contributor

If Swift plugins become a thing, we'll want it back, but it should be fine to leave that line out for now.

@eseidelGoogle
Copy link
Contributor

@rxlabz has a swift plugin template, btw: https://github.com/rxlabz/FlutterSwiftPlugin-template, but I don't think we have any published swift plugins at this point.

@rxlabz
Copy link
Contributor

rxlabz commented May 15, 2017

sorry, my template doesn't work with the new plugin API ( cf last comment from #9798 )

@mit-mit
Copy link
Member

mit-mit commented May 17, 2017

Closing. We will continue to track the use_frameworks issue in #9694

@mit-mit mit-mit closed this as completed May 17, 2017
@CharlesCleveJr
Copy link

I believe I may have a similar issue. Please review the contents of my podfile and let me know if everything looks OK.

#Uncomment this line to define a global platform for your project
# platform :ios, '9.0'

if ENV['FLUTTER_FRAMEWORK_DIR'] == nil
  abort('Please set FLUTTER_FRAMEWORK_DIR to the directory containing Flutter.framework')
end

target 'Runner' do
  # Pods for Runner

  # Flutter Pods
  pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']

  if File.exists? '../.flutter-plugins'
    flutter_root = File.expand_path('..')
    File.foreach('../.flutter-plugins') { |line|
      plugin = line.split(pattern='=')
      if plugin.length == 2
        name = plugin[0].strip()
        path = plugin[1].strip()
        resolved_path = File.expand_path("#{path}/ios", flutter_root)
        pod name, :path => resolved_path
      else
        puts "Invalid plugin specification: #{line}"
      end
    }
  end
end

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['ENABLE_BITCODE'] = 'NO'
    end
  end
end

@ch-muhammad-adil
Copy link

In your podfile where You see

target 'Runner' do
  use_frameworks!  

comment user_frameworks!

target 'Runner' do
  # use_frameworks!  

and go to path /ios of the project

run

pod install

and cheers.

a-siva added a commit that referenced this issue Jul 25, 2019
flutter/engine@72341ed03 Roll fuchsia/sdk/core/linux-amd64 from gQ3ztEQmdEh3iE6n9EO6iGRdmDSX-edmP5WyE-Ui4BEC to gTG1jp04GzBudVJqRxulXYOEQgbYTUQgnqLDYAq7z3sC (#10115)
flutter/engine@d66031f2a Roll src/third_party/dart 82f657d7cb..0c97c31b6e (7 commits) (#10114)
flutter/engine@f742514a5 Cache font family lookups that fail to obtain a font collection (#10109)
flutter/engine@7c177724c Roll fuchsia/sdk/core/mac-amd64 from A21rwGAUjpjVTX8HgpT9Iyx6J_QZBRDhu-5GAclrf00C to UCAnzi4k9pA30l_iZ2Ru51Tc3Ke6iacIdjFMgVUVdRMC (#10107)
flutter/engine@c3165da09 Roll src/third_party/skia fdf4bfe6d389..b3956dc6ba6a (1 commits) (#10101)
flutter/engine@71702b3f8 Roll fuchsia/sdk/core/linux-amd64 from gPDgr6u-BPJTgV2Nf0tlg9MTY3JwGW0cETtsQcx365AC to gQ3ztEQmdEh3iE6n9EO6iGRdmDSX-edmP5WyE-Ui4BEC (#10103)
flutter/engine@f393da22d [fuchsia] copy over the cmx file (#10087)
flutter/engine@8ebd15d26 Roll src/third_party/skia f564f1515bde..fdf4bfe6d389 (1 commits) (#10100)
flutter/engine@f529a251b Roll fuchsia/sdk/core/mac-amd64 from lvLKs8Q4CKm_XLoZCQ72RO0RHI6yvJXnA9M_M8r4-aAC to A21rwGAUjpjVTX8HgpT9Iyx6J_QZBRDhu-5GAclrf00C (#10099)
flutter/engine@d409df823 Roll src/third_party/dart 9c148623c5..82f657d7cb (25 commits)
flutter/engine@acd139ce6 Roll src/third_party/skia 1cd1ed8976c4..f564f1515bde (1 commits) (#10097)
flutter/engine@f2c9da4a0 Roll src/third_party/skia 3ae30cc2e6e0..1cd1ed8976c4 (1 commits) (#10096)
flutter/engine@d2f0b9ef1 Roll fuchsia/sdk/core/linux-amd64 from MCDItwEzechMpZAiI0QOzuiTtNUGArUa4TprH0Er-7QC to gPDgr6u-BPJTgV2Nf0tlg9MTY3JwGW0cETtsQcx365AC (#10095)
flutter/engine@0f4db494a Roll fuchsia/sdk/core/mac-amd64 from EH_61w2lpSn0UmpJkynWM6tiT0nnKk1GhTRRKK2cGMwC to lvLKs8Q4CKm_XLoZCQ72RO0RHI6yvJXnA9M_M8r4-aAC (#10094)
flutter/engine@298799991 Roll src/third_party/skia 0f9c660aa939..3ae30cc2e6e0 (1 commits) (#10093)
flutter/engine@a4d2d3648 Roll fuchsia/sdk/core/linux-amd64 from tCzkXNr7cb5OAbS5NcJ4F_g0DgVj3w8rfbT14AcaTHoC to MCDItwEzechMpZAiI0QOzuiTtNUGArUa4TprH0Er-7QC (#10090)
flutter/engine@d27a6373d Roll fuchsia/sdk/core/mac-amd64 from xNAaLqZJk8Bkz00BaHGzE8hCpiohggO7KabM3g2wdsQC to EH_61w2lpSn0UmpJkynWM6tiT0nnKk1GhTRRKK2cGMwC (#10089)
flutter/engine@20dc17282 Roll src/third_party/skia d15571af2e1b..0f9c660aa939 (1 commits) (#10088)
flutter/engine@9e7260b9d Roll fuchsia/sdk/core/linux-amd64 from kU0OwJYlceN477ejdh9RXrl7Mp-wUTNvQozlaV96xmQC to tCzkXNr7cb5OAbS5NcJ4F_g0DgVj3w8rfbT14AcaTHoC (#10086)
flutter/engine@0e621d902 [fuchsia] Use the new far package model (#10085)
flutter/engine@bdc713695 [fuchsia] Add sysroot and clang libs to package (#10082)
flutter/engine@72f747ae4 Roll fuchsia/clang/linux-amd64 from apsjZJ9ZIwlS08divc0QwxuNgIFeN4X-52mKR9d8qacC to zHiuOGMDwdWPUkV1B2fHKyRy2fGWGcUgfa2z6dyGAZQC (#10084)
flutter/engine@bfe689ee8 Roll fuchsia/clang/mac-amd64 from USm3Qt9wen4bXoFF0T9Xt8NX-pyEfte2cTYi7geLAhQC to UYD9C8IEkWVi83ef4zwO1Ump2B8cP9Nd5WECjU8l3AUC (#10083)
flutter/engine@cf5d76c17 [fuchsia] Add support for libs in packages (#10081)
flutter/engine@c4c64896a Roll src/third_party/skia 829144cc76fe..d15571af2e1b (2 commits) (#10080)
flutter/engine@25e5d597e Roll fuchsia/sdk/core/linux-amd64 from S_24mhItBb7pfUof8zsJPPSctC7xdlfjDEXEtyO25GYC to kU0OwJYlceN477ejdh9RXrl7Mp-wUTNvQozlaV96xmQC (#10079)
flutter/engine@f7e0614b8 Change ParagraphBuilder to replace the parent style's font families with the child style's font families (#10074)
flutter/engine@eb74f2ce7 One more luci fix (#10078)
flutter/engine@6e732c7f1 Change flutter runner target for LUCI (#10075)
flutter/engine@44ec59b70 Roll src/third_party/dart fedd74669a..9c148623c5 (70 commits) (#10066)
flutter/engine@abf93699f Basic structure for flutter_jit_runner far (#10073)
flutter/engine@3c76b90b2 Track clusters and return cluster boundaries in getGlyphPositionForCoordinates (emoji fix) (#10063)
flutter/engine@e8fb641f6 Enable consts from environment in DDK for flutter_web (#10069)
flutter/engine@bd3870219 [macos] Revert check on FlutterCodecs and refactor message function] (#10009)
flutter/engine@d6e1a93e2 Roll src/third_party/skia e11dfd3da4d7..829144cc76fe (4 commits) (#10072)
flutter/engine@d595af681 Roll fuchsia/sdk/core/linux-amd64 from XqtWTBni4xpYCTr7gqU7rFTuXNY1TZ_zOqBJrZM8c_kC to S_24mhItBb7pfUof8zsJPPSctC7xdlfjDEXEtyO25GYC (#10071)
johnsonmh pushed a commit to johnsonmh/flutter that referenced this issue Jul 30, 2019
flutter/engine@72341ed03 Roll fuchsia/sdk/core/linux-amd64 from gQ3ztEQmdEh3iE6n9EO6iGRdmDSX-edmP5WyE-Ui4BEC to gTG1jp04GzBudVJqRxulXYOEQgbYTUQgnqLDYAq7z3sC (flutter#10115)
flutter/engine@d66031f2a Roll src/third_party/dart 82f657d7cb..0c97c31b6e (7 commits) (flutter#10114)
flutter/engine@f742514a5 Cache font family lookups that fail to obtain a font collection (flutter#10109)
flutter/engine@7c177724c Roll fuchsia/sdk/core/mac-amd64 from A21rwGAUjpjVTX8HgpT9Iyx6J_QZBRDhu-5GAclrf00C to UCAnzi4k9pA30l_iZ2Ru51Tc3Ke6iacIdjFMgVUVdRMC (flutter#10107)
flutter/engine@c3165da09 Roll src/third_party/skia fdf4bfe6d389..b3956dc6ba6a (1 commits) (flutter#10101)
flutter/engine@71702b3f8 Roll fuchsia/sdk/core/linux-amd64 from gPDgr6u-BPJTgV2Nf0tlg9MTY3JwGW0cETtsQcx365AC to gQ3ztEQmdEh3iE6n9EO6iGRdmDSX-edmP5WyE-Ui4BEC (flutter#10103)
flutter/engine@f393da22d [fuchsia] copy over the cmx file (flutter#10087)
flutter/engine@8ebd15d26 Roll src/third_party/skia f564f1515bde..fdf4bfe6d389 (1 commits) (flutter#10100)
flutter/engine@f529a251b Roll fuchsia/sdk/core/mac-amd64 from lvLKs8Q4CKm_XLoZCQ72RO0RHI6yvJXnA9M_M8r4-aAC to A21rwGAUjpjVTX8HgpT9Iyx6J_QZBRDhu-5GAclrf00C (flutter#10099)
flutter/engine@d409df823 Roll src/third_party/dart 9c148623c5..82f657d7cb (25 commits)
flutter/engine@acd139ce6 Roll src/third_party/skia 1cd1ed8976c4..f564f1515bde (1 commits) (flutter#10097)
flutter/engine@f2c9da4a0 Roll src/third_party/skia 3ae30cc2e6e0..1cd1ed8976c4 (1 commits) (flutter#10096)
flutter/engine@d2f0b9ef1 Roll fuchsia/sdk/core/linux-amd64 from MCDItwEzechMpZAiI0QOzuiTtNUGArUa4TprH0Er-7QC to gPDgr6u-BPJTgV2Nf0tlg9MTY3JwGW0cETtsQcx365AC (flutter#10095)
flutter/engine@0f4db494a Roll fuchsia/sdk/core/mac-amd64 from EH_61w2lpSn0UmpJkynWM6tiT0nnKk1GhTRRKK2cGMwC to lvLKs8Q4CKm_XLoZCQ72RO0RHI6yvJXnA9M_M8r4-aAC (flutter#10094)
flutter/engine@298799991 Roll src/third_party/skia 0f9c660aa939..3ae30cc2e6e0 (1 commits) (flutter#10093)
flutter/engine@a4d2d3648 Roll fuchsia/sdk/core/linux-amd64 from tCzkXNr7cb5OAbS5NcJ4F_g0DgVj3w8rfbT14AcaTHoC to MCDItwEzechMpZAiI0QOzuiTtNUGArUa4TprH0Er-7QC (flutter#10090)
flutter/engine@d27a6373d Roll fuchsia/sdk/core/mac-amd64 from xNAaLqZJk8Bkz00BaHGzE8hCpiohggO7KabM3g2wdsQC to EH_61w2lpSn0UmpJkynWM6tiT0nnKk1GhTRRKK2cGMwC (flutter#10089)
flutter/engine@20dc17282 Roll src/third_party/skia d15571af2e1b..0f9c660aa939 (1 commits) (flutter#10088)
flutter/engine@9e7260b9d Roll fuchsia/sdk/core/linux-amd64 from kU0OwJYlceN477ejdh9RXrl7Mp-wUTNvQozlaV96xmQC to tCzkXNr7cb5OAbS5NcJ4F_g0DgVj3w8rfbT14AcaTHoC (flutter#10086)
flutter/engine@0e621d902 [fuchsia] Use the new far package model (flutter#10085)
flutter/engine@bdc713695 [fuchsia] Add sysroot and clang libs to package (flutter#10082)
flutter/engine@72f747ae4 Roll fuchsia/clang/linux-amd64 from apsjZJ9ZIwlS08divc0QwxuNgIFeN4X-52mKR9d8qacC to zHiuOGMDwdWPUkV1B2fHKyRy2fGWGcUgfa2z6dyGAZQC (flutter#10084)
flutter/engine@bfe689ee8 Roll fuchsia/clang/mac-amd64 from USm3Qt9wen4bXoFF0T9Xt8NX-pyEfte2cTYi7geLAhQC to UYD9C8IEkWVi83ef4zwO1Ump2B8cP9Nd5WECjU8l3AUC (flutter#10083)
flutter/engine@cf5d76c17 [fuchsia] Add support for libs in packages (flutter#10081)
flutter/engine@c4c64896a Roll src/third_party/skia 829144cc76fe..d15571af2e1b (2 commits) (flutter#10080)
flutter/engine@25e5d597e Roll fuchsia/sdk/core/linux-amd64 from S_24mhItBb7pfUof8zsJPPSctC7xdlfjDEXEtyO25GYC to kU0OwJYlceN477ejdh9RXrl7Mp-wUTNvQozlaV96xmQC (flutter#10079)
flutter/engine@f7e0614b8 Change ParagraphBuilder to replace the parent style's font families with the child style's font families (flutter#10074)
flutter/engine@eb74f2ce7 One more luci fix (flutter#10078)
flutter/engine@6e732c7f1 Change flutter runner target for LUCI (flutter#10075)
flutter/engine@44ec59b70 Roll src/third_party/dart fedd74669a..9c148623c5 (70 commits) (flutter#10066)
flutter/engine@abf93699f Basic structure for flutter_jit_runner far (flutter#10073)
flutter/engine@3c76b90b2 Track clusters and return cluster boundaries in getGlyphPositionForCoordinates (emoji fix) (flutter#10063)
flutter/engine@e8fb641f6 Enable consts from environment in DDK for flutter_web (flutter#10069)
flutter/engine@bd3870219 [macos] Revert check on FlutterCodecs and refactor message function] (flutter#10009)
flutter/engine@d6e1a93e2 Roll src/third_party/skia e11dfd3da4d7..829144cc76fe (4 commits) (flutter#10072)
flutter/engine@d595af681 Roll fuchsia/sdk/core/linux-amd64 from XqtWTBni4xpYCTr7gqU7rFTuXNY1TZ_zOqBJrZM8c_kC to S_24mhItBb7pfUof8zsJPPSctC7xdlfjDEXEtyO25GYC (flutter#10071)
@kroikie
Copy link

kroikie commented Oct 13, 2019

@arashbi

This issue has been moved to firebase/flutterfire#1008. Any further collaboration will be done there.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p: firebase Firebase plugins
Projects
None yet
Development

No branches or pull requests

9 participants