Fastlane: Invalid Provisioning Profile

Created on 5 May 2016  ·  3Comments  ·  Source: fastlane/fastlane

New Issue Checklist

Complete output when running fastlane, including the stack trace and command used
bolo:expertise-ios-native Michelin$ fastlane beta
/Users/Michelin/.rvm/gems/ruby-2.3.0/gems/commander-4.3.5/lib/commander/user_interaction.rb:334: warning: constant ::TimeoutError is deprecated
[09:41:28]: -------------------------------------------------
[09:41:28]: --- Step: Verifying required fastlane version ---
[09:41:28]: -------------------------------------------------
[09:41:28]: fastlane version valid
[09:41:28]: ------------------------------
[09:41:28]: --- Step: default_platform ---
[09:41:28]: ------------------------------
[09:41:28]: Driving the lane 'ios beta' 🚀
[09:41:28]: -----------------------
[09:41:28]: --- Step: cocoapods ---
[09:41:28]: -----------------------
[09:41:28]: $ pod install
[09:41:32]: ▸ Analyzing dependencies
[09:41:32]: ▸ Downloading dependencies
[09:41:32]: ▸ Using Alamofire (3.3.1)
[09:41:32]: ▸ Using Argo (3.0.1)
[09:41:32]: ▸ Using Crashlytics (3.7.0)
[09:41:32]: ▸ Using Curry (2.2.0)
[09:41:32]: ▸ Using Fabric (1.6.7)
[09:41:32]: ▸ Using Font-Awesome-Swift (1.4.7)
[09:41:32]: ▸ Using Lookback (1.1.4)
[09:41:32]: ▸ Using LookbackSafe (1.1.4)
[09:41:32]: ▸ Using Moya (6.4.0)
[09:41:32]: ▸ Using Nimble (4.0.0)
[09:41:32]: ▸ Using OHHTTPStubs (5.0.0)
[09:41:32]: ▸ Using PDKTZipArchive (0.4.1)
[09:41:32]: ▸ Using Quick (0.9.2)
[09:41:32]: ▸ Using Reachability (3.2)
[09:41:32]: ▸ Using ReactiveCocoa (4.1.0)
[09:41:32]: ▸ Using Result (2.0.0)
[09:41:32]: ▸ Using RxSwift (2.4)
[09:41:32]: ▸ Generating Pods project
[09:41:36]: ▸ Integrating client project
[09:41:36]: ▸ Sending stats
[09:41:36]: ▸ Pod installation complete! There are 14 dependencies from the Podfile and 17 total pods installed.
[09:41:36]: -------------------------------
[09:41:36]: --- Step: ensure_git_branch ---
[09:41:36]: -------------------------------
[09:41:36]: Git branch match `master`, all good! 💪
[09:41:36]: -------------------
[09:41:36]: --- Step: match ---
[09:41:36]: -------------------

+-----------------------+--------------------------------------------------------+
|                            Summary for match 0.5.0                             |
+-----------------------+--------------------------------------------------------+
| type                  | appstore                                               |
| git_url               | [email protected]:careerintelligence/ios-certificates.git |
| app_identifier        | tv.expertise.webinars                                  |
| username              | [email protected]                                            |
| keychain_name         | login.keychain                                         |
| readonly              | false                                                  |
| team_id               | 56DNSRFW7T                                             |
| team_name             | Nanu Balu Limited                                      |
| verbose               | false                                                  |
| force                 | false                                                  |
| shallow_clone         | false                                                  |
| force_for_new_devices | false                                                  |
| skip_docs             | false                                                  |
+-----------------------+--------------------------------------------------------+

[09:41:38]: Cloning remote git repo...
[09:41:40]: 🔓  Successfully decrypted certificates repo
[09:41:40]: Verifying that the certificate and profile are still valid on the Dev Portal...
[09:41:46]: Installing certificate...
[09:41:48]: Installing provisioning profile...

+----------------------+--------------------------------------+
|               Installed Provisioning Profile                |
+----------------------+--------------------------------------+
| App Identifier       | tv.expertise.webinars                |
| Type                 | appstore                             |
| UUID                 | b3d31874-88fa-48fa-85cf-8389800d301e |
| Environment Variable | sigh_tv.expertise.webinars_appstore  |
+----------------------+--------------------------------------+

