fastlane: iOS build number not correct.
New Issue Checklist
- Updated fastlane to the latest version
- I have read the Contribution Guidelines
Issue Description
Hi everyone, I’m new to fastlane and was trying to automate the process of uploading my project to crashlytics. It works, but I don’t know why, if I use fastlane the build number is set to 2. I would like it to show the actual build I set on the Xcode Project.
Complete output when running fastlane, including the stack trace and command used
iOrangy-Mac:GL-Dash tiferrei$ fastlane ios crashlytics
[18:56:49]: -----------------------------
[18:56:49]: --- Step: update_fastlane ---
[18:56:49]: -----------------------------
[18:56:49]: Looking for updates for cert, credentials_manager, deliver, fastlane, fastlane_core, frameit, gym, match, pem, pilot, produce, scan, screengrab, sigh, snapshot, spaceship, supply...
[18:57:00]: Nothing to update ✅
[18:57:00]: -------------------------------------------------
[18:57:00]: --- Step: Verifying required fastlane version ---
[18:57:00]: -------------------------------------------------
[18:57:00]: fastlane version valid
[18:57:00]: ------------------------------
[18:57:00]: --- Step: default_platform ---
[18:57:00]: ------------------------------
[18:57:00]: Driving the lane 'ios crashlytics' 🚀
[18:57:00]: -----------------------
[18:57:00]: --- Step: cocoapods ---
[18:57:00]: -----------------------
[18:57:00]: $ pod install
[18:57:04]: ▸ Analyzing dependencies
[18:57:04]: ▸ Downloading dependencies
[18:57:04]: ▸ Using ChameleonFramework (2.1.0)
[18:57:04]: ▸ Using Crashlytics (3.7.0)
[18:57:04]: ▸ Using DZNEmptyDataSet (1.8)
[18:57:04]: ▸ Using Fabric (1.6.7)
[18:57:04]: ▸ Using FoldingCell (0.8.1)
[18:57:04]: ▸ Using IQKeyboardManagerSwift (4.0.2)
[18:57:04]: ▸ Using NBNRequestKit (0.3.0)
[18:57:04]: ▸ Using Navigation-stack (0.0.4)
[18:57:04]: ▸ Using Realm (0.102.1)
[18:57:04]: ▸ Using RealmSwift (0.102.1)
[18:57:04]: ▸ Using Smooch (4.2.2)
[18:57:04]: ▸ Using Spring (1.0.3)
[18:57:04]: ▸ Using SwiftSpinner (0.9.5)
[18:57:04]: ▸ Using SwiftString (0.5)
[18:57:04]: ▸ Using TanukiKit (0.3.0)
[18:57:04]: ▸ Generating Pods project
[18:57:09]: ▸ Integrating client project
[18:57:09]: ▸ Sending stats
[18:57:09]: ▸ Pod installation complete! There are 14 dependencies from the Podfile and 15 total pods installed.
[18:57:09]: ------------------------------------
[18:57:09]: --- Step: increment_build_number ---
[18:57:09]: ------------------------------------
[18:57:09]: $ cd /Users/tiferrei/Documents/GL-Dash && agvtool next-version -all && cd -
[18:57:12]: ▸ Setting version of project GL Dash to:
[18:57:12]: ▸ 2.
[18:57:12]: ▸ Also setting CFBundleVersion key (assuming it exists)
[18:57:12]: ▸ Updating CFBundleVersion in Info.plist(s)...
[18:57:12]: ▸ Cannot find "GL Dash.xcodeproj/../ shellScript = "buildNumber=`git rev-list HEAD --count`n/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $buildNumber" "${PROJECT_DIR}/${INFOPLIST_FILE}""
[18:57:12]: ▸ Updated CFBundleVersion in "GL Dash.xcodeproj/../GL Dash Tests/Info.plist" to 2
[18:57:12]: ▸ Updated CFBundleVersion in "GL Dash.xcodeproj/../GL Dash UI Tests/Info.plist" to 2
[18:57:12]: ▸ Updated CFBundleVersion in "GL Dash.xcodeproj/../GL Dash/Info.plist" to 2
[18:57:12]: ▸ /Users/tiferrei/Documents/GL-Dash
[18:57:15]: -----------------
[18:57:15]: --- Step: gym ---
[18:57:15]: -----------------
[18:57:15]: Using legacy build system - waiting for radar to be fixed: https://openradar.appspot.com/radar?id=4952000420642816
[18:57:17]: xcrun xcodebuild -list -workspace 'GL Dash.xcworkspace'
2016-05-16 18:57:18.227 xcodebuild[39839:2204470] [MT] PluginLoading: Required plug-in compatibility UUID ACA8656B-FEA8-4B6D-8E4A-93F4C95C362C for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/RealmBrowser.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2016-05-16 18:57:19.962 xcodebuild[39851:2204535] [MT] PluginLoading: Required plug-in compatibility UUID ACA8656B-FEA8-4B6D-8E4A-93F4C95C362C for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/RealmBrowser.xcplugin' not present in DVTPlugInCompatibilityUUIDs
+----------------------+-----------------------+
| Summary for gym 1.6.3 |
+----------------------+-----------------------+
| sdk | iphoneos9.3 |
| use_legacy_build_api | true |
| workspace | GL Dash.xcworkspace |
| configuration | Release |
| scheme | GL Dash |
| silent | true |
| clean | true |
| output_directory | CrashlyticsBetaBuilds |
| output_name | gl-dash |
| destination | generic/platform=iOS |
| buildlog_path | ~/Library/Logs/gym |
+----------------------+-----------------------+
[18:57:25]: ▸ 2016-05-16 18:57:25.390 xcodebuild[39891:2204618] [MT] PluginLoading: Required plug-in compatibility UUID ACA8656B-FEA8-4B6D-8E4A-93F4C95C362C for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/RealmBrowser.xcplugin' not present in DVTPlugInCompatibilityUUIDs
[18:57:27]: ▸ Cleaning Pods/ChameleonFramework [Release]
[18:57:27]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/DZNEmptyDataSet [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/FoldingCell [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/IQKeyboardManagerSwift [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/NBNRequestKit [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/Navigation-stack [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/Realm [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/Spring [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/SwiftSpinner [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/SwiftString-SwiftString [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/SwiftString [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/TanukiKit [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/RealmSwift [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning Pods/Pods-GL Dash [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Cleaning GL Dash/GL Dash [Release]
[18:57:28]: ▸ Check Dependencies
[18:57:28]: ▸ Clean Succeeded
[18:57:29]: ▸ Building Pods/ChameleonFramework [Release]
[18:57:29]: ▸ Check Dependencies
[18:57:53]: ▸ Processing Info.plist
[18:58:41]: ▸ Compiling ChameleonShorthand.swift
[18:58:43]: ▸ Compiling ChameleonShorthand.swift
[18:58:44]: ▸ Compiling Chameleon_.m
[18:58:44]: ▸ Compiling ChameleonConstants.m
[18:58:44]: ▸ Compiling ChameleonFramework-dummy.m
[18:58:44]: ▸ Compiling NSArray+Chameleon.m
[18:58:45]: ▸ Compiling UIAppearance+Swift.m
[18:58:45]: ▸ Compiling UIButton+Chameleon.m
[18:58:45]: ▸ Compiling UIColor+Chameleon.m
[18:58:46]: ▸ Compiling UIColor+ChameleonPrivate.m
[18:58:46]: ▸ Compiling UIImage+ChameleonPrivate.m
[18:58:46]: ▸ Compiling UILabel+Chameleon.m
[18:58:46]: ▸ Compiling UINavigationController+Chameleon.m
[18:58:46]: ▸ Compiling UIView+ChameleonPrivate.m
[18:58:46]: ▸ Compiling UIViewController+Chameleon.m
[18:58:47]: ▸ Compiling ChameleonFramework_vers.c
[18:58:47]: ▸ Compiling Chameleon_.m
[18:58:47]: ▸ Compiling ChameleonConstants.m
[18:58:47]: ▸ Compiling ChameleonFramework-dummy.m
[18:58:47]: ▸ Compiling NSArray+Chameleon.m
[18:58:47]: ▸ Compiling UIAppearance+Swift.m
[18:58:47]: ▸ Compiling UIButton+Chameleon.m
[18:58:47]: ▸ Compiling UIColor+Chameleon.m
[18:58:48]: ▸ Compiling UIColor+ChameleonPrivate.m
[18:58:48]: ▸ Compiling UIImage+ChameleonPrivate.m
[18:58:48]: ▸ Compiling UILabel+Chameleon.m
[18:58:48]: ▸ Compiling UINavigationController+Chameleon.m
[18:58:48]: ▸ Compiling UIView+ChameleonPrivate.m
[18:58:48]: ▸ Compiling UIViewController+Chameleon.m
[18:58:48]: ▸ Compiling ChameleonFramework_vers.c
[18:58:48]: ▸ Linking ChameleonFramework
[18:58:49]: ▸ Linking ChameleonFramework
[18:58:49]: ▸ Generating 'ChameleonFramework.framework.dSYM'
[18:58:49]: ▸ Copying Chameleon.h
[18:58:49]: ▸ Copying Chameleon_.h
[18:58:49]: ▸ Copying ChameleonConstants.h
[18:58:49]: ▸ Copying ChameleonEnums.h
[18:58:49]: ▸ Copying ChameleonFramework-umbrella.h
[18:58:49]: ▸ Copying ChameleonMacros.h
[18:58:49]: ▸ Copying NSArray+Chameleon.h
[18:58:49]: ▸ Copying UIAppearance+Swift.h
[18:58:49]: ▸ Copying UIButton+Chameleon.h
[18:58:49]: ▸ Copying UIColor+Chameleon.h
[18:58:49]: ▸ Copying UIColor+ChameleonPrivate.h
[18:58:49]: ▸ Copying UIImage+ChameleonPrivate.h
[18:58:49]: ▸ Copying UILabel+Chameleon.h
[18:58:49]: ▸ Copying UINavigationController+Chameleon.h
[18:58:50]: ▸ Copying UIView+ChameleonPrivate.h
[18:58:50]: ▸ Copying UIViewController+Chameleon.h
[18:58:50]: ▸ Touching ChameleonFramework.framework
[18:58:50]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/ChameleonFramework.framework
[18:58:50]: ▸ Building Pods/FoldingCell [Release]
[18:58:50]: ▸ Check Dependencies
[18:58:50]: ▸ Processing Info.plist
[18:58:50]: ▸ Compiling FoldingCell.swift
[18:58:50]: ▸ Compiling FoldingCell.swift
[18:58:50]: ▸ Compiling FoldingCell_vers.c
[18:58:50]: ▸ Compiling FoldingCell-dummy.m
[18:58:50]: ▸ Compiling FoldingCell_vers.c
[18:58:50]: ▸ Compiling FoldingCell-dummy.m
[18:58:50]: ▸ Linking FoldingCell
[18:58:50]: ▸ Linking FoldingCell
[18:58:50]: ▸ Generating 'FoldingCell.framework.dSYM'
[18:58:50]: ▸ Copying FoldingCell-umbrella.h
[18:58:50]: ▸ Touching FoldingCell.framework
[18:58:51]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/FoldingCell.framework
[18:58:51]: ▸ Building Pods/IQKeyboardManagerSwift [Release]
[18:58:51]: ▸ Check Dependencies
[18:58:51]: ▸ Processing Info.plist
[18:58:51]: ▸ Compiling IQBarButtonItem.swift
[18:58:51]: ▸ Compiling IQKeyboardManager.swift
[18:58:51]: ▸ Compiling IQKeyboardManagerConstants.swift
[18:58:51]: ▸ Compiling IQKeyboardManagerConstantsInternal.swift
[18:58:51]: ▸ Compiling IQKeyboardReturnKeyHandler.swift
[18:58:51]: ▸ Compiling IQNSArray+Sort.swift
[18:58:51]: ▸ Compiling IQPreviousNextView.swift
[18:58:51]: ▸ Compiling IQTextView.swift
[18:58:51]: ▸ Compiling IQTitleBarButtonItem.swift
[18:58:51]: ▸ Compiling IQToolbar.swift
[18:58:51]: ▸ Compiling IQUIScrollView+Additions.swift
[18:58:51]: ▸ Compiling IQUITextFieldView+Additions.swift
[18:58:51]: ▸ Compiling IQUIView+Hierarchy.swift
[18:58:51]: ▸ Compiling IQUIView+IQKeyboardToolbar.swift
[18:58:51]: ▸ Compiling IQUIViewController+Additions.swift
[18:58:51]: ▸ Compiling IQUIWindow+Hierarchy.swift
[18:58:51]: ▸ Compiling IQBarButtonItem.swift
[18:58:51]: ▸ Compiling IQKeyboardManager.swift
[18:58:51]: ▸ Compiling IQKeyboardManagerConstants.swift
[18:58:51]: ▸ Compiling IQKeyboardManagerConstantsInternal.swift
[18:58:51]: ▸ Compiling IQKeyboardReturnKeyHandler.swift
[18:58:51]: ▸ Compiling IQNSArray+Sort.swift
[18:58:51]: ▸ Compiling IQPreviousNextView.swift
[18:58:51]: ▸ Compiling IQTextView.swift
[18:58:51]: ▸ Compiling IQTitleBarButtonItem.swift
[18:58:51]: ▸ Compiling IQToolbar.swift
[18:58:51]: ▸ Compiling IQUIScrollView+Additions.swift
[18:58:51]: ▸ Compiling IQUITextFieldView+Additions.swift
[18:58:51]: ▸ Compiling IQUIView+Hierarchy.swift
[18:58:51]: ▸ Compiling IQUIView+IQKeyboardToolbar.swift
[18:58:51]: ▸ Compiling IQUIViewController+Additions.swift
[18:58:51]: ▸ Compiling IQUIWindow+Hierarchy.swift
[18:58:51]: ▸ Compiling IQKeyboardManagerSwift-dummy.m
[18:58:51]: ▸ Compiling IQKeyboardManagerSwift_vers.c
[18:58:51]: ▸ Compiling IQKeyboardManagerSwift-dummy.m
[18:58:51]: ▸ Compiling IQKeyboardManagerSwift_vers.c
[18:58:51]: ▸ Linking IQKeyboardManagerSwift
[18:58:51]: ▸ Linking IQKeyboardManagerSwift
[18:58:51]: ▸ Generating 'IQKeyboardManagerSwift.framework.dSYM'
[18:58:51]: ▸ Copying IQKeyboardManagerSwift/IQKeyboardManagerSwift/Resources/IQKeyboardManager.bundle
[18:58:51]: ▸ Copying IQKeyboardManagerSwift-umbrella.h
[18:58:51]: ▸ Touching IQKeyboardManagerSwift.framework
[18:58:51]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/IQKeyboardManagerSwift.framework
[18:58:51]: ▸ Building Pods/DZNEmptyDataSet [Release]
[18:58:51]: ▸ Check Dependencies
[18:58:51]: ▸ Processing Info.plist
[18:58:51]: ▸ Compiling DZNEmptyDataSet-dummy.m
[18:58:51]: ▸ Compiling UIScrollView+EmptyDataSet.m
[18:58:51]: ▸ Compiling DZNEmptyDataSet_vers.c
[18:58:51]: ▸ Compiling DZNEmptyDataSet-dummy.m
[18:58:51]: ▸ Compiling DZNEmptyDataSet_vers.c
[18:58:51]: ▸ Compiling UIScrollView+EmptyDataSet.m
[18:58:51]: ▸ Linking DZNEmptyDataSet
[18:58:51]: ▸ Linking DZNEmptyDataSet
[18:58:51]: ▸ Generating 'DZNEmptyDataSet.framework.dSYM'
[18:58:51]: ▸ Copying DZNEmptyDataSet-umbrella.h
[18:58:51]: ▸ Copying UIScrollView+EmptyDataSet.h
[18:58:51]: ▸ Touching DZNEmptyDataSet.framework
[18:58:51]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/DZNEmptyDataSet.framework
[18:58:51]: ▸ Building Pods/NBNRequestKit [Release]
[18:58:51]: ▸ Check Dependencies
[18:58:51]: ▸ Processing Info.plist
[18:58:51]: ▸ Compiling JSONPostRouter.swift
[18:58:52]: ▸ Compiling Router.swift
[18:58:54]: ▸ Compiling String+Additions.swift
[18:58:54]: ▸ Compiling JSONPostRouter.swift
[18:58:55]: ▸ Compiling Router.swift
[18:58:57]: ▸ Compiling String+Additions.swift
[18:59:22]: ▸ Compiling NBNRequestKit-dummy.m
[18:59:23]: ▸ Compiling RequestKit_vers.c
[18:59:23]: ▸ Compiling RequestKit_vers.c
[18:59:23]: ▸ Compiling NBNRequestKit-dummy.m
[18:59:34]: ▸ Linking RequestKit
[18:59:35]: ▸ Linking RequestKit
[18:59:51]: ▸ Generating 'RequestKit.framework.dSYM'
[18:59:54]: ▸ Copying NBNRequestKit-umbrella.h
[19:00:09]: ▸ Touching RequestKit.framework
[19:00:30]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RequestKit.framework
[19:00:32]: ▸ Building Pods/Navigation-stack [Release]
[19:00:32]: ▸ Check Dependencies
[19:00:32]: ▸ Processing Info.plist
[19:00:32]: ▸ Compiling CollectionStackViewController.swift
[19:00:32]: ▸ Compiling CollectionViewStackCell.swift
[19:00:32]: ▸ Compiling CollectionViewStackFlowLayout.swift
[19:00:32]: ▸ Compiling NavigationStack.swift
[19:00:32]: ▸ Compiling CollectionStackViewController.swift
[19:00:32]: ▸ Compiling CollectionViewStackCell.swift
[19:00:32]: ▸ Compiling CollectionViewStackFlowLayout.swift
[19:00:32]: ▸ Compiling NavigationStack.swift
[19:00:32]: ▸ Compiling Navigation-stack-dummy.m
[19:00:32]: ▸ Compiling Navigation_stack_vers.c
[19:00:32]: ▸ Compiling Navigation-stack-dummy.m
[19:00:32]: ▸ Compiling Navigation_stack_vers.c
[19:00:32]: ▸ Linking Navigation_stack
[19:00:32]: ▸ Linking Navigation_stack
[19:00:32]: ▸ Generating 'Navigation_stack.framework.dSYM'
[19:00:34]: ▸ Copying Navigation-stack-umbrella.h
[19:00:52]: ▸ Touching Navigation_stack.framework
[19:01:29]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Navigation_stack.framework
[19:01:30]: ▸ Building Pods/Realm [Release]
[19:01:30]: ▸ Check Dependencies
[19:01:30]: ▸ Processing Info.plist
[19:01:30]: ▸ Compiling collection_change_builder.cpp
[19:01:30]: ▸ Compiling collection_notifier.cpp
[19:01:30]: ▸ Compiling collection_notifications.cpp
[19:01:30]: ▸ Compiling external_commit_helper.cpp
[19:01:30]: ▸ Compiling index_set.cpp
[19:01:30]: ▸ Compiling list.cpp
[19:01:30]: ▸ Compiling list_notifier.cpp
[19:01:30]: ▸ Compiling object_schema.cpp
[19:01:30]: ▸ Compiling object_store.cpp
[19:01:30]: ▸ Compiling Realm-dummy.m
[19:01:30]: ▸ Compiling realm_coordinator.cpp
[19:01:30]: ▸ Compiling results.cpp
[19:01:30]: ▸ Compiling results_notifier.cpp
[19:01:30]: ▸ Compiling RLMAccessor.mm
[19:01:30]: ▸ Compiling RLMAnalytics.mm
[19:01:30]: ▸ Compiling RLMArray.mm
[19:01:30]: ▸ Compiling RLMArrayLinkView.mm
[19:01:30]: ▸ Compiling RLMCollection.mm
[19:01:30]: ▸ Compiling RLMConstants.m
[19:01:30]: ▸ Compiling RLMListBase.mm
[19:01:30]: ▸ Compiling RLMMigration.mm
[19:01:30]: ▸ Compiling RLMObject.mm
[19:01:30]: ▸ Compiling RLMObjectBase.mm
[19:01:30]: ▸ Compiling RLMObjectSchema.mm
[19:01:30]: ▸ Compiling RLMObjectStore.mm
[19:01:30]: ▸ Compiling RLMObservation.mm
[19:01:30]: ▸ Compiling RLMOptionalBase.mm
[19:01:30]: ▸ Compiling RLMPredicateUtil.mm
[19:01:30]: ▸ Compiling RLMProperty.mm
[19:01:30]: ▸ Compiling RLMQueryUtil.mm
[19:01:30]: ▸ Compiling RLMRealm.mm
[19:01:30]: ▸ Compiling RLMRealmConfiguration.mm
[19:01:30]: ▸ Compiling RLMRealmUtil.mm
[19:01:30]: ▸ Compiling RLMResults.mm
[19:01:30]: ▸ Compiling RLMSchema.mm
[19:01:30]: ▸ Compiling RLMSwiftSupport.m
[19:01:30]: ▸ Compiling RLMUpdateChecker.mm
[19:01:30]: ▸ Compiling RLMUtil.mm
[19:01:30]: ▸ Compiling schema.cpp
[19:01:30]: ▸ Compiling shared_realm.cpp
[19:01:30]: ▸ Compiling transact_log_handler.cpp
[19:01:30]: ▸ Compiling weak_realm_notifier.cpp
[19:01:30]: ▸ Compiling Realm_vers.c
[19:01:30]: ▸ Compiling collection_change_builder.cpp
[19:01:30]: ▸ Compiling collection_notifications.cpp
[19:01:30]: ▸ Compiling collection_notifier.cpp
[19:01:30]: ▸ Compiling external_commit_helper.cpp
[19:01:30]: ▸ Compiling index_set.cpp
[19:01:30]: ▸ Compiling list.cpp
[19:01:30]: ▸ Compiling list_notifier.cpp
[19:01:30]: ▸ Compiling object_schema.cpp
[19:01:30]: ▸ Compiling object_store.cpp
[19:01:30]: ▸ Compiling Realm-dummy.m
[19:01:30]: ▸ Compiling realm_coordinator.cpp
[19:01:30]: ▸ Compiling results.cpp
[19:01:30]: ▸ Compiling results_notifier.cpp
[19:01:30]: ▸ Compiling RLMAccessor.mm
[19:01:32]: ▸ Compiling RLMAnalytics.mm
[19:01:32]: ▸ Compiling RLMArray.mm
[19:01:32]: ▸ Compiling RLMArrayLinkView.mm
[19:01:34]: ▸ Compiling RLMCollection.mm
[19:01:38]: ▸ Compiling RLMConstants.m
[19:01:38]: ▸ Compiling RLMListBase.mm
[19:01:38]: ▸ Compiling RLMMigration.mm
[19:01:38]: ▸ Compiling RLMObject.mm
[19:01:38]: ▸ Compiling RLMObjectBase.mm
[19:01:39]: ▸ Compiling RLMObjectSchema.mm
[19:01:41]: ▸ Compiling RLMObjectStore.mm
[19:01:45]: ▸ Compiling RLMObservation.mm
[19:01:46]: ▸ Compiling RLMOptionalBase.mm
[19:01:46]: ▸ Compiling RLMPredicateUtil.mm
[19:01:46]: ▸ Compiling RLMProperty.mm
[19:01:49]: ▸ Compiling RLMQueryUtil.mm
[19:02:07]: ▸ Compiling RLMRealm.mm
[19:02:11]: ▸ Compiling RLMRealmConfiguration.mm
[19:02:11]: ▸ Compiling RLMRealmUtil.mm
[19:02:11]: ▸ Compiling RLMResults.mm
[19:02:13]: ▸ Compiling RLMSchema.mm
[19:02:13]: ▸ Compiling RLMSwiftSupport.m
[19:02:13]: ▸ Compiling RLMUpdateChecker.mm
[19:02:13]: ▸ Compiling RLMUtil.mm
[19:02:15]: ▸ Compiling schema.cpp
[19:02:16]: ▸ Compiling shared_realm.cpp
[19:02:17]: ▸ Compiling transact_log_handler.cpp
[19:02:20]: ▸ Compiling weak_realm_notifier.cpp
[19:02:20]: ▸ Compiling Realm_vers.c
[19:02:28]: ▸ Linking Realm
[19:02:39]: ▸ Linking Realm
[19:02:39]: ▸ Generating 'Realm.framework.dSYM'
[19:02:42]: ▸ Copying Realm/include/RLMAccessor.h
[19:02:42]: ▸ Copying Realm/include/RLMArray_Private.h
[19:02:42]: ▸ Copying Realm/include/RLMListBase.h
[19:02:42]: ▸ Copying Realm/include/RLMMigration_Private.h
[19:02:42]: ▸ Copying Realm/include/RLMOptionalBase.h
[19:02:42]: ▸ Copying Realm/include/RLMObject_Private.h
[19:02:42]: ▸ Copying Realm/include/RLMProperty_Private.h
[19:02:42]: ▸ Copying Realm/include/RLMObjectSchema_Private.h
[19:02:42]: ▸ Copying Realm/include/RLMObjectStore.h
[19:02:42]: ▸ Copying Realm/include/RLMRealm_Private.h
[19:02:42]: ▸ Copying Realm/include/RLMRealmConfiguration_Private.h
[19:02:42]: ▸ Copying Realm/include/RLMResults_Private.h
[19:02:42]: ▸ Copying Realm/include/RLMSchema_Private.h
[19:02:42]: ▸ Copying Realm/include/Realm.h
[19:02:42]: ▸ Copying Realm/include/RLMArray.h
[19:02:42]: ▸ Copying Realm/include/RLMCollection.h
[19:02:42]: ▸ Copying Realm/include/RLMConstants.h
[19:02:42]: ▸ Copying Realm/include/RLMDefines.h
[19:02:42]: ▸ Copying Realm/include/RLMObject.h
[19:02:42]: ▸ Copying Realm/include/RLMListBase.h
[19:02:42]: ▸ Copying Realm/include/RLMObjectBase.h
[19:02:42]: ▸ Copying Realm/include/RLMMigration.h
[19:02:42]: ▸ Copying Realm/include/RLMObjectBase_Dynamic.h
[19:02:42]: ▸ Copying Realm/include/RLMObjectSchema.h
[19:02:42]: ▸ Copying Realm/include/RLMOptionalBase.h
[19:02:42]: ▸ Copying Realm/include/RLMProperty.h
[19:02:42]: ▸ Copying Realm/include/RLMPlatform.h
[19:02:42]: ▸ Copying Realm/include/RLMRealm.h
[19:02:42]: ▸ Copying Realm/include/RLMRealm_Dynamic.h
[19:02:42]: ▸ Copying Realm/include/RLMRealmConfiguration.h
[19:02:42]: ▸ Copying Realm/include/RLMResults.h
[19:02:42]: ▸ Copying Realm/include/RLMSchema.h
[19:02:42]: ▸ Touching Realm.framework
[19:02:42]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Realm.framework
[19:02:43]: ▸ Building Pods/Spring [Release]
[19:02:43]: ▸ Check Dependencies
[19:02:43]: ▸ Compiling AsyncButton.swift
[19:02:43]: ▸ Compiling AsyncImageView.swift
[19:02:43]: ▸ Compiling AutoTextView.swift
[19:02:43]: ▸ Compiling BlurView.swift
[19:02:43]: ▸ Compiling DesignableButton.swift
[19:02:43]: ▸ Compiling DesignableImageView.swift
[19:02:43]: ▸ Compiling DesignableLabel.swift
[19:02:43]: ▸ Compiling DesignableTabBarController.swift
[19:02:43]: ▸ Compiling DesignableTextField.swift
[19:02:43]: ▸ Compiling DesignableTextView.swift
[19:02:43]: ▸ Compiling DesignableView.swift
[19:02:43]: ▸ Compiling ImageLoader.swift
[19:02:43]: ▸ Compiling KeyboardLayoutConstraint.swift
[19:02:43]: ▸ ⚠️ /Users/tiferrei/Documents/GL-Dash/Pods/Spring/Spring/KeyboardLayoutConstraint.swift:35:74: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
[19:02:43]: ▸ NSNotificationCenter.defaultCenter().addObserver(self, selector: "keyboardWillShowNotification:", name: UIKeyboardWillShowNotification, object: nil)
[19:02:43]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[19:02:43]: ▸ ⚠️ /Users/tiferrei/Documents/GL-Dash/Pods/Spring/Spring/KeyboardLayoutConstraint.swift:36:74: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
[19:02:43]: ▸ NSNotificationCenter.defaultCenter().addObserver(self, selector: "keyboardWillHideNotification:", name: UIKeyboardWillHideNotification, object: nil)
[19:02:43]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[19:02:43]: ▸ Compiling LoadingView.swift
[19:02:43]: ▸ Compiling Misc.swift
[19:02:43]: ▸ ⚠️ /Users/tiferrei/Documents/GL-Dash/Pods/Spring/Spring/Misc.swift:145:29: '++' is deprecated: it will be removed in Swift 3
[19:02:43]: ▸ for (var i=0; i < len; i++){
[19:02:43]: ▸ ^~
[19:02:43]: ▸ ⚠️ /Users/tiferrei/Documents/GL-Dash/Pods/Spring/Spring/Misc.swift:145:5: C-style for statement is deprecated and will be removed in a future version of Swift
[19:02:43]: ▸ for (var i=0; i < len; i++){
[19:02:43]: ▸ ^ ~~~~ ~ ~~~~~~ ~~~~~
[19:02:43]: ▸ Compiling SoundPlayer.swift
[19:02:43]: ▸ Compiling Spring.swift
[19:02:43]: ▸ ⚠️ /Users/tiferrei/Documents/GL-Dash/Pods/Spring/Spring/Spring.swift:68:74: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
[19:02:43]: ▸ NSNotificationCenter.defaultCenter().addObserver(self, selector: "didBecomeActiveNotification:", name: UIApplicationDidBecomeActiveNotification, object: nil)
[19:02:43]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[19:02:43]: ▸ Compiling SpringAnimation.swift
[19:02:43]: ▸ Compiling SpringButton.swift
[19:02:43]: ▸ Compiling SpringImageView.swift
[19:02:43]: ▸ Compiling SpringLabel.swift
[19:02:43]: ▸ Compiling SpringTextField.swift
[19:02:43]: ▸ Compiling SpringTextView.swift
[19:02:43]: ▸ Compiling SpringView.swift
[19:02:43]: ▸ Compiling TransitionManager.swift
[19:02:43]: ▸ Compiling TransitionZoom.swift
[19:02:43]: ▸ Compiling UnwindSegue.swift
[19:02:44]: ▸ Compiling AsyncButton.swift
[19:02:44]: ▸ Compiling AsyncImageView.swift
[19:02:44]: ▸ Compiling AutoTextView.swift
[19:02:44]: ▸ Compiling BlurView.swift
[19:02:44]: ▸ Compiling DesignableButton.swift
[19:02:44]: ▸ Compiling DesignableImageView.swift
[19:02:44]: ▸ Compiling DesignableLabel.swift
[19:02:44]: ▸ Compiling DesignableTabBarController.swift
[19:02:44]: ▸ Compiling DesignableTextField.swift
[19:02:44]: ▸ Compiling DesignableTextView.swift
[19:02:44]: ▸ Compiling DesignableView.swift
[19:02:44]: ▸ Compiling ImageLoader.swift
[19:02:44]: ▸ Compiling KeyboardLayoutConstraint.swift
[19:02:44]: ▸ ⚠️ /Users/tiferrei/Documents/GL-Dash/Pods/Spring/Spring/KeyboardLayoutConstraint.swift:35:74: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
[19:02:44]: ▸ NSNotificationCenter.defaultCenter().addObserver(self, selector: "keyboardWillShowNotification:", name: UIKeyboardWillShowNotification, object: nil)
[19:02:44]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[19:02:44]: ▸ ⚠️ /Users/tiferrei/Documents/GL-Dash/Pods/Spring/Spring/KeyboardLayoutConstraint.swift:36:74: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
[19:02:44]: ▸ NSNotificationCenter.defaultCenter().addObserver(self, selector: "keyboardWillHideNotification:", name: UIKeyboardWillHideNotification, object: nil)
[19:02:44]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[19:02:44]: ▸ Compiling LoadingView.swift
[19:02:44]: ▸ Compiling Misc.swift
[19:02:44]: ▸ ⚠️ /Users/tiferrei/Documents/GL-Dash/Pods/Spring/Spring/Misc.swift:145:29: '++' is deprecated: it will be removed in Swift 3
[19:02:44]: ▸ for (var i=0; i < len; i++){
[19:02:44]: ▸ ^~
[19:02:44]: ▸ ⚠️ /Users/tiferrei/Documents/GL-Dash/Pods/Spring/Spring/Misc.swift:145:5: C-style for statement is deprecated and will be removed in a future version of Swift
[19:02:44]: ▸ for (var i=0; i < len; i++){
[19:02:44]: ▸ ^ ~~~~ ~ ~~~~~~ ~~~~~
[19:02:44]: ▸ Compiling SoundPlayer.swift
[19:02:44]: ▸ Compiling Spring.swift
[19:02:44]: ▸ ⚠️ /Users/tiferrei/Documents/GL-Dash/Pods/Spring/Spring/Spring.swift:68:74: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
[19:02:44]: ▸ NSNotificationCenter.defaultCenter().addObserver(self, selector: "didBecomeActiveNotification:", name: UIApplicationDidBecomeActiveNotification, object: nil)
[19:02:44]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[19:02:44]: ▸ Compiling SpringAnimation.swift
[19:02:44]: ▸ Compiling SpringButton.swift
[19:02:44]: ▸ Compiling SpringImageView.swift
[19:02:44]: ▸ Compiling SpringLabel.swift
[19:02:44]: ▸ Compiling SpringTextField.swift
[19:02:44]: ▸ Compiling SpringTextView.swift
[19:02:44]: ▸ Compiling SpringView.swift
[19:02:44]: ▸ Compiling TransitionManager.swift
[19:02:44]: ▸ Compiling TransitionZoom.swift
[19:02:44]: ▸ Compiling UnwindSegue.swift
[19:02:44]: ▸ Compiling Spring-dummy.m
[19:02:44]: ▸ Compiling Spring_vers.c
[19:02:44]: ▸ Compiling Spring-dummy.m
[19:02:44]: ▸ Compiling Spring_vers.c
[19:02:44]: ▸ Linking Spring
[19:02:44]: ▸ Linking Spring
[19:02:44]: ▸ Compiling LoadingView.xib
[19:02:44]: ▸ Processing Info.plist
[19:02:44]: ▸ Generating 'Spring.framework.dSYM'
[19:02:44]: ▸ Copying Spring-umbrella.h
[19:02:44]: ▸ Touching Spring.framework
[19:02:44]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Spring.framework
[19:02:44]: ▸ Building Pods/SwiftSpinner [Release]
[19:02:44]: ▸ Check Dependencies
[19:02:44]: ▸ Processing Info.plist
[19:02:44]: ▸ Compiling SwiftSpinner.swift
[19:02:44]: ▸ Compiling SwiftSpinner.swift
[19:02:44]: ▸ Compiling SwiftSpinner-dummy.m
[19:02:44]: ▸ Compiling SwiftSpinner_vers.c
[19:02:44]: ▸ Compiling SwiftSpinner-dummy.m
[19:02:44]: ▸ Compiling SwiftSpinner_vers.c
[19:02:44]: ▸ Linking SwiftSpinner
[19:02:44]: ▸ Linking SwiftSpinner
[19:02:44]: ▸ Generating 'SwiftSpinner.framework.dSYM'
[19:02:44]: ▸ Copying SwiftSpinner-umbrella.h
[19:02:44]: ▸ Copying SwiftSpinner.h
[19:02:44]: ▸ Touching SwiftSpinner.framework
[19:02:44]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SwiftSpinner.framework
[19:02:44]: ▸ Building Pods/SwiftString-SwiftString [Release]
[19:02:44]: ▸ Check Dependencies
[19:02:44]: ▸ Processing ResourceBundle-SwiftString-Info.plist
[19:02:44]: ▸ Touching SwiftString.bundle
[19:02:44]: ▸ Building Pods/TanukiKit [Release]
[19:02:44]: ▸ Check Dependencies
[19:02:44]: ▸ Processing Info.plist
[19:02:44]: ▸ Compiling Configuration.swift
[19:02:44]: ▸ Compiling GitLabKit.swift
[19:02:44]: ▸ Compiling Keys.swift
[19:02:44]: ▸ Compiling Repositories.swift
[19:02:44]: ▸ Compiling User.swift
[19:02:44]: ▸ Compiling Configuration.swift
[19:02:44]: ▸ Compiling GitLabKit.swift
[19:02:44]: ▸ Compiling Keys.swift
[19:02:44]: ▸ Compiling Repositories.swift
[19:02:44]: ▸ Compiling User.swift
[19:02:44]: ▸ Compiling TanukiKit-dummy.m
[19:02:44]: ▸ Compiling TanukiKit_vers.c
[19:02:44]: ▸ Compiling TanukiKit-dummy.m
[19:02:44]: ▸ Compiling TanukiKit_vers.c
[19:02:44]: ▸ Linking TanukiKit
[19:02:44]: ▸ Linking TanukiKit
[19:02:44]: ▸ Generating 'TanukiKit.framework.dSYM'
[19:02:44]: ▸ Copying TanukiKit-umbrella.h
[19:02:44]: ▸ Touching TanukiKit.framework
[19:02:44]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/TanukiKit.framework
[19:02:44]: ▸ Building Pods/SwiftString [Release]
[19:02:44]: ▸ Check Dependencies
[19:02:44]: ▸ Processing Info.plist
[19:02:44]: ▸ Compiling String+HTML.swift
[19:02:44]: ▸ Compiling StringExtensions.swift
[19:02:44]: ▸ Compiling String+HTML.swift
[19:02:44]: ▸ Compiling StringExtensions.swift
[19:02:44]: ▸ Compiling SwiftString-dummy.m
[19:02:44]: ▸ Compiling SwiftString_vers.c
[19:02:44]: ▸ Compiling SwiftString-dummy.m
[19:02:44]: ▸ Compiling SwiftString_vers.c
[19:02:44]: ▸ Linking SwiftString
[19:02:44]: ▸ Linking SwiftString
[19:02:44]: ▸ Generating 'SwiftString.framework.dSYM'
[19:02:44]: ▸ Copying /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/BuildProductsPath/Release-iphoneos/SwiftString/SwiftString.bundle
[19:02:44]: ▸ Copying SwiftString-umbrella.h
[19:02:44]: ▸ Touching SwiftString.framework
[19:02:44]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SwiftString.framework
[19:02:44]: ▸ Building Pods/RealmSwift [Release]
[19:02:44]: ▸ Check Dependencies
[19:02:44]: ▸ Processing Info.plist
[19:02:50]: ▸ ⚠️ /Users/tiferrei/Documents/GL-Dash/Pods/RealmSwift/RealmSwift/RealmCollectionType.swift:123:5: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
[19:02:50]: ▸ typealias Element: Object
[19:02:50]: ▸ ^~~~~~~~~
[19:02:59]: ▸ ⚠️ /Users/tiferrei/Documents/GL-Dash/Pods/RealmSwift/RealmSwift/RealmCollectionType.swift:123:5: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead
[19:02:59]: ▸ typealias Element: Object
[19:02:59]: ▸ ^~~~~~~~~
[19:03:02]: ▸ Compiling RealmSwift-dummy.m
[19:03:02]: ▸ Compiling RealmSwift_vers.c
[19:03:02]: ▸ Compiling RealmSwift-dummy.m
[19:03:02]: ▸ Compiling RealmSwift_vers.c
[19:03:02]: ▸ Linking RealmSwift
[19:03:02]: ▸ Linking RealmSwift
[19:03:02]: ▸ Generating 'RealmSwift.framework.dSYM'
[19:03:03]: ▸ Copying RealmSwift-umbrella.h
[19:03:03]: ▸ Touching RealmSwift.framework
[19:03:03]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RealmSwift.framework
[19:03:03]: ▸ Building Pods/Pods-GL Dash [Release]
[19:03:03]: ▸ Check Dependencies
[19:03:03]: ▸ Processing Info.plist
[19:03:03]: ▸ Compiling Pods-GL\ Dash-dummy.m
[19:03:03]: ▸ Compiling Pods_GL_Dash_vers.c
[19:03:03]: ▸ Compiling Pods-GL\ Dash-dummy.m
[19:03:03]: ▸ Compiling Pods_GL_Dash_vers.c
[19:03:03]: ▸ Copying Pods-GL\ Dash-umbrella.h
[19:03:04]: ▸ Touching Pods_GL_Dash.framework
[19:03:04]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Pods_GL_Dash.framework
[19:03:04]: ▸ Building GL Dash/GL Dash [Release]
[19:03:04]: ▸ Check Dependencies
[19:03:04]: ▸ Running script '📦 Check Pods Manifest.lock'
[19:03:04]: ▸ Compiling GitLabOnlineViewController.swift
[19:03:06]: ▸ Compiling ProjectsTableViewCell.swift
[19:03:06]: ▸ Compiling MainNavController.swift
[19:03:06]: ▸ Compiling InitialViewController.swift
[19:03:06]: ▸ Compiling LoginViewController.swift
[19:03:06]: ▸ Compiling RealmModels.swift
[19:03:07]: ▸ Compiling Global.swift
[19:03:08]: ▸ Compiling SignUpViewController.swift
[19:03:08]: ▸ Compiling ProjectsViewController.swift
[19:03:08]: ▸ Compiling CEAndEEViewController.swift
[19:03:08]: ▸ Compiling AppDelegate.swift
[19:03:09]: ▸ Compiling GitLabOnlineViewController.swift
[19:03:10]: ▸ Compiling ProjectsTableViewCell.swift
[19:03:10]: ▸ Compiling MainNavController.swift
[19:03:11]: ▸ Compiling InitialViewController.swift
[19:03:11]: ▸ Compiling LoginViewController.swift
[19:03:11]: ▸ Compiling RealmModels.swift
[19:03:11]: ▸ Compiling Global.swift
[19:03:13]: ▸ Compiling SignUpViewController.swift
[19:03:13]: ▸ Compiling ProjectsViewController.swift
[19:03:13]: ▸ Compiling CEAndEEViewController.swift
[19:03:13]: ▸ Compiling AppDelegate.swift
[19:03:14]: ▸ Compiling Objective-CBridgingHeader.m
[19:03:15]: ▸ Compiling GL\ Dash_vers.c
[19:03:15]: ▸ Compiling Objective-CBridgingHeader.m
[19:03:15]: ▸ Compiling GL\ Dash_vers.c
[19:03:15]: ▸ Linking GL\ Dash
[19:03:16]: ▸ Linking GL\ Dash
[19:03:16]: ▸ Copying SwiftStyleSettings.plist
[19:03:16]: ▸ Compiling LaunchScreen.storyboard
[19:03:20]: ▸ Compiling Main.storyboard
[19:03:46]: ▸ Processing Info.plist
[19:03:46]: ▸ Generating 'GL\ Dash.app.dSYM'
[19:03:46]: ▸ Running script 'Swift-Clean Run Script'
[19:03:47]: ▸ Running script 'Automatically set Build number'
[19:03:47]: ▸ Running script '📦 Embed Pods Frameworks'
[19:03:57]: ▸ Running script '📦 Copy Pods Resources'
[19:03:57]: ▸ Running script 'Fabric Frameworks'
[19:03:57]: ▸ Touching GL\ Dash.app
[19:04:04]: ▸ Signing /Users/tiferrei/Library/Developer/Xcode/DerivedData/GL_Dash-gwbcqbiurwgyaagrejbzcijxrxwk/Build/Intermediates/ArchiveIntermediates/GL\ Dash/InstallationBuildProductsLocation/Applications/GL\ Dash.app
[19:04:05]: ▸ Touching GL\ Dash.app.dSYM
[19:04:08]: ▸ Archive Succeeded
[19:04:21]: Successfully exported and compressed dSYM file
[19:04:21]: Successfully exported and signed the ipa file:
[19:04:21]: /Users/tiferrei/Documents/GL-Dash/CrashlyticsBetaBuilds/gl-dash.ipa
[19:04:21]: -------------------------
[19:04:21]: --- Step: crashlytics ---
[19:04:21]: -------------------------
[19:04:21]: Uploading the build to Crashlytics Beta. Time for some ☕️.
[19:06:14]: Build successfully uploaded to Crashlytics Beta 🌷
[19:06:14]: -------------------
[19:06:14]: --- Step: slack ---
[19:06:14]: -------------------
[19:06:15]: Successfully sent Slack notification
+------+-------------------------------------+-------------+
| fastlane summary |
+------+-------------------------------------+-------------+
| Step | Action | Time (in s) |
+------+-------------------------------------+-------------+
| 1 | update_fastlane | 11 |
| 2 | Verifying required fastlane version | 0 |
| 3 | default_platform | 0 |
| 4 | cocoapods | 8 |
| 5 | increment_build_number | 5 |
| 6 | gym | 426 |
| 7 | crashlytics | 112 |
| 8 | slack | 0 |
+------+-------------------------------------+-------------+
[19:06:15]: fastlane.tools just saved you 9 minutes! 🎉
Configuration Files
Please copy the complete content of your Fastfile
and any other configuration files you use below:
Fastfile:
# If you want to automatically update fastlane if a new version is available:
update_fastlane
# This is the minimum version number required.
# Update this, if you use features of a newer version
fastlane_version "1.89.0"
default_platform :ios
platform :ios do
before_all do
ENV["SLACK_URL"] = "https://hooks.slack.com/services/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"
cocoapods
end
desc "Submit a new Crashlytics Beta and send a notification to Slack."
lane :crashlytics do
increment_build_number
gym(
sdk: "iphoneos9.3",
use_legacy_build_api: true,
workspace: "GL Dash.xcworkspace",
configuration: "Release",
scheme: "GL Dash",
silent: true,
clean: true,
output_directory: "CrashlyticsBetaBuilds", # Destination directory. Defaults to current directory.
output_name: "gl-dash.ipa", # specify the name of the .ipa file to generate (including file extension)
)
crashlytics(
crashlytics_path: "Pods/Crashlytics/iOS/Crashlytics.framework", # path to your "Crashlytics.framework"
#api_token: ENV["CRASHLYTICS_API_KEY"],
api_token: "e32c52fb931c4d1aaad6c8b35727927cee722d40",
#build_secret: ENV["CRASHLYTICS_BUILD_SECRET"],
build_secret: "539cd03b22b946674f180714c61f1a2d8668de63ade557bf7869cb839b42fef3",
ipa_path: "../CrashlyticsBetaBuilds/gl-dash.ipa",
groups: ["ExternalTesters"],
notes: "Automated Beta release.",
)
slack(
message: "Beta App successfully released to Crashlytics!"
)
end
error do |lane, exception|
slack(
message: exception.message,
success: false
)
end
end
Environment
fastlane version (run fastlane -v
):
1.89.0
Do you use bundler to execute fastlane (i.e. bundle exec fastlane
)?
NO
Do you use a Ruby environment manager (e.g. chruby
, rbenv
, rvm
)?
NO
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 16 (3 by maintainers)
This is from my Fastfile, I use this code to increment my build number. It also increments test target build number.
And also there is a function defined out of that lane
Keep the funk alive!