GithubHelp home page GithubHelp logo

Comments (11)

mogol avatar mogol commented on August 11, 2024 2

Thanks, I reproduced. It works for Objc project, but failed for Swift one.

from flutter_secure_storage.

mogol avatar mogol commented on August 11, 2024 1

Waiting for fix
flutter/flutter#15099

from flutter_secure_storage.

mogol avatar mogol commented on August 11, 2024

Do you have ios/Runner.xcworkspace file? Is there flutter_secure_storage target under Pods project?
Could you share result of ls -la /Users/betorcs/dev/smartcrew/ios/ ?

from flutter_secure_storage.

betorcs avatar betorcs commented on August 11, 2024

Do you have ios/Runner.xcworkspace file?

Yes

Is there flutter_secure_storage target under Pods project?

Yes

➜  smartcrew ls -la ios/Pods/Target\ Support\ Files 
total 16
drwxr-xr-x   5 betorcs  staff   170 Mar  1 11:31 .
drwxr-xr-x   9 betorcs  staff   306 Mar  1 11:31 ..
-rw-r--r--@  1 betorcs  staff  6148 Mar  1 11:31 .DS_Store
drwxr-xr-x  12 betorcs  staff   408 Mar  1 01:24 Pods-Runner
drwxr-xr-x   8 betorcs  staff   272 Mar  1 01:24 flutter_secure_storage

Could you share result of ls -la /Users/betorcs/dev/smartcrew/ios/ ?

Yep

➜  smartcrew ls -la /Users/betorcs/dev/smartcrew/ios/
total 48
drwxr-xr-x  13 betorcs  staff   442 Mar  1 00:56 .
drwxr-xr-x  21 betorcs  staff   714 Mar  1 00:58 ..
-rw-r--r--@  1 betorcs  staff  6148 Mar  1 11:31 .DS_Store
-rw-r--r--   1 betorcs  staff   488 Feb  1 19:56 .gitignore
drwxr-xr-x  10 betorcs  staff   340 Mar  1 01:24 Flutter
drwxr-xr-x   2 betorcs  staff    68 Feb 26 18:37 Frameworks
-rw-r--r--   1 betorcs  staff  2413 Feb 28 21:36 Podfile
-rw-r--r--   1 betorcs  staff   622 Mar  1 01:24 Podfile.lock
drwxr-xr-x   9 betorcs  staff   306 Mar  1 11:31 Pods
drwxr-xr-x   9 betorcs  staff   306 Feb 26 18:19 Runner
drwxr-xr-x   5 betorcs  staff   170 Mar  1 00:57 Runner.xcodeproj
drwxr-xr-x   3 betorcs  staff   102 Feb 26 18:19 Runner.xcworkspace
-rw-r--r--   1 betorcs  staff    15 Mar  1 01:24 ServiceDefinitions.json

from flutter_secure_storage.

mogol avatar mogol commented on August 11, 2024

Hmmmm , looks good. But still feeling that something is wrong with Pods. Could you post results of :

  • pod install command in ios folder
  • xcodebuild -sdk iphonesimulator11.2 -scheme Runner -workspace Runner.xcworkspace

from flutter_secure_storage.

betorcs avatar betorcs commented on August 11, 2024
➜  ios pod install
Analyzing dependencies
Fetching podspec for `Flutter` from `Pods/.symlinks/flutter/ios`
Fetching podspec for `flutter_secure_storage` from `Pods/.symlinks/plugins/flutter_secure_storage-1.0.0/ios`
Downloading dependencies
Using Flutter (1.0.0)
Using flutter_secure_storage (0.0.1)
Generating Pods project
Integrating client project
Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.