[09:41:49]: All required keys, certificates and provisioning profiles are installed 🙌
[09:41:49]: 🔒  Successfully encrypted certificates repo
[09:41:49]: Setting Provisioning Profile type to 'app-store'
[09:41:49]: ----------------------
[09:41:49]: --- Step: git_pull ---
[09:41:49]: ----------------------
[09:41:49]: $ git pull && git fetch --tags
[09:41:50]: ▸ Already up-to-date.
[09:41:52]: --------------------------------
[09:41:52]: --- Step: get_version_number ---
[09:41:52]: --------------------------------
[09:41:52]: $ cd /Users/Michelin/Documents/Coding/LordAlexWorks/Clients/CareerIntelligence/expertise-ios-native && agvtool what-marketing-version -terse
[09:41:52]: ▸ $(SRCROOT)/webinars/Configs/Info.plist
[09:41:52]: ▸ "webinars.xcodeproj/../webinarsTests/Info.plist"=1.0
[09:41:52]: ▸ "webinars.xcodeproj/../webinarsUITests/Info.plist"=1.0
[09:41:52]: ------------------------------------
[09:41:52]: --- Step: increment_build_number ---
[09:41:52]: ------------------------------------
[09:41:52]: $ cd /Users/Michelin/Documents/Coding/LordAlexWorks/Clients/CareerIntelligence/expertise-ios-native && agvtool next-version -all && cd -
[09:41:53]: ▸ Setting version of project webinars to:
[09:41:53]: ▸ 18.
[09:41:53]: ▸ Also setting CFBundleVersion key (assuming it exists)
[09:41:53]: ▸ Updating CFBundleVersion in Info.plist(s)...
[09:41:53]: ▸ $(SRCROOT)/webinars/Configs/Info.plist
[09:41:53]: ▸ Cannot find "$(SRCROOT)/webinars/Configs/Info.plist"
[09:41:53]: ▸ Updated CFBundleVersion in "webinars.xcodeproj/../webinarsTests/Info.plist" to 18
[09:41:53]: ▸ Updated CFBundleVersion in "webinars.xcodeproj/../webinarsUITests/Info.plist" to 18
[09:41:53]: ▸ /Users/Michelin/Documents/Coding/LordAlexWorks/Clients/CareerIntelligence/expertise-ios-native
[09:41:54]: -----------------
[09:41:54]: --- Step: gym ---
[09:41:54]: -----------------
[09:41:54]: Using legacy build system - waiting for radar to be fixed: https://openradar.appspot.com/radar?id=4952000420642816
[09:41:54]: xcrun xcodebuild -list -workspace './webinars.xcworkspace'
2016-05-05 09:41:55.318 xcodebuild[43585:2583712] [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/XAlign.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2016-05-05 09:41:56.797 xcodebuild[43589:2583848] [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/XAlign.xcplugin' not present in DVTPlugInCompatibilityUUIDs

+----------------------+------------------------+
|             Summary for gym 1.6.2             |
+----------------------+------------------------+
| scheme               | webinars               |
| use_legacy_build_api | true                   |
| export_method        | app-store              |
| workspace            | ./webinars.xcworkspace |
| destination          | generic/platform=iOS   |
| output_name          | webinars               |
| clean                | false                  |
| output_directory     | .                      |
| silent               | false                  |
| buildlog_path        | ~/Library/Logs/gym     |
+----------------------+------------------------+

[09:41:58]: $ set -o pipefail && xcodebuild -workspace './webinars.xcworkspace' -scheme 'webinars' -destination 'generic/platform=iOS' -archivePath '/Users/Michelin/Library/Developer/Xcode/Archives/2016-05-05/webinars 2016-05-05 09.41.58.xcarchive' archive | tee /Users/Michelin/Library/Logs/gym/webinars-webinars.log | xcpretty
[09:41:58]: ▸ 2016-05-05 09:41:58.928 xcodebuild[43602:2583962] [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/XAlign.xcplugin' not present in DVTPlugInCompatibilityUUIDs
[09:42:00]: ▸ Building Pods/Alamofire [Release]
[09:42:00]: ▸ Check Dependencies
[09:42:23]: ▸ Processing Info.plist
[09:42:59]: ▸ Compiling Alamofire.swift
[09:43:01]: ▸ Compiling Download.swift
[09:43:02]: ▸ Compiling Error.swift
[09:43:02]: ▸ Compiling Manager.swift
[09:43:08]: ▸ Compiling MultipartFormData.swift
[09:43:10]: ▸ Compiling NetworkReachabilityManager.swift
[09:43:10]: ▸ Compiling Notifications.swift
[09:43:10]: ▸ Compiling ParameterEncoding.swift
[09:43:11]: ▸ Compiling Request.swift
[09:43:14]: ▸ Compiling Response.swift
[09:43:14]: ▸ Compiling ResponseSerialization.swift
[09:43:14]: ▸ Compiling Result.swift
[09:43:14]: ▸ Compiling ServerTrustPolicy.swift
[09:43:20]: ▸ Compiling Stream.swift
[09:43:20]: ▸ Compiling Timeline.swift
[09:43:20]: ▸ Compiling Upload.swift
[09:43:20]: ▸ Compiling Validation.swift
[09:43:26]: ▸ Compiling Alamofire.swift
[09:43:27]: ▸ Compiling Download.swift
[09:43:28]: ▸ Compiling Error.swift
[09:43:28]: ▸ Compiling Manager.swift
[09:43:34]: ▸ Compiling MultipartFormData.swift
[09:43:35]: ▸ Compiling NetworkReachabilityManager.swift
[09:43:35]: ▸ Compiling Notifications.swift
[09:43:35]: ▸ Compiling ParameterEncoding.swift
[09:43:35]: ▸ Compiling Request.swift
[09:43:37]: ▸ Compiling Response.swift
[09:43:37]: ▸ Compiling ResponseSerialization.swift
[09:43:37]: ▸ Compiling Result.swift
[09:43:37]: ▸ Compiling ServerTrustPolicy.swift
[09:43:41]: ▸ Compiling Stream.swift
[09:43:41]: ▸ Compiling Timeline.swift
[09:43:41]: ▸ Compiling Upload.swift
[09:43:41]: ▸ Compiling Validation.swift
[09:43:50]: ▸ Compiling Alamofire-dummy.m
[09:43:50]: ▸ Compiling Alamofire_vers.c
[09:43:50]: ▸ Compiling Alamofire-dummy.m
[09:43:50]: ▸ Compiling Alamofire_vers.c
[09:43:51]: ▸ Linking Alamofire
[09:43:53]: ▸ Linking Alamofire
[09:43:54]: ▸ Generating 'Alamofire.framework.dSYM'
[09:44:01]: ▸ Copying Alamofire-umbrella.h
[09:44:01]: ▸ Touching Alamofire.framework
[09:46:14]: ▸ Signing /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Alamofire.framework
[09:46:15]: ▸ Building Pods/Curry [Release]
[09:46:15]: ▸ Check Dependencies
[09:46:15]: ▸ Processing Info.plist
[09:46:15]: ▸ Compiling Curry.swift
[09:46:16]: ▸ Compiling Curry.swift
[09:46:16]: ▸ Compiling Curry-dummy.m
[09:46:16]: ▸ Compiling Curry_vers.c
[09:46:16]: ▸ Compiling Curry-dummy.m
[09:46:16]: ▸ Compiling Curry_vers.c
[09:46:16]: ▸ Linking Curry
[09:46:16]: ▸ Linking Curry
[09:46:16]: ▸ Generating 'Curry.framework.dSYM'
[09:46:16]: ▸ Copying Curry-umbrella.h
[09:46:16]: ▸ Touching Curry.framework
[09:46:16]: ▸ Signing /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Curry.framework
[09:46:16]: ▸ Building Pods/Argo [Release]
[09:46:16]: ▸ Check Dependencies
[09:46:16]: ▸ Processing Info.plist
[09:46:16]: ▸ Compiling Alternative.swift
[09:46:16]: ▸ Compiling Applicative.swift
[09:46:16]: ▸ Compiling Argo.swift
[09:46:16]: ▸ Compiling catDecoded.swift
[09:46:16]: ▸ Compiling curry.swift
[09:46:16]: ▸ Compiling Decodable.swift
[09:46:16]: ▸ Compiling Decode.swift
[09:46:16]: ▸ Compiling decode.swift
[09:46:16]: ▸ Compiling Decoded.swift
[09:46:16]: ▸ Compiling DecodeError.swift
[09:46:16]: ▸ Compiling Dictionary.swift
[09:46:16]: ▸ Compiling FailureCoalescing.swift
[09:46:16]: ▸ Compiling flatReduce.swift
[09:46:16]: ▸ Compiling Functor.swift
[09:46:16]: ▸ Compiling JSON.swift
[09:46:16]: ▸ Compiling Monad.swift
[09:46:16]: ▸ Compiling NSNumber.swift
[09:46:16]: ▸ Compiling RawRepresentable.swift
[09:46:16]: ▸ Compiling Runes.swift
[09:46:16]: ▸ Compiling sequence.swift
[09:46:16]: ▸ Compiling StandardTypes.swift
[09:46:16]: ▸ Compiling Alternative.swift
[09:46:16]: ▸ Compiling Applicative.swift
[09:46:16]: ▸ Compiling Argo.swift
[09:46:16]: ▸ Compiling catDecoded.swift
[09:46:16]: ▸ Compiling curry.swift
[09:46:16]: ▸ Compiling Decodable.swift
[09:46:16]: ▸ Compiling Decode.swift
[09:46:16]: ▸ Compiling decode.swift
[09:46:16]: ▸ Compiling Decoded.swift
[09:46:16]: ▸ Compiling DecodeError.swift
[09:46:16]: ▸ Compiling Dictionary.swift
[09:46:16]: ▸ Compiling FailureCoalescing.swift
[09:46:16]: ▸ Compiling flatReduce.swift
[09:46:16]: ▸ Compiling Functor.swift
[09:46:16]: ▸ Compiling JSON.swift
[09:46:16]: ▸ Compiling Monad.swift
[09:46:16]: ▸ Compiling NSNumber.swift
[09:46:16]: ▸ Compiling RawRepresentable.swift
[09:46:16]: ▸ Compiling Runes.swift
[09:46:16]: ▸ Compiling sequence.swift
[09:46:16]: ▸ Compiling StandardTypes.swift
[09:46:16]: ▸ Compiling Argo-dummy.m
[09:46:16]: ▸ Compiling Argo_vers.c
[09:46:16]: ▸ Compiling Argo-dummy.m
[09:46:16]: ▸ Compiling Argo_vers.c
[09:46:16]: ▸ Linking Argo
[09:46:16]: ▸ Linking Argo
[09:46:16]: ▸ Generating 'Argo.framework.dSYM'
[09:46:16]: ▸ Copying Argo-umbrella.h
[09:46:16]: ▸ Copying Argo.h
[09:46:16]: ▸ Touching Argo.framework
[09:46:16]: ▸ Signing /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Argo.framework
[09:46:16]: ▸ Building Pods/Font-Awesome-Swift-Font-Awesome-Swift [Release]
[09:46:16]: ▸ Check Dependencies
[09:46:16]: ▸ Processing ResourceBundle-Font-Awesome-Swift-Info.plist
[09:46:16]: ▸ Copying Font-Awesome-Swift/Source/FontAwesome.ttf
[09:46:16]: ▸ Touching Font-Awesome-Swift.bundle
[09:46:16]: ▸ Building Pods/Font-Awesome-Swift [Release]
[09:46:16]: ▸ Check Dependencies
[09:46:16]: ▸ Processing Info.plist
[09:46:16]: ▸ Compiling FAIcon.swift
[09:46:16]: ▸ Compiling FAIcon.swift
[09:46:16]: ▸ Compiling Font_Awesome_Swift_vers.c
[09:46:16]: ▸ Compiling Font-Awesome-Swift-dummy.m
[09:46:16]: ▸ Compiling Font-Awesome-Swift-dummy.m
[09:46:16]: ▸ Compiling Font_Awesome_Swift_vers.c
[09:46:16]: ▸ Linking Font_Awesome_Swift
[09:46:16]: ▸ Linking Font_Awesome_Swift
[09:46:16]: ▸ Generating 'Font_Awesome_Swift.framework.dSYM'
[09:46:16]: ▸ Copying /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/BuildProductsPath/Release-iphoneos/Font-Awesome-Swift/Font-Awesome-Swift.bundle
[09:46:16]: ▸ Copying Font-Awesome-Swift-umbrella.h
[09:46:16]: ▸ Touching Font_Awesome_Swift.framework
[09:46:16]: ▸ Signing /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Font_Awesome_Swift.framework
[09:46:16]: ▸ Building Pods/Result [Release]
[09:46:16]: ▸ Check Dependencies
[09:46:16]: ▸ Processing Info.plist
[09:46:16]: ▸ Compiling Result.swift
[09:46:16]: ▸ Compiling ResultType.swift
[09:46:16]: ▸ Compiling Result.swift
[09:46:16]: ▸ Compiling ResultType.swift
[09:46:16]: ▸ Compiling Result-dummy.m
[09:46:16]: ▸ Compiling Result_vers.c
[09:46:16]: ▸ Compiling Result_vers.c
[09:46:16]: ▸ Compiling Result-dummy.m
[09:46:16]: ▸ Linking Result
[09:46:16]: ▸ Linking Result
[09:46:16]: ▸ Generating 'Result.framework.dSYM'
[09:46:17]: ▸ Copying Result-umbrella.h
[09:46:18]: ▸ Touching Result.framework
[09:46:18]: ▸ Signing /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Result.framework
[09:46:19]: ▸ Building Pods/RxSwift [Release]
[09:46:19]: ▸ Check Dependencies
[09:46:19]: ▸ Processing Info.plist
[09:46:19]: ▸ Compiling AddRef.swift
[09:46:19]: ▸ Compiling Amb.swift
[09:46:19]: ▸ Compiling AnonymousDisposable.swift
[09:46:19]: ▸ Compiling AnonymousInvocable.swift
[09:46:19]: ▸ Compiling AnonymousObservable.swift
[09:46:19]: ▸ Compiling AnonymousObserver.swift
[09:46:19]: ▸ Compiling AnyObserver.swift
[09:46:19]: ▸ Compiling AsyncLock.swift
[09:46:19]: ▸ Compiling Bag.swift
[09:46:19]: ▸ Compiling BehaviorSubject.swift
[09:46:19]: ▸ Compiling BinaryDisposable.swift
[09:46:19]: ▸ Compiling BooleanDisposable.swift
[09:46:19]: ▸ Compiling Buffer.swift
[09:46:19]: ▸ Compiling Cancelable.swift
[09:46:19]: ▸ Compiling Catch.swift
[09:46:19]: ▸ Compiling CombineLatest+arity.swift
[09:46:19]: ▸ Compiling CombineLatest+CollectionType.swift
[09:46:19]: ▸ Compiling CombineLatest.swift
[09:46:19]: ▸ Compiling CompositeDisposable.swift
[09:46:19]: ▸ Compiling Concat.swift
[09:46:19]: ▸ Compiling ConcurrentDispatchQueueScheduler.swift
[09:46:19]: ▸ Compiling ConcurrentMainScheduler.swift
[09:46:19]: ▸ Compiling ConnectableObservable.swift
[09:46:19]: ▸ Compiling ConnectableObservableType.swift
[09:46:19]: ▸ Compiling CurrentThreadScheduler.swift
[09:46:19]: ▸ Compiling Debug.swift
[09:46:19]: ▸ Compiling Deferred.swift
[09:46:19]: ▸ Compiling DelaySubscription.swift
[09:46:19]: ▸ Compiling DispatchQueueSchedulerQOS.swift
[09:46:19]: ▸ Compiling Disposable.swift
[09:46:19]: ▸ Compiling DisposeBag.swift
[09:46:19]: ▸ Compiling DisposeBase.swift
[09:46:19]: ▸ Compiling DistinctUntilChanged.swift
[09:46:19]: ▸ Compiling Do.swift
[09:46:19]: ▸ Compiling ElementAt.swift
[09:46:19]: ▸ Compiling Empty.swift
[09:46:19]: ▸ Compiling Error.swift
[09:46:19]: ▸ Compiling Errors.swift
[09:46:19]: ▸ Compiling Event.swift
[09:46:19]: ▸ Compiling Filter.swift
[09:46:19]: ▸ Compiling Generate.swift
[09:46:19]: ▸ Compiling HistoricalScheduler.swift
[09:46:19]: ▸ Compiling HistoricalSchedulerTimeConverter.swift
[09:46:19]: ▸ Compiling ImmediateScheduler.swift
[09:46:19]: ▸ Compiling ImmediateSchedulerType.swift
[09:46:19]: ▸ Compiling InfiniteSequence.swift
[09:46:19]: ▸ Compiling InvocableScheduledItem.swift
[09:46:19]: ▸ Compiling InvocableType.swift
[09:46:19]: ▸ Compiling Just.swift
[09:46:19]: ▸ Compiling Lock.swift
[09:46:19]: ▸ Compiling LockOwnerType.swift
[09:46:19]: ▸ Compiling MainScheduler.swift
[09:46:19]: ▸ Compiling Map.swift
[09:46:19]: ▸ Compiling Merge.swift
[09:46:19]: ▸ Compiling Multicast.swift
[09:46:19]: ▸ Compiling NAryDisposable.swift
[09:46:19]: ▸ Compiling Never.swift
[09:46:19]: ▸ Compiling NopDisposable.swift
[09:46:19]: ▸ Compiling Observable+Aggregate.swift
[09:46:19]: ▸ Compiling Observable+Binding.swift
[09:46:19]: ▸ Compiling Observable+Concurrency.swift
[09:46:19]: ▸ Compiling Observable+Creation.swift
[09:46:19]: ▸ Compiling Observable+Debug.swift
[09:46:19]: ▸ Compiling Observable+Extensions.swift
[09:46:19]: ▸ Compiling Observable+Multiple.swift
[09:46:19]: ▸ Compiling Observable+Single.swift
[09:46:19]: ▸ Compiling Observable+StandardSequenceOperators.swift
[09:46:19]: ▸ Compiling Observable+Time.swift
[09:46:19]: ▸ Compiling Observable.swift
[09:46:19]: ▸ Compiling ObservableConvertibleType.swift
[09:46:19]: ▸ Compiling ObservableType.swift
[09:46:19]: ▸ Compiling ObserveOn.swift
[09:46:19]: ▸ Compiling ObserveOnSerialDispatchQueue.swift
[09:46:19]: ▸ Compiling ObserverBase.swift
[09:46:19]: ▸ Compiling ObserverType.swift
[09:46:19]: ▸ Compiling OperationQueueScheduler.swift
[09:46:19]: ▸ Compiling Platform.Darwin.swift
[09:46:19]: ▸ Compiling Platform.Linux.swift
[09:46:19]: ▸ Compiling PriorityQueue.swift
[09:46:19]: ▸ Compiling Producer.swift
[09:46:19]: ▸ Compiling PublishSubject.swift
[09:46:19]: ▸ Compiling Queue.swift
[09:46:19]: ▸ Compiling Range.swift
[09:46:19]: ▸ Compiling RecursiveScheduler.swift
[09:46:19]: ▸ Compiling Reduce.swift
[09:46:19]: ▸ Compiling RefCount.swift
[09:46:19]: ▸ Compiling RefCountDisposable.swift
[09:46:19]: ▸ Compiling Repeat.swift
[09:46:19]: ▸ Compiling ReplaySubject.swift
[09:46:19]: ▸ Compiling RetryWhen.swift
[09:46:19]: ▸ Compiling Rx.swift
[09:46:19]: ▸ Compiling RxMutableBox.swift
[09:46:19]: ▸ Compiling Sample.swift
[09:46:19]: ▸ Compiling Scan.swift
[09:46:19]: ▸ Compiling ScheduledDisposable.swift
[09:46:19]: ▸ Compiling ScheduledItem.swift
[09:46:19]: ▸ Compiling ScheduledItemType.swift
[09:46:19]: ▸ Compiling SchedulerServices+Emulation.swift
[09:46:19]: ▸ Compiling SchedulerType.swift
[09:46:19]: ▸ Compiling Sequence.swift
[09:46:19]: ▸ Compiling SerialDispatchQueueScheduler.swift
[09:46:19]: ▸ Compiling SerialDisposable.swift
[09:46:19]: ▸ Compiling ShareReplay1.swift
[09:46:19]: ▸ Compiling ShareReplay1WhileConnected.swift
[09:46:19]: ▸ Compiling SingleAssignmentDisposable.swift
[09:46:19]: ▸ Compiling SingleAsync.swift
[09:46:19]: ▸ Compiling Sink.swift
[09:46:19]: ▸ Compiling Skip.swift
[09:46:19]: ▸ Compiling SkipUntil.swift
[09:46:19]: ▸ Compiling SkipWhile.swift
[09:46:19]: ▸ Compiling StableCompositeDisposable.swift
[09:46:19]: ▸ Compiling StartWith.swift
[09:46:19]: ▸ Compiling String+Rx.swift
[09:46:19]: ▸ Compiling SubjectType.swift
[09:46:19]: ▸ Compiling SubscribeOn.swift
[09:46:19]: ▸ Compiling SubscriptionDisposable.swift
[09:46:19]: ▸ Compiling Switch.swift
[09:46:19]: ▸ Compiling SynchronizedDisposeType.swift
[09:46:19]: ▸ Compiling SynchronizedOnType.swift
[09:46:19]: ▸ Compiling SynchronizedSubscribeType.swift
[09:46:19]: ▸ Compiling SynchronizedUnsubscribeType.swift
[09:46:19]: ▸ Compiling TailRecursiveSink.swift
[09:46:19]: ▸ Compiling Take.swift
[09:46:19]: ▸ Compiling TakeLast.swift
[09:46:19]: ▸ Compiling TakeUntil.swift
[09:46:19]: ▸ Compiling TakeWhile.swift
[09:46:19]: ▸ Compiling Throttle.swift
[09:46:19]: ▸ Compiling Timeout.swift
[09:46:19]: ▸ Compiling Timer.swift
[09:46:19]: ▸ Compiling ToArray.swift
[09:46:19]: ▸ Compiling Using.swift
[09:46:19]: ▸ Compiling Variable.swift
[09:46:19]: ▸ Compiling VirtualTimeConverterType.swift
[09:46:19]: ▸ Compiling VirtualTimeScheduler.swift
[09:46:19]: ▸ Compiling Window.swift
[09:46:19]: ▸ Compiling WithLatestFrom.swift
[09:46:19]: ▸ Compiling Zip+arity.swift
[09:46:19]: ▸ Compiling Zip+CollectionType.swift
[09:46:19]: ▸ Compiling Zip.swift
[09:46:19]: ▸ Compiling AddRef.swift
[09:46:19]: ▸ Compiling Amb.swift
[09:46:19]: ▸ Compiling AnonymousDisposable.swift
[09:46:19]: ▸ Compiling AnonymousInvocable.swift
[09:46:19]: ▸ Compiling AnonymousObservable.swift
[09:46:19]: ▸ Compiling AnonymousObserver.swift
[09:46:19]: ▸ Compiling AnyObserver.swift
[09:46:19]: ▸ Compiling AsyncLock.swift
[09:46:19]: ▸ Compiling Bag.swift
[09:46:19]: ▸ Compiling BehaviorSubject.swift
[09:46:19]: ▸ Compiling BinaryDisposable.swift
[09:46:19]: ▸ Compiling BooleanDisposable.swift
[09:46:19]: ▸ Compiling Buffer.swift
[09:46:19]: ▸ Compiling Cancelable.swift
[09:46:19]: ▸ Compiling Catch.swift
[09:46:20]: ▸ Compiling CombineLatest+arity.swift
[09:46:20]: ▸ Compiling CombineLatest+CollectionType.swift
[09:46:20]: ▸ Compiling CombineLatest.swift
[09:46:20]: ▸ Compiling CompositeDisposable.swift
[09:46:20]: ▸ Compiling Concat.swift
[09:46:20]: ▸ Compiling ConcurrentDispatchQueueScheduler.swift
[09:46:20]: ▸ Compiling ConcurrentMainScheduler.swift
[09:46:20]: ▸ Compiling ConnectableObservable.swift
[09:46:20]: ▸ Compiling ConnectableObservableType.swift
[09:46:20]: ▸ Compiling CurrentThreadScheduler.swift
[09:46:20]: ▸ Compiling Debug.swift
[09:46:20]: ▸ Compiling Deferred.swift
[09:46:20]: ▸ Compiling DelaySubscription.swift
[09:46:20]: ▸ Compiling DispatchQueueSchedulerQOS.swift
[09:46:20]: ▸ Compiling Disposable.swift
[09:46:20]: ▸ Compiling DisposeBag.swift
[09:46:20]: ▸ Compiling DisposeBase.swift
[09:46:20]: ▸ Compiling DistinctUntilChanged.swift
[09:46:20]: ▸ Compiling Do.swift
[09:46:20]: ▸ Compiling ElementAt.swift
[09:46:20]: ▸ Compiling Empty.swift
[09:46:20]: ▸ Compiling Error.swift
[09:46:20]: ▸ Compiling Errors.swift
[09:46:20]: ▸ Compiling Event.swift
[09:46:20]: ▸ Compiling Filter.swift
[09:46:20]: ▸ Compiling Generate.swift
[09:46:20]: ▸ Compiling HistoricalScheduler.swift
[09:46:20]: ▸ Compiling HistoricalSchedulerTimeConverter.swift
[09:46:20]: ▸ Compiling ImmediateScheduler.swift
[09:46:20]: ▸ Compiling ImmediateSchedulerType.swift
[09:46:20]: ▸ Compiling InfiniteSequence.swift
[09:46:20]: ▸ Compiling InvocableScheduledItem.swift
[09:46:20]: ▸ Compiling InvocableType.swift
[09:46:20]: ▸ Compiling Just.swift
[09:46:20]: ▸ Compiling Lock.swift
[09:46:20]: ▸ Compiling LockOwnerType.swift
[09:46:20]: ▸ Compiling MainScheduler.swift
[09:46:20]: ▸ Compiling Map.swift
[09:46:20]: ▸ Compiling Merge.swift
[09:46:20]: ▸ Compiling Multicast.swift
[09:46:20]: ▸ Compiling NAryDisposable.swift
[09:46:20]: ▸ Compiling Never.swift
[09:46:20]: ▸ Compiling NopDisposable.swift
[09:46:20]: ▸ Compiling Observable+Aggregate.swift
[09:46:20]: ▸ Compiling Observable+Binding.swift
[09:46:20]: ▸ Compiling Observable+Concurrency.swift
[09:46:20]: ▸ Compiling Observable+Creation.swift
[09:46:20]: ▸ Compiling Observable+Debug.swift
[09:46:20]: ▸ Compiling Observable+Extensions.swift
[09:46:20]: ▸ Compiling Observable+Multiple.swift
[09:46:20]: ▸ Compiling Observable+Single.swift
[09:46:20]: ▸ Compiling Observable+StandardSequenceOperators.swift
[09:46:20]: ▸ Compiling Observable+Time.swift
[09:46:20]: ▸ Compiling Observable.swift
[09:46:20]: ▸ Compiling ObservableConvertibleType.swift
[09:46:20]: ▸ Compiling ObservableType.swift
[09:46:20]: ▸ Compiling ObserveOn.swift
[09:46:20]: ▸ Compiling ObserveOnSerialDispatchQueue.swift
[09:46:20]: ▸ Compiling ObserverBase.swift
[09:46:20]: ▸ Compiling ObserverType.swift
[09:46:20]: ▸ Compiling OperationQueueScheduler.swift
[09:46:20]: ▸ Compiling Platform.Darwin.swift
[09:46:20]: ▸ Compiling Platform.Linux.swift
[09:46:20]: ▸ Compiling PriorityQueue.swift
[09:46:20]: ▸ Compiling Producer.swift
[09:46:20]: ▸ Compiling PublishSubject.swift
[09:46:20]: ▸ Compiling Queue.swift
[09:46:20]: ▸ Compiling Range.swift
[09:46:20]: ▸ Compiling RecursiveScheduler.swift
[09:46:20]: ▸ Compiling Reduce.swift
[09:46:20]: ▸ Compiling RefCount.swift
[09:46:20]: ▸ Compiling RefCountDisposable.swift
[09:46:20]: ▸ Compiling Repeat.swift
[09:46:20]: ▸ Compiling ReplaySubject.swift
[09:46:20]: ▸ Compiling RetryWhen.swift
[09:46:20]: ▸ Compiling Rx.swift
[09:46:20]: ▸ Compiling RxMutableBox.swift
[09:46:20]: ▸ Compiling Sample.swift
[09:46:20]: ▸ Compiling Scan.swift
[09:46:20]: ▸ Compiling ScheduledDisposable.swift
[09:46:20]: ▸ Compiling ScheduledItem.swift
[09:46:20]: ▸ Compiling ScheduledItemType.swift
[09:46:20]: ▸ Compiling SchedulerServices+Emulation.swift
[09:46:20]: ▸ Compiling SchedulerType.swift
[09:46:20]: ▸ Compiling Sequence.swift
[09:46:20]: ▸ Compiling SerialDispatchQueueScheduler.swift
[09:46:20]: ▸ Compiling SerialDisposable.swift
[09:46:20]: ▸ Compiling ShareReplay1.swift
[09:46:20]: ▸ Compiling ShareReplay1WhileConnected.swift
[09:46:20]: ▸ Compiling SingleAssignmentDisposable.swift
[09:46:20]: ▸ Compiling SingleAsync.swift
[09:46:20]: ▸ Compiling Sink.swift
[09:46:20]: ▸ Compiling Skip.swift
[09:46:20]: ▸ Compiling SkipUntil.swift
[09:46:20]: ▸ Compiling SkipWhile.swift
[09:46:20]: ▸ Compiling StableCompositeDisposable.swift
[09:46:20]: ▸ Compiling StartWith.swift
[09:46:20]: ▸ Compiling String+Rx.swift
[09:46:20]: ▸ Compiling SubjectType.swift
[09:46:20]: ▸ Compiling SubscribeOn.swift
[09:46:20]: ▸ Compiling SubscriptionDisposable.swift
[09:46:20]: ▸ Compiling Switch.swift
[09:46:20]: ▸ Compiling SynchronizedDisposeType.swift
[09:46:20]: ▸ Compiling SynchronizedOnType.swift
[09:46:20]: ▸ Compiling SynchronizedSubscribeType.swift
[09:46:20]: ▸ Compiling SynchronizedUnsubscribeType.swift
[09:46:20]: ▸ Compiling TailRecursiveSink.swift
[09:46:20]: ▸ Compiling Take.swift
[09:46:20]: ▸ Compiling TakeLast.swift
[09:46:20]: ▸ Compiling TakeUntil.swift
[09:46:20]: ▸ Compiling TakeWhile.swift
[09:46:20]: ▸ Compiling Throttle.swift
[09:46:20]: ▸ Compiling Timeout.swift
[09:46:20]: ▸ Compiling Timer.swift
[09:46:20]: ▸ Compiling ToArray.swift
[09:46:20]: ▸ Compiling Using.swift
[09:46:20]: ▸ Compiling Variable.swift
[09:46:20]: ▸ Compiling VirtualTimeConverterType.swift
[09:46:20]: ▸ Compiling VirtualTimeScheduler.swift
[09:46:20]: ▸ Compiling Window.swift
[09:46:20]: ▸ Compiling WithLatestFrom.swift
[09:46:20]: ▸ Compiling Zip+arity.swift
[09:46:20]: ▸ Compiling Zip+CollectionType.swift
[09:46:20]: ▸ Compiling Zip.swift
[09:46:20]: ▸ Compiling RxSwift-dummy.m
[09:46:20]: ▸ Compiling RxSwift_vers.c
[09:46:20]: ▸ Compiling RxSwift-dummy.m
[09:46:20]: ▸ Compiling RxSwift_vers.c
[09:46:20]: ▸ Linking RxSwift
[09:46:22]: ▸ Linking RxSwift
[09:47:07]: ▸ Generating 'RxSwift.framework.dSYM'
[09:47:10]: ▸ Copying RxSwift-umbrella.h
[09:47:11]: ▸ Touching RxSwift.framework
[09:47:16]: ▸ Signing /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxSwift.framework
[09:47:19]: ▸ Building Pods/PDKTZipArchive [Release]
[09:47:19]: ▸ Check Dependencies
[09:47:19]: ▸ Processing Info.plist
[09:47:19]: ▸ Compiling ioapi.c
[09:47:19]: ▸ Compiling PDKTZipArchive-dummy.m
[09:47:19]: ▸ Compiling mztools.c
[09:47:19]: ▸ Compiling PDKTZipArchive.m
[09:47:19]: ▸ Compiling unzip.c
[09:47:19]: ▸ Compiling zip.c
[09:47:19]: ▸ Compiling PDKTZipArchive_vers.c
[09:47:19]: ▸ Compiling ioapi.c
[09:47:19]: ▸ Compiling mztools.c
[09:47:19]: ▸ Compiling PDKTZipArchive-dummy.m
[09:47:19]: ▸ Compiling PDKTZipArchive.m
[09:47:19]: ▸ Compiling unzip.c
[09:47:19]: ▸ Compiling zip.c
[09:47:19]: ▸ Compiling PDKTZipArchive_vers.c
[09:47:19]: ▸ Linking PDKTZipArchive
[09:47:19]: ▸ Linking PDKTZipArchive
[09:47:19]: ▸ Generating 'PDKTZipArchive.framework.dSYM'
[09:47:19]: ▸ Copying crypt.h
[09:47:19]: ▸ Copying ioapi.h
[09:47:19]: ▸ Copying mztools.h
[09:47:19]: ▸ Copying PDKTZipArchive-umbrella.h
[09:47:19]: ▸ Copying PDKTZipArchive.h
[09:47:19]: ▸ Copying unzip.h
[09:47:19]: ▸ Copying zip.h
[09:47:19]: ▸ Touching PDKTZipArchive.framework
[09:47:19]: ▸ Signing /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/PDKTZipArchive.framework
[09:47:19]: ▸ Building Pods/Reachability [Release]
[09:47:19]: ▸ Check Dependencies
[09:47:19]: ▸ Processing Info.plist
[09:47:19]: ▸ Compiling Reachability-dummy.m
[09:47:19]: ▸ Compiling Reachability.m
[09:47:19]: ▸ Compiling Reachability_vers.c
[09:47:19]: ▸ Compiling Reachability-dummy.m
[09:47:19]: ▸ Compiling Reachability.m
[09:47:19]: ▸ Compiling Reachability_vers.c
[09:47:19]: ▸ Linking Reachability
[09:47:19]: ▸ Linking Reachability
[09:47:19]: ▸ Generating 'Reachability.framework.dSYM'
[09:47:19]: ▸ Copying Reachability-umbrella.h
[09:47:19]: ▸ Copying Reachability.h
[09:47:19]: ▸ Touching Reachability.framework
[09:47:19]: ▸ Signing /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Reachability.framework
[09:47:19]: ▸ Building Pods/ReactiveCocoa [Release]
[09:47:19]: ▸ Check Dependencies
[09:47:19]: ▸ Processing Info.plist
[09:47:19]: ▸ Compiling Action.swift
[09:47:19]: ▸ Compiling Atomic.swift
[09:47:19]: ▸ Compiling Bag.swift
[09:47:19]: ▸ Compiling Disposable.swift
[09:47:19]: ▸ Compiling Event.swift
[09:47:19]: ▸ Compiling Flatten.swift
[09:47:19]: ▸ Compiling FoundationExtensions.swift
[09:47:19]: ▸ Compiling ObjectiveCBridging.swift
[09:47:19]: ▸ Compiling Observer.swift
[09:47:19]: ▸ Compiling Optional.swift
[09:47:19]: ▸ Compiling Property.swift
[09:47:19]: ▸ Compiling Scheduler.swift
[09:47:19]: ▸ Compiling Signal.swift
[09:47:19]: ▸ Compiling SignalProducer.swift
[09:47:19]: ▸ Compiling TupleExtensions.swift
[09:47:19]: ▸ Compiling Action.swift
[09:47:19]: ▸ Compiling Atomic.swift
[09:47:19]: ▸ Compiling Bag.swift
[09:47:20]: ▸ Compiling Disposable.swift
[09:47:20]: ▸ Compiling Event.swift
[09:47:20]: ▸ Compiling Flatten.swift
[09:47:20]: ▸ Compiling FoundationExtensions.swift
[09:47:20]: ▸ Compiling ObjectiveCBridging.swift
[09:47:20]: ▸ Compiling Observer.swift
[09:47:20]: ▸ Compiling Optional.swift
[09:47:20]: ▸ Compiling Property.swift
[09:47:20]: ▸ Compiling Scheduler.swift
[09:47:20]: ▸ Compiling Signal.swift
[09:47:20]: ▸ Compiling SignalProducer.swift
[09:47:20]: ▸ Compiling TupleExtensions.swift
[09:47:20]: ▸ Compiling EXTRuntimeExtensions.m
[09:47:20]: ▸ Compiling MKAnnotationView+RACSignalSupport.m
[09:47:20]: ▸ Compiling NSArray+RACSequenceAdditions.m
[09:47:20]: ▸ Compiling NSData+RACSupport.m
[09:47:20]: ▸ Compiling NSDictionary+RACSequenceAdditions.m
[09:47:20]: ▸ Compiling NSEnumerator+RACSequenceAdditions.m
[09:47:20]: ▸ Compiling NSFileHandle+RACSupport.m
[09:47:20]: ▸ Compiling NSIndexSet+RACSequenceAdditions.m
[09:47:20]: ▸ Compiling NSInvocation+RACTypeParsing.m
[09:47:20]: ▸ Compiling NSNotificationCenter+RACSupport.m
[09:47:20]: ▸ Compiling NSObject+RACDeallocating.m
[09:47:20]: ▸ Compiling NSObject+RACDescription.m
[09:47:20]: ▸ Compiling NSObject+RACKVOWrapper.m
[09:47:20]: ▸ Compiling NSObject+RACLifting.m
[09:47:20]: ▸ Compiling NSObject+RACPropertySubscribing.m
[09:47:20]: ▸ Compiling NSObject+RACSelectorSignal.m
[09:47:20]: ▸ Compiling NSOrderedSet+RACSequenceAdditions.m
[09:47:20]: ▸ Compiling NSSet+RACSequenceAdditions.m
[09:47:20]: ▸ Compiling NSString+RACKeyPathUtilities.m
[09:47:20]: ▸ Compiling NSString+RACSequenceAdditions.m
[09:47:20]: ▸ Compiling NSString+RACSupport.m
[09:47:20]: ▸ Compiling NSURLConnection+RACSupport.m
[09:47:20]: ▸ Compiling NSUserDefaults+RACSupport.m
[09:47:20]: ▸ Compiling RACArraySequence.m
[09:47:20]: ▸ Compiling RACBehaviorSubject.m
[09:47:20]: ▸ Compiling RACBlockTrampoline.m
[09:47:20]: ▸ Compiling RACChannel.m
[09:47:20]: ▸ Compiling RACCommand.m
[09:47:20]: ▸ Compiling RACCompoundDisposable.m
[09:47:20]: ▸ Compiling RACDelegateProxy.m
[09:47:20]: ▸ Compiling RACDisposable.m
[09:47:20]: ▸ Compiling RACDynamicPropertySuperclass.m
[09:47:20]: ▸ Compiling RACDynamicSequence.m
[09:47:20]: ▸ Compiling RACDynamicSignal.m
[09:47:20]: ▸ Compiling RACEagerSequence.m
[09:47:20]: ▸ Compiling RACEmptySequence.m
[09:47:20]: ▸ Compiling RACEmptySignal.m
[09:47:20]: ▸ Compiling RACErrorSignal.m
[09:47:20]: ▸ Compiling RACEvent.m
[09:47:20]: ▸ Compiling RACGroupedSignal.m
[09:47:20]: ▸ Compiling RACImmediateScheduler.m
[09:47:20]: ▸ Compiling RACIndexSetSequence.m
[09:47:20]: ▸ Compiling RACKVOChannel.m
[09:47:20]: ▸ Compiling RACKVOProxy.m
[09:47:20]: ▸ Compiling RACKVOTrampoline.m
[09:47:20]: ▸ Compiling RACMulticastConnection.m
[09:47:20]: ▸ Compiling RACObjCRuntime.m
[09:47:21]: ▸ Compiling RACPassthroughSubscriber.m
[09:47:21]: ▸ Compiling RACQueueScheduler.m
[09:47:21]: ▸ Compiling RACReplaySubject.m
[09:47:21]: ▸ Compiling RACReturnSignal.m
[09:47:21]: ▸ Compiling RACScheduler.m
[09:47:21]: ▸ Compiling RACScopedDisposable.m
[09:47:21]: ▸ Compiling RACSequence.m
[09:47:21]: ▸ Compiling RACSerialDisposable.m
[09:47:21]: ▸ Compiling RACSignal+Operations.m
[09:47:21]: ▸ Compiling RACSignal.m
[09:47:21]: ▸ Compiling RACSignalSequence.m
[09:47:21]: ▸ Compiling RACStream.m
[09:47:21]: ▸ Compiling RACStringSequence.m
[09:47:21]: ▸ Compiling RACSubject.m
[09:47:24]: ▸ Compiling RACSubscriber.m
[09:47:24]: ▸ Compiling RACSubscriptingAssignmentTrampoline.m
[09:47:24]: ▸ Compiling RACSubscriptionScheduler.m
[09:47:24]: ▸ Compiling RACTargetQueueScheduler.m
[09:47:24]: ▸ Compiling RACTestScheduler.m
[09:47:24]: ▸ Compiling RACTuple.m
[09:47:24]: ▸ Compiling RACTupleSequence.m
[09:47:24]: ▸ Compiling RACUnarySequence.m
[09:47:24]: ▸ Compiling RACUnit.m
[09:47:24]: ▸ Compiling RACValueTransformer.m
[09:47:24]: ▸ Compiling ReactiveCocoa-dummy.m
[09:47:24]: ▸ Compiling UIActionSheet+RACSignalSupport.m
[09:47:24]: ▸ Compiling UIAlertView+RACSignalSupport.m
[09:47:24]: ▸ Compiling UIBarButtonItem+RACCommandSupport.m
[09:47:24]: ▸ Compiling UIButton+RACCommandSupport.m
[09:47:24]: ▸ Compiling UICollectionReusableView+RACSignalSupport.m
[09:47:24]: ▸ Compiling UIControl+RACSignalSupport.m
[09:47:24]: ▸ Compiling UIControl+RACSignalSupportPrivate.m
[09:47:24]: ▸ Compiling UIDatePicker+RACSignalSupport.m
[09:47:24]: ▸ Compiling UIGestureRecognizer+RACSignalSupport.m
[09:47:24]: ▸ Compiling UIImagePickerController+RACSignalSupport.m
[09:47:24]: ▸ Compiling UIRefreshControl+RACCommandSupport.m
[09:47:24]: ▸ Compiling UISegmentedControl+RACSignalSupport.m
[09:47:24]: ▸ Compiling UISlider+RACSignalSupport.m
[09:47:24]: ▸ Compiling UIStepper+RACSignalSupport.m
[09:47:24]: ▸ Compiling UISwitch+RACSignalSupport.m
[09:47:24]: ▸ Compiling UITableViewCell+RACSignalSupport.m
[09:47:24]: ▸ Compiling UITableViewHeaderFooterView+RACSignalSupport.m
[09:47:24]: ▸ Compiling UITextField+RACSignalSupport.m
[09:47:24]: ▸ Compiling UITextView+RACSignalSupport.m
[09:47:24]: ▸ Compiling ReactiveCocoa_vers.c
[09:47:24]: ▸ Compiling EXTRuntimeExtensions.m
[09:47:24]: ▸ Compiling MKAnnotationView+RACSignalSupport.m
[09:47:24]: ▸ Compiling NSArray+RACSequenceAdditions.m
[09:47:24]: ▸ Compiling NSData+RACSupport.m
[09:47:24]: ▸ Compiling NSDictionary+RACSequenceAdditions.m
[09:47:24]: ▸ Compiling NSEnumerator+RACSequenceAdditions.m
[09:47:24]: ▸ Compiling NSFileHandle+RACSupport.m
[09:47:24]: ▸ Compiling NSIndexSet+RACSequenceAdditions.m
[09:47:24]: ▸ Compiling NSInvocation+RACTypeParsing.m
[09:47:25]: ▸ Compiling NSNotificationCenter+RACSupport.m
[09:47:25]: ▸ Compiling NSObject+RACDeallocating.m
[09:47:25]: ▸ Compiling NSObject+RACDescription.m
[09:47:25]: ▸ Compiling NSObject+RACKVOWrapper.m
[09:47:25]: ▸ Compiling NSObject+RACLifting.m
[09:47:25]: ▸ Compiling NSObject+RACPropertySubscribing.m
[09:47:25]: ▸ Compiling NSObject+RACSelectorSignal.m
[09:47:26]: ▸ Compiling NSOrderedSet+RACSequenceAdditions.m
[09:47:26]: ▸ Compiling NSSet+RACSequenceAdditions.m
[09:47:26]: ▸ Compiling NSString+RACKeyPathUtilities.m
[09:47:26]: ▸ Compiling NSString+RACSequenceAdditions.m
[09:47:26]: ▸ Compiling NSString+RACSupport.m
[09:47:26]: ▸ Compiling NSURLConnection+RACSupport.m
[09:47:26]: ▸ Compiling NSUserDefaults+RACSupport.m
[09:47:26]: ▸ Compiling RACArraySequence.m
[09:47:26]: ▸ Compiling RACBehaviorSubject.m
[09:47:27]: ▸ Compiling RACBlockTrampoline.m
[09:47:27]: ▸ Compiling RACChannel.m
[09:47:27]: ▸ Compiling RACCommand.m
[09:47:27]: ▸ Compiling RACCompoundDisposable.m
[09:47:27]: ▸ Compiling RACDelegateProxy.m
[09:47:27]: ▸ Compiling RACDisposable.m
[09:47:27]: ▸ Compiling RACDynamicPropertySuperclass.m
[09:47:27]: ▸ Compiling RACDynamicSequence.m
[09:47:28]: ▸ Compiling RACDynamicSignal.m
[09:47:28]: ▸ Compiling RACEagerSequence.m
[09:47:28]: ▸ Compiling RACEmptySequence.m
[09:47:28]: ▸ Compiling RACEmptySignal.m
[09:47:28]: ▸ Compiling RACErrorSignal.m
[09:47:28]: ▸ Compiling RACEvent.m
[09:47:29]: ▸ Compiling RACGroupedSignal.m
[09:47:29]: ▸ Compiling RACImmediateScheduler.m
[09:47:29]: ▸ Compiling RACIndexSetSequence.m
[09:47:29]: ▸ Compiling RACKVOChannel.m
[09:47:29]: ▸ Compiling RACKVOProxy.m
[09:47:29]: ▸ Compiling RACKVOTrampoline.m
[09:47:29]: ▸ Compiling RACMulticastConnection.m
[09:47:29]: ▸ Compiling RACObjCRuntime.m
[09:47:37]: ▸ Compiling RACPassthroughSubscriber.m
[09:47:37]: ▸ Compiling RACQueueScheduler.m
[09:47:37]: ▸ Compiling RACReplaySubject.m
[09:47:37]: ▸ Compiling RACReturnSignal.m
[09:47:37]: ▸ Compiling RACScheduler.m
[09:47:37]: ▸ Compiling RACScopedDisposable.m
[09:47:37]: ▸ Compiling RACSequence.m
[09:47:37]: ▸ Compiling RACSerialDisposable.m
[09:47:37]: ▸ Compiling RACSignal+Operations.m
[09:47:38]: ▸ Compiling RACSignal.m
[09:47:38]: ▸ Compiling RACSignalSequence.m
[09:47:38]: ▸ Compiling RACStream.m
[09:47:38]: ▸ Compiling RACStringSequence.m
[09:47:38]: ▸ Compiling RACSubject.m
[09:47:38]: ▸ Compiling RACSubscriber.m
[09:47:38]: ▸ Compiling RACSubscriptingAssignmentTrampoline.m
[09:47:38]: ▸ Compiling RACSubscriptionScheduler.m
[09:47:38]: ▸ Compiling RACTargetQueueScheduler.m
[09:47:38]: ▸ Compiling RACTestScheduler.m
[09:47:38]: ▸ Compiling RACTuple.m
[09:47:38]: ▸ Compiling RACTupleSequence.m
[09:47:38]: ▸ Compiling RACUnarySequence.m
[09:47:38]: ▸ Compiling RACUnit.m
[09:47:39]: ▸ Compiling RACValueTransformer.m
[09:47:39]: ▸ Compiling ReactiveCocoa-dummy.m
[09:47:39]: ▸ Compiling UIActionSheet+RACSignalSupport.m
[09:47:39]: ▸ Compiling UIAlertView+RACSignalSupport.m
[09:47:39]: ▸ Compiling UIBarButtonItem+RACCommandSupport.m
[09:47:39]: ▸ Compiling UIButton+RACCommandSupport.m
[09:47:39]: ▸ Compiling UICollectionReusableView+RACSignalSupport.m
[09:47:39]: ▸ Compiling UIControl+RACSignalSupport.m
[09:47:39]: ▸ Compiling UIControl+RACSignalSupportPrivate.m
[09:47:39]: ▸ Compiling UIDatePicker+RACSignalSupport.m
[09:47:39]: ▸ Compiling UIGestureRecognizer+RACSignalSupport.m
[09:47:39]: ▸ Compiling UIImagePickerController+RACSignalSupport.m
[09:47:39]: ▸ Compiling UIRefreshControl+RACCommandSupport.m
[09:47:39]: ▸ Compiling UISegmentedControl+RACSignalSupport.m
[09:47:39]: ▸ Compiling UISlider+RACSignalSupport.m
[09:47:39]: ▸ Compiling UIStepper+RACSignalSupport.m
[09:47:39]: ▸ Compiling UISwitch+RACSignalSupport.m
[09:47:39]: ▸ Compiling UITableViewCell+RACSignalSupport.m
[09:47:39]: ▸ Compiling UITableViewHeaderFooterView+RACSignalSupport.m
[09:47:39]: ▸ Compiling UITextField+RACSignalSupport.m
[09:47:39]: ▸ Compiling UITextView+RACSignalSupport.m
[09:47:39]: ▸ Compiling ReactiveCocoa_vers.c
[09:47:39]: ▸ Linking ReactiveCocoa
[09:47:42]: ▸ Linking ReactiveCocoa
[09:47:43]: ▸ Generating 'ReactiveCocoa.framework.dSYM'
[09:47:44]: ▸ Copying EXTKeyPathCoding.h
[09:47:44]: ▸ Copying EXTRuntimeExtensions.h
[09:47:44]: ▸ Copying EXTScope.h
[09:47:44]: ▸ Copying metamacros.h
[09:47:44]: ▸ Copying MKAnnotationView+RACSignalSupport.h
[09:47:44]: ▸ Copying NSArray+RACSequenceAdditions.h
[09:47:44]: ▸ Copying NSData+RACSupport.h
[09:47:44]: ▸ Copying NSDictionary+RACSequenceAdditions.h
[09:47:44]: ▸ Copying NSEnumerator+RACSequenceAdditions.h
[09:47:44]: ▸ Copying NSFileHandle+RACSupport.h
[09:47:44]: ▸ Copying NSIndexSet+RACSequenceAdditions.h
[09:47:44]: ▸ Copying NSInvocation+RACTypeParsing.h
[09:47:44]: ▸ Copying NSNotificationCenter+RACSupport.h
[09:47:44]: ▸ Copying NSObject+RACDescription.h
[09:47:45]: ▸ Copying NSObject+RACDeallocating.h
[09:47:45]: ▸ Copying NSObject+RACKVOWrapper.h
[09:47:45]: ▸ Copying NSObject+RACPropertySubscribing.h
[09:47:45]: ▸ Copying NSOrderedSet+RACSequenceAdditions.h
[09:47:45]: ▸ Copying NSObject+RACSelectorSignal.h
[09:47:45]: ▸ Copying NSObject+RACLifting.h
[09:47:45]: ▸ Copying NSSet+RACSequenceAdditions.h
[09:47:45]: ▸ Copying NSString+RACKeyPathUtilities.h
[09:47:45]: ▸ Copying NSString+RACSupport.h
[09:47:45]: ▸ Copying NSURLConnection+RACSupport.h
[09:47:45]: ▸ Copying NSString+RACSequenceAdditions.h
[09:47:45]: ▸ Copying RACArraySequence.h
[09:47:45]: ▸ Copying RACBehaviorSubject.h
[09:47:45]: ▸ Copying NSUserDefaults+RACSupport.h
[09:47:45]: ▸ Copying RACBlockTrampoline.h
[09:47:45]: ▸ Copying RACChannel.h
[09:47:45]: ▸ Copying RACCommand.h
[09:47:45]: ▸ Copying RACCompoundDisposable.h
[09:47:45]: ▸ Copying RACDelegateProxy.h
[09:47:45]: ▸ Copying RACDisposable.h
[09:47:45]: ▸ Copying RACDynamicPropertySuperclass.h
[09:47:45]: ▸ Copying RACDynamicSequence.h
[09:47:45]: ▸ Copying RACDynamicSignal.h
[09:47:45]: ▸ Copying RACEmptySequence.h
[09:47:45]: ▸ Copying RACErrorSignal.h
[09:47:45]: ▸ Copying RACEagerSequence.h
[09:47:45]: ▸ Copying RACEmptySignal.h
[09:47:45]: ▸ Copying RACEvent.h
[09:47:45]: ▸ Copying RACGroupedSignal.h
[09:47:45]: ▸ Copying RACIndexSetSequence.h
[09:47:45]: ▸ Copying RACImmediateScheduler.h
[09:47:45]: ▸ Copying RACKVOChannel.h
[09:47:45]: ▸ Copying RACKVOProxy.h
[09:47:45]: ▸ Copying RACKVOTrampoline.h
[09:47:45]: ▸ Copying RACMulticastConnection+Private.h
[09:47:45]: ▸ Copying RACMulticastConnection.h
[09:47:45]: ▸ Copying RACObjCRuntime.h
[09:47:45]: ▸ Copying RACQueueScheduler+Subclass.h
[09:47:45]: ▸ Copying RACPassthroughSubscriber.h
[09:47:45]: ▸ Copying RACQueueScheduler.h
[09:47:45]: ▸ Copying RACReplaySubject.h
[09:47:45]: ▸ Copying RACReturnSignal.h
[09:47:45]: ▸ Copying RACScheduler+Private.h
[09:47:45]: ▸ Copying RACScheduler+Subclass.h
[09:47:45]: ▸ Copying RACScheduler.h
[09:47:45]: ▸ Copying RACSequence.h
[09:47:45]: ▸ Copying RACScopedDisposable.h
[09:47:45]: ▸ Copying RACSignal+Operations.h
[09:47:45]: ▸ Copying RACSerialDisposable.h
[09:47:45]: ▸ Copying RACSignal.h
[09:47:45]: ▸ Copying RACSignalSequence.h
[09:47:45]: ▸ Copying RACStream+Private.h
[09:47:45]: ▸ Copying RACStream.h
[09:47:45]: ▸ Copying RACStringSequence.h
[09:47:45]: ▸ Copying RACSubject.h
[09:47:45]: ▸ Copying RACSubscriber+Private.h
[09:47:45]: ▸ Copying RACSubscriptingAssignmentTrampoline.h
[09:47:45]: ▸ Copying RACSubscriber.h
[09:47:45]: ▸ Copying RACTargetQueueScheduler.h
[09:47:45]: ▸ Copying RACSubscriptionScheduler.h
[09:47:45]: ▸ Copying RACTestScheduler.h
[09:47:45]: ▸ Copying RACTuple.h
[09:47:45]: ▸ Copying RACTupleSequence.h
[09:47:45]: ▸ Copying RACUnarySequence.h
[09:47:45]: ▸ Copying RACUnit.h
[09:47:45]: ▸ Copying RACValueTransformer.h
[09:47:45]: ▸ Copying ReactiveCocoa-Bridging-Header.h
[09:47:45]: ▸ Copying ReactiveCocoa.h
[09:47:45]: ▸ Copying ReactiveCocoa-umbrella.h
[09:47:45]: ▸ Copying UIActionSheet+RACSignalSupport.h
[09:47:45]: ▸ Copying UIAlertView+RACSignalSupport.h
[09:47:45]: ▸ Copying UIBarButtonItem+RACCommandSupport.h
[09:47:45]: ▸ Copying UIButton+RACCommandSupport.h
[09:47:45]: ▸ Copying UICollectionReusableView+RACSignalSupport.h
[09:47:45]: ▸ Copying UIControl+RACSignalSupport.h
[09:47:45]: ▸ Copying UIControl+RACSignalSupportPrivate.h
[09:47:45]: ▸ Copying UIDatePicker+RACSignalSupport.h
[09:47:45]: ▸ Copying UIGestureRecognizer+RACSignalSupport.h
[09:47:45]: ▸ Copying UIImagePickerController+RACSignalSupport.h
[09:47:45]: ▸ Copying UIRefreshControl+RACCommandSupport.h
[09:47:45]: ▸ Copying UISegmentedControl+RACSignalSupport.h
[09:47:45]: ▸ Copying UISlider+RACSignalSupport.h
[09:47:45]: ▸ Copying UISwitch+RACSignalSupport.h
[09:47:45]: ▸ Copying UIStepper+RACSignalSupport.h
[09:47:45]: ▸ Copying UITableViewCell+RACSignalSupport.h
[09:47:45]: ▸ Copying UITextField+RACSignalSupport.h
[09:47:45]: ▸ Copying UITableViewHeaderFooterView+RACSignalSupport.h
[09:47:45]: ▸ Copying UITextView+RACSignalSupport.h
[09:47:45]: ▸ Touching ReactiveCocoa.framework
[09:47:45]: ▸ Signing /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/ReactiveCocoa.framework
[09:47:46]: ▸ Building Pods/Moya [Release]
[09:47:46]: ▸ Check Dependencies
[09:47:46]: ▸ Processing Info.plist
[09:47:46]: ▸ Compiling CredentialsPlugin.swift
[09:47:49]: ▸ Compiling Endpoint.swift
[09:47:53]: ▸ Compiling Error.swift
[09:47:53]: ▸ Compiling Image.swift
[09:47:53]: ▸ Compiling Moya+Alamofire.swift
[09:47:53]: ▸ Compiling Moya+ReactiveCocoa.swift
[09:47:53]: ▸ Compiling Moya+RxSwift.swift
[09:47:53]: ▸ Compiling Moya.swift
[09:47:54]: ▸ Compiling NetworkActivityPlugin.swift
[09:47:54]: ▸ Compiling NetworkLoggerPlugin.swift
[09:47:56]: ▸ Compiling Observable+Moya.swift
[09:47:56]: ▸ Compiling Plugin.swift
[09:47:56]: ▸ Compiling RACSignal+Moya.swift
[09:47:56]: ▸ Compiling Response.swift
[09:47:56]: ▸ Compiling SignalProducer+Moya.swift
[09:47:57]: ▸ Compiling CredentialsPlugin.swift
[09:47:59]: ▸ Compiling Endpoint.swift
[09:48:03]: ▸ Compiling Error.swift
[09:48:03]: ▸ Compiling Image.swift
[09:48:03]: ▸ Compiling Moya+Alamofire.swift
[09:48:03]: ▸ Compiling Moya+ReactiveCocoa.swift
[09:48:03]: ▸ Compiling Moya+RxSwift.swift
[09:48:03]: ▸ Compiling Moya.swift
[09:48:04]: ▸ Compiling NetworkActivityPlugin.swift
[09:48:04]: ▸ Compiling NetworkLoggerPlugin.swift
[09:48:06]: ▸ Compiling Observable+Moya.swift
[09:48:06]: ▸ Compiling Plugin.swift
[09:48:06]: ▸ Compiling RACSignal+Moya.swift
[09:48:06]: ▸ Compiling Response.swift
[09:48:06]: ▸ Compiling SignalProducer+Moya.swift
[09:48:06]: ▸ Compiling Moya_vers.c
[09:48:07]: ▸ Compiling Moya-dummy.m
[09:48:07]: ▸ Compiling Moya-dummy.m
[09:48:07]: ▸ Compiling Moya_vers.c
[09:48:07]: ▸ Linking Moya
[09:48:08]: ▸ Linking Moya
[09:48:09]: ▸ Generating 'Moya.framework.dSYM'
[09:48:09]: ▸ Copying Moya-umbrella.h
[09:48:09]: ▸ Touching Moya.framework
[09:48:09]: ▸ Signing /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Moya.framework
[09:48:10]: ▸ Building Pods/Pods-webinars [Release]
[09:48:10]: ▸ Check Dependencies
[09:48:10]: ▸ Processing Info.plist
[09:48:10]: ▸ Compiling Pods-webinars-dummy.m
[09:48:13]: ▸ Compiling Pods_webinars_vers.c
[09:48:13]: ▸ Compiling Pods_webinars_vers.c
[09:48:13]: ▸ Compiling Pods-webinars-dummy.m
[09:48:13]: ▸ Copying Pods-webinars-umbrella.h
[09:48:13]: ▸ Touching Pods_webinars.framework
[09:48:13]: ▸ Signing /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Pods_webinars.framework
[09:48:13]: ▸ Building webinars/webinars [Release]
[09:48:13]: ▸ Check Dependencies
[09:48:13]: ▸ Running script '📦 Check Pods Manifest.lock'
[09:48:14]: ▸ Compiling WebinarListingCell.swift
[09:48:23]: ▸ Compiling AppDelegate.swift
[09:48:23]: ▸ Compiling ExpertiseProvider.swift
[09:48:23]: ▸ Compiling Constants.swift
[09:48:23]: ▸ Compiling UserManager.swift
[09:48:23]: ▸ Compiling UIViewControllerExtension.swift
[09:48:23]: ▸ Compiling Utility.swift
[09:48:24]: ▸ Compiling SessionManager.swift
[09:48:24]: ▸ Compiling WebinarManager.swift
[09:48:24]: ▸ Compiling Loader.swift
[09:48:24]: ▸ Compiling Keyboard.swift
[09:48:25]: ▸ Compiling Session.swift
[09:48:26]: ▸ Compiling Network.swift
[09:48:28]: ▸ Compiling User.swift
[09:48:28]: ▸ Compiling Webinar.swift
[09:48:31]: ▸ Compiling Expertise.swift
[09:48:32]: ▸ Compiling ExpertiseError.swift
[09:48:32]: ▸ Compiling WebinarListingVC.swift
[09:48:32]: ▸ Compiling LoginVC.swift
[09:48:33]: ▸ Compiling WebinarListingCell.swift
[09:48:39]: ▸ Compiling AppDelegate.swift
[09:48:39]: ▸ Compiling ExpertiseProvider.swift
[09:48:39]: ▸ Compiling Constants.swift
[09:48:39]: ▸ Compiling UserManager.swift
[09:48:39]: ▸ Compiling UIViewControllerExtension.swift
[09:48:39]: ▸ Compiling Utility.swift
[09:48:40]: ▸ Compiling SessionManager.swift
[09:48:40]: ▸ Compiling WebinarManager.swift
[09:48:40]: ▸ Compiling Loader.swift
[09:48:40]: ▸ Compiling Keyboard.swift
[09:48:41]: ▸ Compiling Session.swift
[09:48:41]: ▸ Compiling Network.swift
[09:48:42]: ▸ Compiling User.swift
[09:48:42]: ▸ Compiling Webinar.swift
[09:48:46]: ▸ Compiling Expertise.swift
[09:48:46]: ▸ Compiling ExpertiseError.swift
[09:48:46]: ▸ Compiling WebinarListingVC.swift
[09:48:46]: ▸ Compiling LoginVC.swift
[09:48:47]: ▸ Compiling webinars_vers.c
[09:48:47]: ▸ Compiling webinars_vers.c
[09:48:47]: ▸ Linking webinars
[09:48:54]: ▸ Linking webinars
[09:48:55]: ▸ Compiling Main.storyboard
[09:49:06]: ▸ Compiling LaunchScreen.storyboard
[09:49:06]: ▸ Processing Info.plist
[09:49:06]: ▸ Generating 'webinars.app.dSYM'
[09:49:08]: ▸ Running script 'Run Script'
[09:49:08]: ▸ Running script '📦 Embed Pods Frameworks'
[09:49:17]: ▸ Running script '📦 Copy Pods Resources'
[09:49:17]: ▸ Touching webinars.app
[09:49:31]: ▸ Signing /Users/Michelin/Library/Developer/Xcode/DerivedData/webinars-ewczuhjfxrzsipeynwnxzvbkpeth/Build/Intermediates/ArchiveIntermediates/webinars/InstallationBuildProductsLocation/Applications/webinars.app
[09:49:33]: ▸ Touching webinars.app.dSYM
[09:49:36]: ▸ Archive Succeeded
[09:49:37]: Successfully stored the archive. You can find it in the Xcode Organizer.
[09:49:37]: $ /usr/bin/xcrun /tmp/PackageApplication4Gym -v /Users/Michelin/Library/Developer/Xcode/Archives/2016-05-05/webinars\ 2016-05-05\ 09.41.58.xcarchive/Products/Applications/webinars.app -o '/Users/Michelin/Library/Developer/Xcode/Archives/2016-05-05/webinars.ipa' exportFormat ipa 
[09:49:57]: $ zip --recurse-paths '/Users/Michelin/Library/Developer/Xcode/Archives/2016-05-05/webinars.ipa' SwiftSupport > /dev/null
[09:50:03]: Compressing 11 dSYM(s)
[09:50:03]: $ cd '/Users/Michelin/Library/Developer/Xcode/Archives/2016-05-05/webinars 2016-05-05 09.41.58.xcarchive/dSYMs' && zip -r '/Users/Michelin/Documents/Coding/LordAlexWorks/Clients/CareerIntelligence/expertise-ios-native/webinars.app.dSYM.zip' *.dSYM
[09:50:06]: ▸ updating: Alamofire.framework.dSYM/ (stored 0%)
[09:50:06]: ▸ updating: Alamofire.framework.dSYM/Contents/ (stored 0%)
[09:50:06]: ▸ updating: Alamofire.framework.dSYM/Contents/Info.plist (deflated 52%)
[09:50:06]: ▸ updating: Alamofire.framework.dSYM/Contents/Resources/ (stored 0%)
[09:50:06]: ▸ updating: Alamofire.framework.dSYM/Contents/Resources/DWARF/ (stored 0%)
[09:50:06]: ▸ updating: Alamofire.framework.dSYM/Contents/Resources/DWARF/Alamofire (deflated 75%)
[09:50:06]: ▸ updating: Argo.framework.dSYM/ (stored 0%)
[09:50:06]: ▸ updating: Argo.framework.dSYM/Contents/ (stored 0%)
[09:50:06]: ▸ updating: Argo.framework.dSYM/Contents/Info.plist (deflated 52%)
[09:50:06]: ▸ updating: Argo.framework.dSYM/Contents/Resources/ (stored 0%)
[09:50:06]: ▸ updating: Argo.framework.dSYM/Contents/Resources/DWARF/ (stored 0%)
[09:50:06]: ▸ updating: Argo.framework.dSYM/Contents/Resources/DWARF/Argo (deflated 75%)
[09:50:06]: ▸ updating: Curry.framework.dSYM/ (stored 0%)
[09:50:06]: ▸ updating: Curry.framework.dSYM/Contents/ (stored 0%)
[09:50:06]: ▸ updating: Curry.framework.dSYM/Contents/Info.plist (deflated 52%)
[09:50:06]: ▸ updating: Curry.framework.dSYM/Contents/Resources/ (stored 0%)
[09:50:06]: ▸ updating: Curry.framework.dSYM/Contents/Resources/DWARF/ (stored 0%)
[09:50:06]: ▸ updating: Curry.framework.dSYM/Contents/Resources/DWARF/Curry (deflated 86%)
[09:50:06]: ▸ updating: Moya.framework.dSYM/ (stored 0%)
[09:50:06]: ▸ updating: Moya.framework.dSYM/Contents/ (stored 0%)
[09:50:06]: ▸ updating: Moya.framework.dSYM/Contents/Info.plist (deflated 52%)
[09:50:06]: ▸ updating: Moya.framework.dSYM/Contents/Resources/ (stored 0%)
[09:50:06]: ▸ updating: Moya.framework.dSYM/Contents/Resources/DWARF/ (stored 0%)
[09:50:06]: ▸ updating: Moya.framework.dSYM/Contents/Resources/DWARF/Moya (deflated 74%)
[09:50:06]: ▸ updating: PDKTZipArchive.framework.dSYM/ (stored 0%)
[09:50:06]: ▸ updating: PDKTZipArchive.framework.dSYM/Contents/ (stored 0%)
[09:50:06]: ▸ updating: PDKTZipArchive.framework.dSYM/Contents/Info.plist (deflated 51%)
[09:50:06]: ▸ updating: PDKTZipArchive.framework.dSYM/Contents/Resources/ (stored 0%)
[09:50:06]: ▸ updating: PDKTZipArchive.framework.dSYM/Contents/Resources/DWARF/ (stored 0%)
[09:50:06]: ▸ updating: PDKTZipArchive.framework.dSYM/Contents/Resources/DWARF/PDKTZipArchive (deflated 64%)
[09:50:06]: ▸ updating: ReactiveCocoa.framework.dSYM/ (stored 0%)
[09:50:06]: ▸ updating: ReactiveCocoa.framework.dSYM/Contents/ (stored 0%)
[09:50:06]: ▸ updating: ReactiveCocoa.framework.dSYM/Contents/Info.plist (deflated 52%)
[09:50:06]: ▸ updating: ReactiveCocoa.framework.dSYM/Contents/Resources/ (stored 0%)
[09:50:06]: ▸ updating: ReactiveCocoa.framework.dSYM/Contents/Resources/DWARF/ (stored 0%)
[09:50:06]: ▸ updating: ReactiveCocoa.framework.dSYM/Contents/Resources/DWARF/ReactiveCocoa (deflated 70%)
[09:50:06]: ▸ updating: Result.framework.dSYM/ (stored 0%)
[09:50:06]: ▸ updating: Result.framework.dSYM/Contents/ (stored 0%)
[09:50:06]: ▸ updating: Result.framework.dSYM/Contents/Info.plist (deflated 52%)
[09:50:06]: ▸ updating: Result.framework.dSYM/Contents/Resources/ (stored 0%)
[09:50:06]: ▸ updating: Result.framework.dSYM/Contents/Resources/DWARF/ (stored 0%)
[09:50:06]: ▸ updating: Result.framework.dSYM/Contents/Resources/DWARF/Result (deflated 67%)
[09:50:06]: ▸ updating: RxSwift.framework.dSYM/ (stored 0%)
[09:50:06]: ▸ updating: RxSwift.framework.dSYM/Contents/ (stored 0%)
[09:50:06]: ▸ updating: RxSwift.framework.dSYM/Contents/Info.plist (deflated 52%)
[09:50:06]: ▸ updating: RxSwift.framework.dSYM/Contents/Resources/ (stored 0%)
[09:50:06]: ▸ updating: RxSwift.framework.dSYM/Contents/Resources/DWARF/ (stored 0%)
[09:50:06]: ▸ updating: RxSwift.framework.dSYM/Contents/Resources/DWARF/RxSwift (deflated 73%)
[09:50:06]: ▸ updating: webinars.app.dSYM/ (stored 0%)
[09:50:06]: ▸ updating: webinars.app.dSYM/Contents/ (stored 0%)
[09:50:06]: ▸ updating: webinars.app.dSYM/Contents/Info.plist (deflated 52%)
[09:50:06]: ▸ updating: webinars.app.dSYM/Contents/Resources/ (stored 0%)
[09:50:06]: ▸ updating: webinars.app.dSYM/Contents/Resources/DWARF/ (stored 0%)
[09:50:06]: ▸ updating: webinars.app.dSYM/Contents/Resources/DWARF/webinars (deflated 71%)
[09:50:06]: ▸ updating: Font_Awesome_Swift.framework.dSYM/ (stored 0%)
[09:50:06]: ▸ updating: Font_Awesome_Swift.framework.dSYM/Contents/ (stored 0%)
[09:50:06]: ▸ updating: Font_Awesome_Swift.framework.dSYM/Contents/Info.plist (deflated 51%)
[09:50:06]: ▸ updating: Font_Awesome_Swift.framework.dSYM/Contents/Resources/ (stored 0%)
[09:50:06]: ▸ updating: Font_Awesome_Swift.framework.dSYM/Contents/Resources/DWARF/ (stored 0%)
[09:50:06]: ▸ updating: Font_Awesome_Swift.framework.dSYM/Contents/Resources/DWARF/Font_Awesome_Swift (deflated 68%)
[09:50:06]: ▸ updating: Reachability.framework.dSYM/ (stored 0%)
[09:50:06]: ▸ updating: Reachability.framework.dSYM/Contents/ (stored 0%)
[09:50:06]: ▸ updating: Reachability.framework.dSYM/Contents/Info.plist (deflated 52%)
[09:50:06]: ▸ updating: Reachability.framework.dSYM/Contents/Resources/ (stored 0%)
[09:50:06]: ▸ updating: Reachability.framework.dSYM/Contents/Resources/DWARF/ (stored 0%)
[09:50:06]: ▸ updating: Reachability.framework.dSYM/Contents/Resources/DWARF/Reachability (deflated 66%)

[09:50:06]: Successfully exported and compressed dSYM file
[09:50:06]: Successfully exported and signed the ipa file:
[09:50:06]: /Users/Michelin/Documents/Coding/LordAlexWorks/Clients/CareerIntelligence/expertise-ios-native/webinars.ipa
[09:50:06]: --------------------------------
[09:50:06]: --- Step: clear_derived_data ---
[09:50:06]: --------------------------------
[09:50:06]: Derived Data path located at: /Users/Michelin/Library/Developer/Xcode/DerivedData
[09:50:07]: Successfully cleared Derived Data ♻️
[09:50:07]: -------------------
[09:50:07]: --- Step: pilot ---
[09:50:07]: -------------------
[09:50:07]: Login to iTunes Connect ([email protected])
[09:50:12]: Login successful
[09:50:12]: Ready to upload new build to TestFlight (App: 1077438832)...
[09:50:14]: Going to upload updated app to iTunes Connect
[09:50:14]: This might take a few minutes, please don't interrupt the script
[09:52:28]: [Transporter Error Output]: ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle tv.expertise.webinars [Payload/webinars.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal."
[09:52:28]: Transporter transfer failed.
[09:52:28]: 
[09:52:28]: ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle tv.expertise.webinars [Payload/webinars.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal."
[09:52:28]: ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle tv.expertise.webinars [Payload/webinars.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal."
Return status of iTunes Transporter was 1: ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle tv.expertise.webinars [Payload/webinars.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal."
The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure.
[09:52:28]: Variable Dump:
[09:52:28]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios beta", :SIGH_PROFILE_TYPE=>"app-store", :VERSION_NUMBER=>"", :BUILD_NUMBER=>"18", :IPA_OUTPUT_PATH=>"/Users/Michelin/Documents/Coding/LordAlexWorks/Clients/CareerIntelligence/expertise-ios-native/webinars.ipa", :DSYM_OUTPUT_PATH=>"/Users/Michelin/Documents/Coding/LordAlexWorks/Clients/CareerIntelligence/expertise-ios-native/webinars.app.dSYM.zip", :XCODEBUILD_ARCHIVE=>"/Users/Michelin/Library/Developer/Xcode/Archives/2016-05-05/webinars 2016-05-05 09.41.58.xcarchive"}
[09:52:28]: Error uploading ipa file, more information see above


Configuration Files

Please copy the complete content of your Fastfile and any other configuration files you use below:

Fastfile:

require 'yaml'
require 'ostruct'

fastlane_version "1.85.0"

default_platform :ios

platform :ios do
  before_all do
    cocoapods
  end


  desc "Runs all the tests"
  lane :test do
    scan
  end

  desc "Creates new screenshots and uploads them to iTunes Connect"
  lane :screens do
    cocoapods
    match(app_identifier: "com.acast.app.debug", type: "development")
    snapshot
    frameit
    deliver(app: 925311796, app_identifier: "com.acast.app.native.production", skip_metadata: true, force: true)
  end

  def version_string(version_number, build_number)
    "#{version_number} (#{build_number})"
  end

  desc "Build and upload a new build to Apple TestFlight"
  desc "This action will also do a build version bump and push it to git."
  desc "This will **not** send an email to all testers, it will only be uploaded to the new TestFlight."
  lane :beta do |options|

   # ensure_git_status_clean
    ensure_git_branch(branch: 'master')
    match( type: "appstore")
    git_pull
    version_number = get_version_number

    build_number = increment_build_number
    complete_version_number = version_string(version_number, build_number)
    gym(scheme: "webinars" ,
        use_legacy_build_api: true # There's a bug in the new Xcode 7 API that causes problems. This forces use of the old API.
      ) # Build your app - more options available


     # Increment build number to current date

    clear_derived_data

    pilot(skip_submission: true ,
         distribute_external: false,
         changelog: "Please remove the previous version. Check the issus with the label QA")


     # Make sure our directory is clean, except for changes Fastlane has made
    clean_build_artifacts

    # push to GitHub

    version = `/usr/libexec/plistbuddy -c Print:CFBundleShortVersionString '../Project/Project-Info.plist'`.strip
   build_number = `cd ..;agvtool what-version -terse`.strip

    git_commit(path: ".",
              message: "Deploying build #{build_number}.")

     add_git_tag(
        grouping: 'fastlane-builds',
        prefix: 'v',
        build_number: "v#{version_number}-b#{build_number}"
      )

    push_to_git_remote

   end

  desc "Submit a new version to the App Store"
  desc "This will do the following: "
  desc "- Make sure the profiles are up to date and download the latest one"
  desc "- Do a build version bump and push it"
  desc "- Create new screenshots and store them in `./fastlane/screenshots`"
  desc "- Collect the app metadata from `./fastlane/metadata`"
  desc "- Upload screenshots + app metadata"
  desc "- Build, sign and upload the app"
  desc "This will **not** submit the app for review."
    lane :weeklybuild do |options|

      increment_version_number

      match(type: "appstore")
      gym(scheme: "Guava") # Build your app - more options available
     # pilot

      version_number = get_version_number(xcodeproj: "Guava.xcodeproj")

      # Make sure our directory is clean, except for changes Fastlane has made
      clean_build_artifacts

      # Tag release and push to GitHub
      commit_version_bump message: "Deploying version #{version_number}."

      add_git_tag(
        grouping: 'fastlane-builds',
        prefix: 'v',
        build_number: version_number
      )
      push_to_git_remote
  end



# PRIVATE LANES

  after_all do |lane|

    # This block is called, only if the executed lane was successful
    # Make sure our directory is clean, except for changes Fastlane has made
    #clean_build_artifacts

    #add all files
    #git_add(path: ".")

    # Commit new build and push to git
   # commit_version_bump
  #  push_to_git_remote

  end

  error do |lane, exception|

  end
end

Environment

fastlane 1.85.0

Do you use bundler to execute fastlane (i.e. bundle exec fastlane)?

no
fastlane beta

Do you use a Ruby environment manager (e.g. chruby, rbenv, rvm)?

rvm

Most helpful comment

oh yes @KrauseFx tks

All 3 comments

[09:52:28]: 
[09:52:28]: ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle tv.expertise.webinars [Payload/webinars.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal."
[09:52:28]: ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle tv.expertise.webinars [Payload/webinars.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal."

This is related to how you set up your project code signing settings. Did you follow the Xcode guide in the match README

oh yes @KrauseFx tks

Glad to have this resolved 👍

Was this page helpful?
0 / 5 - 0 ratings