[!] Automatically assigning platform `ios` with version `8.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.


➜  ios xcodebuild -sdk iphonesimulator11.2 -scheme Runner -workspace Runner.xcworkspace
Build settings from command line:
    SDKROOT = iphonesimulator11.2

=== BUILD TARGET flutter_secure_storage OF PROJECT Pods WITH CONFIGURATION Debug ===

Check dependencies

ProcessInfoPlistFile /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Info.plist Target\ Support\ Files/flutter_secure_storage/Info.plist
    cd /Users/betorcs/dev/smartcrew/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    builtin-infoPlistUtility /Users/betorcs/dev/smartcrew/ios/Pods/Target\ Support\ Files/flutter_secure_storage/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Info.plist

Ld /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/flutter_secure_storage normal x86_64
    cd /Users/betorcs/dev/smartcrew/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:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    /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/iPhoneSimulator11.2.sdk -L/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage -F/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage -F/Users/betorcs/dev/smartcrew/ios/Pods/.symlinks/flutter/ios -filelist /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_secure_storage.build/Objects-normal/x86_64/flutter_secure_storage.LinkFileList -install_name @rpath/flutter_secure_storage.framework/flutter_secure_storage -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_secure_storage.build/Objects-normal/x86_64/flutter_secure_storage_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -framework Flutter -framework Foundation -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_secure_storage.build/Objects-normal/x86_64/flutter_secure_storage_dependency_info.dat -o /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/flutter_secure_storage

CpHeader Target\ Support\ Files/flutter_secure_storage/flutter_secure_storage-umbrella.h /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers/flutter_secure_storage-umbrella.h
    cd /Users/betorcs/dev/smartcrew/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/betorcs/dev/smartcrew/ios/Pods/Target\ Support\ Files/flutter_secure_storage/flutter_secure_storage-umbrella.h /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers

Ditto /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_secure_storage.build/module.modulemap /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Modules/module.modulemap
    cd /Users/betorcs/dev/smartcrew/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_secure_storage.build/module.modulemap /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Modules

Touch /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework
    cd /Users/betorcs/dev/smartcrew/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    /usr/bin/touch -c /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework

CodeSign /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework
    cd /Users/betorcs/dev/smartcrew/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:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"

Signing Identity:     "-"

    /usr/bin/codesign --force --sign - --timestamp=none /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework

=== BUILD TARGET Pods-Runner OF PROJECT Pods WITH CONFIGURATION Debug ===

Check dependencies

ProcessInfoPlistFile /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework/Info.plist Target\ Support\ Files/Pods-Runner/Info.plist
    cd /Users/betorcs/dev/smartcrew/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    builtin-infoPlistUtility /Users/betorcs/dev/smartcrew/ios/Pods/Target\ Support\ Files/Pods-Runner/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework/Info.plist

Libtool /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework/Pods_Runner normal x86_64
    cd /Users/betorcs/dev/smartcrew/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:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -syslibroot/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -L/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator -filelist /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Pods-Runner.build/Objects-normal/x86_64/Pods_Runner.LinkFileList -framework Foundation -o /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework/Pods_Runner

CpHeader Target\ Support\ Files/Pods-Runner/Pods-Runner-umbrella.h /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework/Headers/Pods-Runner-umbrella.h
    cd /Users/betorcs/dev/smartcrew/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/betorcs/dev/smartcrew/ios/Pods/Target\ Support\ Files/Pods-Runner/Pods-Runner-umbrella.h /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework/Headers

Ditto /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Pods-Runner.build/module.modulemap /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework/Modules/module.modulemap
    cd /Users/betorcs/dev/smartcrew/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Pods-Runner.build/module.modulemap /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework/Modules

Touch /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework
    cd /Users/betorcs/dev/smartcrew/ios/Pods
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    /usr/bin/touch -c /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework

CodeSign /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework
    cd /Users/betorcs/dev/smartcrew/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:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"

Signing Identity:     "-"

    /usr/bin/codesign --force --sign - --timestamp=none /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework
/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Pods_Runner.framework: replacing existing signature

=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===

Check dependencies
The use of Swift 3 @objc inference in Swift 4 mode is deprecated. Please address deprecated @objc inference warnings, test your code with “Use of deprecated Swift 3 @objc inference” logging enabled, and then disable inference by changing the "Swift 3 @objc Inference" buildsetting to "Default" for the "Runner" target.

ProcessProductPackaging "" /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent
    cd /Users/betorcs/dev/smartcrew/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"


Entitlements:

{
    "application-identifier" = "28W9CJL5EX.org.devmaster.smartcrew.smartcrew";
    "keychain-access-groups" =     (
        "28W9CJL5EX.org.devmaster.smartcrew.smartcrew"
    );
}


    builtin-productPackagingUtility -entitlements -format xml -o /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent

PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-66328573F185CF6F526BC47A.sh
    cd /Users/betorcs/dev/smartcrew/ios
    /bin/sh -c /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-66328573F185CF6F526BC47A.sh

PhaseScriptExecution Run\ Script /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
    cd /Users/betorcs/dev/smartcrew/ios
    export ACTION=build
    export AD_HOC_CODE_SIGNING_ALLOWED=YES
    export ALTERNATE_GROUP=staff
    export ALTERNATE_MODE=u+w,go-w,a+rX
    export ALTERNATE_OWNER=betorcs
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
    export ALWAYS_SEARCH_USER_PATHS=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
    export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY=NO
    export APPLY_RULES_IN_COPY_FILES=NO
    export ARCHS=x86_64
    export ARCHS_STANDARD="i386 x86_64"
    export ARCHS_STANDARD_32_64_BIT="i386 x86_64"
    export ARCHS_STANDARD_32_BIT=i386
    export ARCHS_STANDARD_64_BIT=x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64"
    export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64"
    export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
    export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
    export BITCODE_GENERATION_MODE=marker
    export BUILD_ACTIVE_RESOURCES_ONLY=YES
    export BUILD_COMPONENTS="headers build"
    export BUILD_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products
    export BUILD_ROOT=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products
    export BUILD_STYLE=
    export BUILD_VARIANTS=normal
    export BUILT_PRODUCTS_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator
    export CACHE_ROOT=/var/folders/7d/_kx9bz4s75bb4zjqm367tsp80000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
    export CCHROOT=/var/folders/7d/_kx9bz4s75bb4zjqm367tsp80000gn/C/com.apple.DeveloperTools/9.2-9C40b/Xcode
    export CHMOD=/bin/chmod
    export CHOWN=/usr/sbin/chown
    export CLANG_ANALYZER_NONNULL=YES
    export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
    export CLANG_CXX_LIBRARY=libc++
    export CLANG_ENABLE_MODULES=YES
    export CLANG_ENABLE_OBJC_ARC=YES
    export CLANG_MODULES_BUILD_SESSION_FILE=/Users/betorcs/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation
    export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
    export CLANG_WARN_BOOL_CONVERSION=YES
    export CLANG_WARN_COMMA=YES
    export CLANG_WARN_CONSTANT_CONVERSION=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
    export CLANG_WARN_EMPTY_BODY=YES
    export CLANG_WARN_ENUM_CONVERSION=YES
    export CLANG_WARN_INFINITE_RECURSION=YES
    export CLANG_WARN_INT_CONVERSION=YES
    export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
    export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
    export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
    export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
    export CLANG_WARN_STRICT_PROTOTYPES=YES
    export CLANG_WARN_SUSPICIOUS_MOVE=YES
    export CLANG_WARN_UNREACHABLE_CODE=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
    export CLASS_FILE_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses
    export CLEAN_PRECOMPS=YES
    export CLONE_HEADERS=NO
    export CODESIGNING_FOLDER_PATH=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Runner.app
    export CODE_SIGNING_ALLOWED=YES
    export CODE_SIGNING_REQUIRED=YES
    export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext
    export CODE_SIGN_IDENTITY=-
    export COLOR_DIAGNOSTICS=YES
    export COMBINE_HIDPI_IMAGES=NO
    export COMMAND_MODE=legacy
    export COMPILER_INDEX_STORE_ENABLE=Default
    export COMPOSITE_SDK_DIRS=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES=YES
    export CONFIGURATION=Debug
    export CONFIGURATION_BUILD_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator
    export CONFIGURATION_TEMP_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator
    export CONTENTS_FOLDER_PATH=Runner.app
    export COPYING_PRESERVES_HFS_DATA=NO
    export COPY_HEADERS_RUN_UNIFDEF=NO
    export COPY_PHASE_STRIP=NO
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
    export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
    export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos
    export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk
    export CORRESPONDING_DEVICE_SDK_NAME=iphoneos11.2
    export CP=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
    export CURRENT_ARCH=x86_64
    export CURRENT_VARIANT=normal
    export DEAD_CODE_STRIPPING=YES
    export DEBUGGING_SYMBOLS=YES
    export DEBUG_INFORMATION_FORMAT=dwarf
    export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
    export DEFINES_MODULE=NO
    export DEPLOYMENT_LOCATION=NO
    export DEPLOYMENT_POSTPROCESSING=NO
    export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min
    export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min=
    export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2"
    export DERIVED_FILES_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
    export DERIVED_FILE_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
    export DERIVED_SOURCES_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE=English
    export DEVELOPMENT_TEAM=28W9CJL5EX
    export DOCUMENTATION_FOLDER_PATH=Runner.app/English.lproj/Documentation
    export DO_HEADER_SCANNING_IN_JAM=NO
    export DSTROOT=/tmp/Runner.dst
    export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
    export DWARF_DSYM_FOLDER_PATH=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator
    export EFFECTIVE_PLATFORM_NAME=-iphonesimulator
    export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
    export ENABLE_BITCODE=NO
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
    export ENABLE_HEADER_DEPENDENCIES=YES
    export ENABLE_ON_DEMAND_RESOURCES=YES
    export ENABLE_STRICT_OBJC_MSGSEND=YES
    export ENABLE_TESTABILITY=YES
    export ENTITLEMENTS_REQUIRED=YES
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
    export EXECUTABLES_FOLDER_PATH=Runner.app/Executables
    export EXECUTABLE_FOLDER_PATH=Runner.app
    export EXECUTABLE_NAME=Runner
    export EXECUTABLE_PATH=Runner.app/Runner
    export EXPANDED_CODE_SIGN_IDENTITY=-
    export EXPANDED_CODE_SIGN_IDENTITY_NAME=-
    export EXPANDED_PROVISIONING_PROFILE=
    export FILE_LIST=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList
    export FIXED_FILES_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles
    export FLUTTER_APPLICATION_PATH=/Users/betorcs/dev/smartcrew
    export FLUTTER_BUILD_DIR=build
    export FLUTTER_BUILD_MODE=debug
    export FLUTTER_FRAMEWORK_DIR=/Users/betorcs/flutter/bin/cache/artifacts/engine/ios
    export FLUTTER_ROOT=/Users/betorcs/flutter
    export FLUTTER_TARGET=lib/main.dart
    export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
    export FRAMEWORK_FLAG_PREFIX=-framework
    export FRAMEWORK_SEARCH_PATHS="/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage /Users/betorcs/dev/smartcrew/ios/Pods/.symlinks/flutter/ios /Users/betorcs/dev/smartcrew/ios/Flutter"
    export FRAMEWORK_VERSION=A
    export FULL_PRODUCT_NAME=Runner.app
    export GCC3_VERSION=3.3
    export GCC_C_LANGUAGE_STANDARD=gnu99
    export GCC_DYNAMIC_NO_PIC=NO
    export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
    export GCC_NO_COMMON_BLOCKS=YES
    export GCC_OBJC_LEGACY_DISPATCH=YES
    export GCC_OPTIMIZATION_LEVEL=0
    export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
    export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1  COCOAPODS=1 COCOAPODS=1"
    export GCC_SYMBOLS_PRIVATE_EXTERN=NO
    export GCC_TREAT_WARNINGS_AS_ERRORS=NO
    export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
    export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
    export GCC_WARN_UNDECLARED_SELECTOR=YES
    export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION=YES
    export GCC_WARN_UNUSED_VARIABLE=YES
    export GENERATE_MASTER_OBJECT_FILE=NO
    export GENERATE_PKGINFO_FILE=YES
    export GENERATE_PROFILING_CODE=NO
    export GENERATE_TEXT_BASED_STUBS=NO
    export GID=20
    export GROUP=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
    export HEADERMAP_USES_VFS=NO
    export HEADER_SEARCH_PATHS="/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/include /Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public /Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public/Flutter"
    export HIDE_BITCODE_SYMBOLS=YES
    export HOME=/Users/betorcs
    export ICONV=/usr/bin/iconv
    export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
    export INFOPLIST_FILE=Runner/Info.plist
    export INFOPLIST_OUTPUT_FORMAT=binary
    export INFOPLIST_PATH=Runner.app/Info.plist
    export INFOPLIST_PREPROCESS=NO
    export INFOSTRINGS_PATH=Runner.app/English.lproj/InfoPlist.strings
    export INLINE_PRIVATE_FRAMEWORKS=NO
    export INSTALLHDRS_COPY_PHASE=NO
    export INSTALLHDRS_SCRIPT_PHASE=NO
    export INSTALL_DIR=/tmp/Runner.dst/Applications
    export INSTALL_GROUP=staff
    export INSTALL_MODE_FLAG=u+w,go-w,a+rX
    export INSTALL_OWNER=betorcs
    export INSTALL_PATH=/Applications
    export INSTALL_ROOT=/tmp/Runner.dst
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
    export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES=YES
    export JAVA_ARCHIVE_TYPE=JAR
    export JAVA_COMPILER=/usr/bin/javac
    export JAVA_FOLDER_PATH=Runner.app/Java
    export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
    export JAVA_JAR_FLAGS=cv
    export JAVA_SOURCE_SUBDIR=.
    export JAVA_USE_DEPENDENCIES=YES
    export JAVA_ZIP_FLAGS=-urg
    export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
    export KEEP_PRIVATE_EXTERNS=NO
    export LD_DEPENDENCY_INFO_FILE=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat
    export LD_GENERATE_MAP_FILE=NO
    export LD_MAP_FILE_PATH=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-LinkMap-normal-x86_64.txt
    export LD_NO_PIE=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
    export LD_RUNPATH_SEARCH_PATHS=" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks"
    export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX=lex
    export LIBRARY_FLAG_NOSPACE=YES
    export LIBRARY_FLAG_PREFIX=-l
    export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
    export LIBRARY_SEARCH_PATHS="/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator  /Users/betorcs/dev/smartcrew/ios/Flutter"
    export LINKER_DISPLAYS_MANGLED_NAMES=NO
    export LINK_FILE_LIST_normal_x86_64=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES=YES
    export LOCALIZABLE_CONTENT_DIR=
    export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/English.lproj
    export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
    export LOCAL_APPS_DIR=/Applications
    export LOCAL_DEVELOPER_DIR=/Library/Developer
    export LOCAL_LIBRARY_DIR=/Library
    export LOCROOT=
    export LOCSYMROOT=
    export MACH_O_TYPE=mh_execute
    export MAC_OS_X_PRODUCT_BUILD_VERSION=16G1212
    export MAC_OS_X_VERSION_ACTUAL=101206
    export MAC_OS_X_VERSION_MAJOR=101200
    export MAC_OS_X_VERSION_MINOR=1206
    export METAL_LIBRARY_FILE_BASE=default
    export METAL_LIBRARY_OUTPUT_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Runner.app
    export MODULE_CACHE_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/ModuleCache
    export MTL_ENABLE_DEBUG_INFO=YES
    export NATIVE_ARCH=i386
    export NATIVE_ARCH_32_BIT=i386
    export NATIVE_ARCH_64_BIT=x86_64
    export NATIVE_ARCH_ACTUAL=x86_64
    export NO_COMMON=YES
    export OBJC_ABI_VERSION=2
    export OBJECT_FILE_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects
    export OBJECT_FILE_DIR_normal=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal
    export OBJROOT=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH=YES
    export OS=MACOS
    export OSAC=/usr/bin/osacompile
    export OTHER_CFLAGS=" -iquote \"/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" -isystem \"/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public\" -isystem \"/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public/Flutter\" -iquote \"/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" -isystem \"/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public\" -isystem \"/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public/Flutter\""
    export OTHER_CPLUSPLUSFLAGS=" -iquote \"/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" -isystem \"/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public\" -isystem \"/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public/Flutter\" -iquote \"/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" -isystem \"/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public\" -isystem \"/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public/Flutter\""
    export OTHER_LDFLAGS=" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"Flutter\" -framework \"flutter_secure_storage\""
    export PACKAGE_TYPE=com.apple.package-type.wrapper.application
    export PASCAL_STRINGS=YES
    export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
    export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist
    export PFE_FILE_C_DIALECTS=objective-c
    export PKGINFO_FILE_PATH=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo
    export PKGINFO_PATH=Runner.app/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
    export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
    export PLATFORM_DISPLAY_NAME="iOS Simulator"
    export PLATFORM_NAME=iphonesimulator
    export PLATFORM_PREFERRED_ARCH=x86_64
    export PLIST_FILE_OUTPUT_FORMAT=binary
    export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
    export PODS_BUILD_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products
    export PODS_CONFIGURATION_BUILD_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator
    export PODS_PODFILE_DIR_PATH=/Users/betorcs/dev/smartcrew/ios/.
    export PODS_ROOT=/Users/betorcs/dev/smartcrew/ios/Pods
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
    export PRECOMP_DESTINATION_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
    export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
    export PRODUCT_BUNDLE_IDENTIFIER=org.devmaster.smartcrew.smartcrew
    export PRODUCT_MODULE_NAME=Runner
    export PRODUCT_NAME=Runner
    export PRODUCT_SETTINGS_PATH=/Users/betorcs/dev/smartcrew/ios/Runner/Info.plist
    export PRODUCT_TYPE=com.apple.product-type.application
    export PROFILING_CODE=NO
    export PROJECT=Runner
    export PROJECT_DERIVED_FILE_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/DerivedSources
    export PROJECT_DIR=/Users/betorcs/dev/smartcrew/ios
    export PROJECT_FILE_PATH=/Users/betorcs/dev/smartcrew/ios/Runner.xcodeproj
    export PROJECT_NAME=Runner
    export PROJECT_TEMP_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build
    export PROJECT_TEMP_ROOT=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex
    export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
    export REMOVE_CVS_FROM_RESOURCES=YES
    export REMOVE_GIT_FROM_RESOURCES=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
    export REMOVE_HG_FROM_RESOURCES=YES
    export REMOVE_SVN_FROM_RESOURCES=YES
    export REZ_COLLECTOR_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources
    export REZ_OBJECTS_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS="/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator "
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
    export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
    export SCRIPT_INPUT_FILE_COUNT=0
    export SCRIPT_OUTPUT_FILE_COUNT=0
    export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
    export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
    export SDK_DIR_iphonesimulator11_2=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
    export SDK_NAME=iphonesimulator11.2
    export SDK_NAMES=iphonesimulator11.2
    export SDK_PRODUCT_BUILD_VERSION=15C107
    export SDK_VERSION=11.2
    export SDK_VERSION_ACTUAL=110200
    export SDK_VERSION_MAJOR=110000
    export SDK_VERSION_MINOR=200
    export SED=/usr/bin/sed
    export SEPARATE_STRIP=NO
    export SEPARATE_SYMBOL_EDIT=NO
    export SET_DIR_MODE_OWNER_GROUP=YES
    export SET_FILE_MODE_OWNER_GROUP=NO
    export SHALLOW_BUNDLE=YES
    export SHARED_DERIVED_FILE_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/DerivedSources
    export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
    export SHARED_PRECOMPS_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/PrecompiledHeaders
    export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
    export SKIP_INSTALL=NO
    export SOURCE_ROOT=/Users/betorcs/dev/smartcrew/ios
    export SRCROOT=/Users/betorcs/dev/smartcrew/ios
    export STRINGS_FILE_OUTPUT_ENCODING=binary
    export STRIP_BITCODE_FROM_COPIED_FILES=NO
    export STRIP_INSTALLED_PRODUCT=YES
    export STRIP_STYLE=all
    export STRIP_SWIFT_SYMBOLS=YES
    export SUPPORTED_DEVICE_FAMILIES=1,2
    export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
    export SUPPORTS_TEXT_BASED_API=NO
    export SWIFT_OBJC_BRIDGING_HEADER=Runner/Runner-Bridging-Header.h
    export SWIFT_OPTIMIZATION_LEVEL=-Onone
    export SWIFT_PLATFORM_TARGET_PREFIX=ios
    export SWIFT_SWIFT3_OBJC_INFERENCE=On
    export SWIFT_VERSION=4.0
    export SYMROOT=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products
    export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
    export SYSTEM_APPS_DIR=/Applications
    export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
    export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
    export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
    export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR=/System/Library
    export TAPI_VERIFY_MODE=ErrorsOnly
    export TARGETED_DEVICE_FAMILY=1,2
    export TARGETNAME=Runner
    export TARGET_BUILD_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator
    export TARGET_DEVICE_IDENTIFIER="dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder"
    export TARGET_NAME=Runner
    export TARGET_TEMP_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
    export TEMP_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
    export TEMP_FILES_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
    export TEMP_FILE_DIR=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
    export TEMP_ROOT=/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex
    export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
    export UID=501
    export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
    export UNSTRIPPED_PRODUCT=NO
    export USER=betorcs
    export USER_APPS_DIR=/Users/betorcs/Applications
    export USER_LIBRARY_DIR=/Users/betorcs/Library
    export USE_DYNAMIC_NO_PIC=YES
    export USE_HEADERMAP=YES
    export USE_HEADER_SYMLINKS=NO
    export VALIDATE_PRODUCT=NO
    export VALID_ARCHS="i386 x86_64"
    export VERBOSE_PBXCP=NO
    export VERSIONPLIST_PATH=Runner.app/version.plist
    export VERSION_INFO_BUILDER=betorcs
    export VERSION_INFO_FILE=Runner_vers.c
    export VERSION_INFO_STRING="\"@(#)PROGRAM:Runner  PROJECT:Runner-\""
    export WRAPPER_EXTENSION=app
    export WRAPPER_NAME=Runner.app
    export WRAPPER_SUFFIX=.app
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
    export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION=9C40b
    export XCODE_VERSION_ACTUAL=0920
    export XCODE_VERSION_MAJOR=0900
    export XCODE_VERSION_MINOR=0920
    export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
    export YACC=yacc
    export arch=x86_64
    export diagnostic_message_length=137
    export variant=normal
    /bin/sh -c /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
Project /Users/betorcs/dev/smartcrew built and packaged successfully.

CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
    cd /Users/betorcs/dev/smartcrew/ios
    export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name Runner -Onone -enforce-exclusivity=checked -Xfrontend -enable-swift3-objc-inference -Xfrontend -warn-swift3-objc-inference-minimal -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -target x86_64-apple-ios8.0 -g -module-cache-path /Users/betorcs/Library/Developer/Xcode/DerivedData/ModuleCache -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Index/DataStore -Xfrontend -report-errors-to-debugger -swift-version 4 -I /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator -F /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator -F /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage -F /Users/betorcs/dev/smartcrew/ios/Pods/.symlinks/flutter/ios -F /Users/betorcs/dev/smartcrew/ios/Flutter-parse-as-library -c -j4 /Users/betorcs/dev/smartcrew/ios/Runner/AppDelegate.swift -output-file-map /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public -Xcc -I/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public/Flutter -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -Xcc -DDEBUG=1-Xcc -DCOCOAPODS=1 -Xcc -DCOCOAPODS=1 -emit-objc-header -emit-objc-header-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h -import-objc-header /Users/betorcs/dev/smartcrew/ios/Runner/Runner-Bridging-Header.h -pch-output-dir /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/PrecompiledHeaders -Xcc -working-directory/Users/betorcs/dev/smartcrew/ios

PrecompileSwiftBridgingHeader normal x86_64
    cd /Users/betorcs/dev/smartcrew/ios
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -I /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator -F /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator -F /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage -F/Users/betorcs/dev/smartcrew/ios/Pods/.symlinks/flutter/ios -F /Users/betorcs/dev/smartcrew/ios/Flutter -enable-testing -g -module-cache-path /Users/betorcs/Library/Developer/Xcode/DerivedData/ModuleCache -swift-version 4 -enforce-exclusivity=checked -enable-swift3-objc-inference -warn-swift3-objc-inference-minimal -serialize-debugging-options -report-errors-to-debugger -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/all-product-headers.yaml -Xcc-iquote -Xcc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public -Xcc -I/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public/Flutter -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -DCOCOAPODS=1 -Xcc -working-directory/Users/betorcs/dev/smartcrew/ios -serialize-diagnostics-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/PrecompiledHeaders/Runner-Bridging-Header-2BUDZOUOO9A3M.dia /Users/betorcs/dev/smartcrew/ios/Runner/Runner-Bridging-Header.h -index-store-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Index/DataStore -emit-pch -pch-output-dir /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/PrecompiledHeaders
fatal error: file '/Users/betorcs/dev/smartcrew/ios/Runner/GeneratedPluginRegistrant.h' has been modified since the precompiled header '/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/PrecompiledHeaders/Runner-Bridging-Header-swift_3J0SLWTZ4GNL5-clang_219X2B01GHU1F.pch' was built
note: please rebuild precompiled header '/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/PrecompiledHeaders/Runner-Bridging-Header-swift_3J0SLWTZ4GNL5-clang_219X2B01GHU1F.pch'

CompileSwift normal x86_64 /Users/betorcs/dev/smartcrew/ios/Runner/AppDelegate.swift
    cd /Users/betorcs/dev/smartcrew/ios
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -primary-file /Users/betorcs/dev/smartcrew/ios/Runner/AppDelegate.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -I /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator -F /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator -F /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage -F /Users/betorcs/dev/smartcrew/ios/Pods/.symlinks/flutter/ios -F /Users/betorcs/dev/smartcrew/ios/Flutter -enable-testing -g -module-cache-path /Users/betorcs/Library/Developer/Xcode/DerivedData/ModuleCache -swift-version 4 -enforce-exclusivity=checked -enable-swift3-objc-inference -warn-swift3-objc-inference-minimal -serialize-debugging-options -report-errors-to-debugger -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public -Xcc -I/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public/Flutter -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -DCOCOAPODS=1 -Xcc -working-directory/Users/betorcs/dev/smartcrew/ios -emit-module-doc-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate~partial.swiftdoc -serialize-diagnostics-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.dia -import-objc-header /Users/betorcs/dev/smartcrew/ios/Runner/Runner-Bridging-Header.h -pch-output-dir /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/PrecompiledHeaders -pch-disable-validation -Onone -parse-as-library-module-name Runner -emit-module-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate~partial.swiftmodule -emit-dependencies-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.d -emit-reference-dependencies-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.swiftdeps -o /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o -index-store-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Index/DataStore -index-system-modules

MergeSwiftModule normal x86_64 /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule
    cd /Users/betorcs/dev/smartcrew/ios
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -emit-module /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate~partial.swiftmodule -parse-as-library -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -I /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator -F /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator -F /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage -F /Users/betorcs/dev/smartcrew/ios/Pods/.symlinks/flutter/ios -F /Users/betorcs/dev/smartcrew/ios/Flutter -enable-testing -g -module-cache-path /Users/betorcs/Library/Developer/Xcode/DerivedData/ModuleCache -swift-version 4 -enforce-exclusivity=checked -enable-swift3-objc-inference -warn-swift3-objc-inference-minimal -serialize-debugging-options -report-errors-to-debugger -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public -Xcc -I/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public/Flutter -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -Xcc -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -DCOCOAPODS=1 -Xcc -working-directory/Users/betorcs/dev/smartcrew/ios -emit-module-doc-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc -import-objc-header /Users/betorcs/dev/smartcrew/ios/Runner/Runner-Bridging-Header.h -module-name Runner -emit-objc-header-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h -o /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule

Ditto /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h
    cd /Users/betorcs/dev/smartcrew/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    /usr/bin/ditto -rsrc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h

Ditto /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule
    cd /Users/betorcs/dev/smartcrew/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    /usr/bin/ditto -rsrc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule

Ditto /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc
    cd /Users/betorcs/dev/smartcrew/ios
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    /usr/bin/ditto -rsrc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc

CompileC /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/betorcs/dev/smartcrew/ios
    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:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/android-sdk/platform-tools:/Users/betorcs/anaconda3/bin:/Users/betorcs/flutter/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=137 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/betorcs/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/betorcs/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 -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -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 -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Index/DataStore -iquote /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap -ivfsoverlay /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/all-product-headers.yaml -iquote /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/include -I/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public -I/Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public/Flutter -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -I/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -F/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator -F/Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage -F/Users/betorcs/dev/smartcrew/ios/Pods/.symlinks/flutter/ios -F/Users/betorcs/dev/smartcrew/ios/Flutter -iquote /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers -isystem /Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public -isystem /Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public/Flutter -iquote /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Products/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers -isystem /Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public -isystem /Users/betorcs/dev/smartcrew/ios/Pods/Headers/Public/Flutter -MMD -MT dependencies -MF /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d --serialize-diagnostics /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.dia -c /Users/betorcs/dev/smartcrew/ios/Runner/GeneratedPluginRegistrant.m -o /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o
/Users/betorcs/dev/smartcrew/ios/Runner/GeneratedPluginRegistrant.m:6:9: fatal error:
      'flutter_secure_storage/FlutterSecureStoragePlugin.h' file not found
#import <flutter_secure_storage/FlutterSecureStoragePlugin.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

** BUILD FAILED **


The following build commands failed:
        CompileC /Users/betorcs/Library/Developer/Xcode/DerivedData/Runner-ayiqtemrvwhngvecqmnakgnrprpl/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

from flutter_secure_storage.

betorcs avatar betorcs commented on August 11, 2024

I got the same error in an ObjC project. I think it's related to podspec sources paths, I'm using pod 1.4.0 and spec.source :path isn't available https://guides.cocoapods.org/syntax/podspec.html#source.

from flutter_secure_storage.

mogol avatar mogol commented on August 11, 2024

As a workaround, pls go to Xcode-> Pods-> flutter_secure_plugin -> Build Phases and move FlutterSecureStoragePlugin.h to Public

Looking for solution

from flutter_secure_storage.

betorcs avatar betorcs commented on August 11, 2024

Yep, this worked, thanks!

from flutter_secure_storage.

mogol avatar mogol commented on August 11, 2024

Fixed in flutter repo.

from flutter_secure_storage.

hkodes avatar hkodes commented on August 11, 2024

Yep, this worked, thanks!

I'm Stuck with the same issue, but couldn't figure it out. Help pls

from flutter_secure_storage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.