Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Error - You must provide an answer for this question #4002

Closed
2 tasks done
davidrothera opened this issue Mar 31, 2016 · 11 comments
Closed
2 tasks done

Error - You must provide an answer for this question #4002

davidrothera opened this issue Mar 31, 2016 · 11 comments

Comments

@davidrothera
Copy link
Contributor

New Issue Checklist

Issue Description

Complete output when running fastlane, including the stack trace and command used
[drothera@drothera-mbp SugarFix]$ (master) fastlane ios beta
[16:35:36]: -----------------------------
[16:35:36]: --- Step: update_fastlane ---
[16:35:36]: -----------------------------
[16:35:36]: Looking for updates for cert, credentials_manager, deliver, fastlane, fastlane_core, frameit, gym, match, pem, pilot, produce, scan, screengrab, sigh, snapshot, spaceship, supply...
[16:35:43]: Nothing to update ✅
[16:35:43]: -------------------------------------------------
[16:35:43]: --- Step: Verifying required fastlane version ---
[16:35:43]: -------------------------------------------------
[16:35:43]: fastlane version valid
[16:35:43]: ------------------------------
[16:35:43]: --- Step: default_platform ---
[16:35:43]: ------------------------------
[16:35:43]: Driving the lane 'ios beta' 🚀
[16:35:43]: -----------------------
[16:35:43]: --- Step: cocoapods ---
[16:35:43]: -----------------------
[16:35:43]: $ pod install
[16:35:45]: ▸ Updating local specs repositories
[16:36:03]: ▸ CocoaPods 1.0.0.beta.6 is available.
[16:36:03]: ▸ To update use: `sudo gem install cocoapods --pre`
[16:36:03]: ▸ [!] This is a test version we'd love you to try.
[16:36:03]: ▸ For more information see http://blog.cocoapods.org
[16:36:03]: ▸ and the CHANGELOG for this version http://git.io/BaH8pQ.
[16:36:03]: ▸ Analyzing dependencies
[16:36:03]: ▸ Downloading dependencies
[16:36:03]: ▸ Using Alamofire (3.3.0)
[16:36:03]: ▸ Using AlamofireObjectMapper (2.1.2)
[16:36:03]: ▸ Using BButton (4.0.2)
[16:36:03]: ▸ Using BRYXBanner (0.5.2)
[16:36:03]: ▸ Using BUYPaymentButton (1.0.4)
[16:36:03]: ▸ Using BlocksKit (2.2.5)
[16:36:03]: ▸ Using Bolts (1.7.0)
[16:36:03]: ▸ Using Crashlytics (3.7.0)
[16:36:03]: ▸ Using EasyTipView (0.1.8)
[16:36:03]: ▸ Using FBSDKCoreKit (4.10.1)
[16:36:03]: ▸ Using FBSDKShareKit (4.10.1)
[16:36:03]: ▸ Using Fabric (1.6.7)
[16:36:03]: ▸ Using Gloss (0.7.1)
[16:36:03]: ▸ Using ObjectMapper (1.2.0)
[16:36:03]: ▸ Using Onboard (2.1.9)
[16:36:03]: ▸ Using PKHUD (3.1.0)
[16:36:03]: ▸ Using Parse (1.13.0)
[16:36:03]: ▸ Using ParseUI (1.2.0)
[16:36:03]: ▸ Using PeekPop (0.1.4)
[16:36:03]: ▸ Using RumbleStrip (0.1.4)
[16:36:03]: ▸ Using SUPSemVer (1.0.2)
[16:36:03]: ▸ Using SimulatorStatusMagic (1.8)
[16:36:03]: ▸ Using SnapKit (0.20.0)
[16:36:03]: ▸ Using Stripe (6.2.0)
[16:36:03]: ▸ Using SwiftyBeaver (0.4.2)
[16:36:03]: ▸ Using XLForm (3.1.1)
[16:36:03]: ▸ Generating Pods project
[16:36:11]: ▸ Integrating client project
[16:36:12]: ▸ Sending stats
[16:36:12]: ▸ Pod installation complete! There are 24 dependencies from the Podfile and 26 total pods installed.
[16:36:12]: ------------------------------------
[16:36:12]: --- Step: increment_build_number ---
[16:36:12]: ------------------------------------
[16:36:12]: $ cd /Users/drothera/Developer/SugarFix && agvtool next-version -all
[16:36:14]: ▸ Setting version of project SugarFix to:
[16:36:14]: ▸ 112.
[16:36:14]: ▸ Also setting CFBundleVersion key (assuming it exists)
[16:36:14]: ▸ Updating CFBundleVersion in Info.plist(s)...
[16:36:14]: ▸ Updated CFBundleVersion in "SugarFix.xcodeproj/../SugarFix/Supporting/Info.plist" to 112
[16:36:14]: ▸ Updated CFBundleVersion in "SugarFix.xcodeproj/../SugarFixTests/Info.plist" to 112
[16:36:14]: ▸ Updated CFBundleVersion in "SugarFix.xcodeproj/../SugarFixUITests/Info.plist" to 112
[16:36:17]: ---------------------------------
[16:36:17]: --- Step: commit_version_bump ---
[16:36:17]: ---------------------------------
[16:36:17]: $ git rev-parse --show-toplevel
[16:36:17]: ▸ /Users/drothera/Developer/SugarFix
[16:36:17]: $ git diff --name-only HEAD
[16:36:17]: ▸ SugarFix.xcodeproj/project.pbxproj
[16:36:17]: ▸ SugarFix/Supporting/Info.plist
[16:36:17]: ▸ SugarFixTests/Info.plist
[16:36:17]: ▸ SugarFixUITests/Info.plist
[16:36:17]: $ git ls-files --other --exclude-standard
[16:36:17]: $ git add /Users/drothera/Developer/SugarFix/SugarFix.xcodeproj/project.pbxproj /Users/drothera/Developer/SugarFix/SugarFix/Supporting/Info.plist /Users/drothera/Developer/SugarFix/SugarFixTests/Info.plist /Users/drothera/Developer/SugarFix/SugarFixUITests/Info.plist
[16:36:17]: $ git commit -m 'Version Bump to 112'
[16:36:17]: ▸ [master 23a35e7] Version Bump to 112
[16:36:17]: ▸ 4 files changed, 5 insertions(+), 5 deletions(-)
[16:36:17]: Committed "Version Bump to 112" 💾.
[16:36:17]: -------------------------------------
[16:36:17]: --- Step: ensure_git_status_clean ---
[16:36:17]: -------------------------------------
[16:36:17]: Git status is clean, all good! 💪
[16:36:17]: ------------------
[16:36:17]: --- Step: sigh ---
[16:36:17]: ------------------

+-------------------------------------+---------------------------+
|                     Summary for sigh 1.6.0                      |
+-------------------------------------+---------------------------+
| adhoc                               | false                     |
| skip_install                        | false                     |
| development                         | false                     |
| force                               | false                     |
| app_identifier                      | com.davidrothera.SugarFix |
| username                            | david.rothera@gmail.com   |
| ignore_profiles_with_different_name | false                     |
| skip_fetch_profiles                 | false                     |
| skip_certificate_verification       | false                     |
+-------------------------------------+---------------------------+

[16:36:18]: Starting login with user 'david.rothera@gmail.com'
[16:36:21]: Successfully logged in
[16:36:21]: Fetching profiles...
[16:36:25]: Found 1 matching profile(s)
[16:36:25]: Downloading provisioning profile...
[16:36:26]: Successfully downloaded provisioning profile...
[16:36:26]: Installing provisioning profile...
/Users/drothera/Developer/SugarFix/AppStore_com.davidrothera.SugarFix.mobileprovision
[16:36:26]: Setting Provisioning Profile type to 'app-store'
[16:36:26]: -----------------
[16:36:26]: --- Step: gym ---
[16:36:26]: -----------------
[16:36:26]: Installing provisioning profile...
[16:36:26]: xcrun xcodebuild -list -workspace './SugarFix.xcworkspace'

+---------------------------+----------------------------------------------------------------------+
|                                      Summary for gym 1.6.2                                       |
+---------------------------+----------------------------------------------------------------------+
| scheme                    | SugarFix                                                             |
| clean                     | true                                                                 |
| silent                    | true                                                                 |
| provisioning_profile_path | /Users/drothera/Developer/SugarFix/AppStore_com.davidrothera.Suga... |
| export_method             | app-store                                                            |
| workspace                 | ./SugarFix.xcworkspace                                               |
| destination               | generic/platform=iOS                                                 |
| output_name               | SugarFix                                                             |
| output_directory          | .                                                                    |
| use_legacy_build_api      | false                                                                |
| buildlog_path             | ~/Library/Logs/gym                                                   |
+---------------------------+----------------------------------------------------------------------+

[16:36:31]: ▸ Cleaning Pods/Alamofire [Debug]
[16:36:31]: ▸ Check Dependencies
[16:36:31]: ▸ Cleaning Pods/BButton [Debug]
[16:36:31]: ▸ Check Dependencies
[16:36:31]: ▸ Cleaning Pods/ObjectMapper [Debug]
[16:36:31]: ▸ Check Dependencies
[16:36:31]: ▸ Cleaning Pods/BRYXBanner-BRYXBanner [Debug]
[16:36:31]: ▸ Check Dependencies
[16:36:31]: ▸ Cleaning Pods/BRYXBanner [Debug]
[16:36:31]: ▸ Check Dependencies
[16:36:31]: ▸ Cleaning Pods/BUYPaymentButton [Debug]
[16:36:31]: ▸ Check Dependencies
[16:36:31]: ▸ Cleaning Pods/BlocksKit [Debug]
[16:36:31]: ▸ Check Dependencies
[16:36:32]: ▸ Cleaning Pods/Bolts [Debug]
[16:36:32]: ▸ Check Dependencies
[16:36:32]: ▸ Cleaning Pods/EasyTipView [Debug]
[16:36:32]: ▸ Check Dependencies
[16:36:32]: ▸ Cleaning Pods/AlamofireObjectMapper [Debug]
[16:36:32]: ▸ Check Dependencies
[16:36:32]: ▸ Cleaning Pods/Gloss [Debug]
[16:36:32]: ▸ Check Dependencies
[16:36:32]: ▸ Cleaning Pods/Onboard [Debug]
[16:36:32]: ▸ Check Dependencies
[16:36:32]: ▸ Cleaning Pods/FBSDKCoreKit [Debug]
[16:36:32]: ▸ Check Dependencies
[16:36:33]: ▸ Cleaning Pods/PKHUD [Debug]
[16:36:33]: ▸ Check Dependencies
[16:36:33]: ▸ Cleaning Pods/Parse [Debug]
[16:36:33]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning Pods/PeekPop [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning Pods/RumbleStrip-RumbleStrip [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning Pods/RumbleStrip [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning Pods/SUPSemVer [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning Pods/SimulatorStatusMagic [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning Pods/SnapKit [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning Pods/Stripe [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning Pods/SwiftyBeaver [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning Pods/FBSDKShareKit [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning Pods/XLForm [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning Pods/ParseUI [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning Pods/Pods-SugarFix [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Cleaning SugarFix/SugarFix [Debug]
[16:36:34]: ▸ Check Dependencies
[16:36:34]: ▸ Clean Succeeded
[16:36:38]: ▸ Building Pods/Alamofire [Release]
[16:36:38]: ▸ Check Dependencies
[16:36:38]: ▸ Processing Info.plist
[16:36:38]: ▸ Compiling Alamofire.swift
[16:36:42]: ▸ Compiling Download.swift
[16:36:45]: ▸ Compiling Error.swift
[16:36:45]: ▸ Compiling Manager.swift
[16:36:51]: ▸ Compiling MultipartFormData.swift
[16:36:51]: ▸ Compiling NetworkReachabilityManager.swift
[16:36:51]: ▸ Compiling Notifications.swift
[16:36:51]: ▸ Compiling ParameterEncoding.swift
[16:36:52]: ▸ Compiling Request.swift
[16:36:53]: ▸ Compiling Response.swift
[16:36:53]: ▸ Compiling ResponseSerialization.swift
[16:36:53]: ▸ Compiling Result.swift
[16:36:53]: ▸ Compiling ServerTrustPolicy.swift
[16:36:57]: ▸ Compiling Stream.swift
[16:36:57]: ▸ Compiling Timeline.swift
[16:36:57]: ▸ Compiling Upload.swift
[16:36:57]: ▸ Compiling Validation.swift
[16:36:59]: ▸ Compiling Alamofire.swift
[16:37:01]: ▸ Compiling Download.swift
[16:37:03]: ▸ Compiling Error.swift
[16:37:03]: ▸ Compiling Manager.swift
[16:37:09]: ▸ Compiling MultipartFormData.swift
[16:37:09]: ▸ Compiling NetworkReachabilityManager.swift
[16:37:09]: ▸ Compiling Notifications.swift
[16:37:09]: ▸ Compiling ParameterEncoding.swift
[16:37:11]: ▸ Compiling Request.swift
[16:37:13]: ▸ Compiling Response.swift
[16:37:13]: ▸ Compiling ResponseSerialization.swift
[16:37:13]: ▸ Compiling Result.swift
[16:37:13]: ▸ Compiling ServerTrustPolicy.swift
[16:37:16]: ▸ Compiling Stream.swift
[16:37:16]: ▸ Compiling Timeline.swift
[16:37:16]: ▸ Compiling Upload.swift
[16:37:16]: ▸ Compiling Validation.swift
[16:37:38]: ▸ Compiling Alamofire_vers.c
[16:37:38]: ▸ Compiling Alamofire-dummy.m
[16:37:43]: ▸ Compiling Alamofire-dummy.m
[16:37:43]: ▸ Compiling Alamofire_vers.c
[16:37:44]: ▸ Linking Alamofire
[16:37:46]: ▸ Linking Alamofire
[16:37:46]: ▸ Generating 'Alamofire.framework.dSYM'
[16:37:47]: ▸ Copying Alamofire-umbrella.h
[16:37:49]: ▸ Touching Alamofire.framework
[16:37:52]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Alamofire.framework
[16:37:53]: ▸ Building Pods/BButton [Release]
[16:37:53]: ▸ Check Dependencies
[16:37:53]: ▸ Processing Info.plist
[16:37:53]: ▸ Compiling BButton-dummy.m
[16:37:53]: ▸ Compiling BButton.m
[16:37:53]: ▸ Compiling NSString+FontAwesome.m
[16:37:53]: ▸ Compiling UIColor+BButton.m
[16:37:53]: ▸ Compiling BButton_vers.c
[16:37:53]: ▸ Compiling BButton-dummy.m
[16:37:53]: ▸ Compiling BButton.m
[16:37:53]: ▸ Compiling NSString+FontAwesome.m
[16:37:53]: ▸ Compiling UIColor+BButton.m
[16:37:53]: ▸ Compiling BButton_vers.c
[16:37:53]: ▸ Linking BButton
[16:37:53]: ▸ Linking BButton
[16:37:53]: ▸ Generating 'BButton.framework.dSYM'
[16:37:53]: ▸ Copying BButton-umbrella.h
[16:37:53]: ▸ Copying BButton.h
[16:37:53]: ▸ Copying NSString+FontAwesome.h
[16:37:53]: ▸ Copying UIColor+BButton.h
[16:37:53]: ▸ Copying BButton/BButton/resources/FontAwesome.ttf
[16:37:53]: ▸ Touching BButton.framework
[16:37:53]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/BButton.framework
[16:37:53]: ▸ Building Pods/BRYXBanner-BRYXBanner [Release]
[16:37:53]: ▸ Check Dependencies
[16:37:53]: ▸ Touching BRYXBanner.bundle
[16:37:53]: ▸ Building Pods/ObjectMapper [Release]
[16:37:53]: ▸ Check Dependencies
[16:37:53]: ▸ Processing Info.plist
[16:37:53]: ▸ Compiling CustomDateFormatTransform.swift
[16:37:53]: ▸ Compiling DateFormatterTransform.swift
[16:37:53]: ▸ Compiling DateTransform.swift
[16:37:53]: ▸ Compiling EnumTransform.swift
[16:37:53]: ▸ Compiling FromJSON.swift
[16:37:53]: ▸ Compiling ISO8601DateTransform.swift
[16:37:53]: ▸ Compiling Map.swift
[16:37:53]: ▸ Compiling Mappable.swift
[16:37:53]: ▸ Compiling Mapper.swift
[16:37:53]: ▸ Compiling Operators.swift
[16:37:53]: ▸ Compiling ToJSON.swift
[16:37:53]: ▸ Compiling TransformOf.swift
[16:37:53]: ▸ Compiling TransformType.swift
[16:37:53]: ▸ Compiling URLTransform.swift
[16:37:53]: ▸ Compiling CustomDateFormatTransform.swift
[16:37:53]: ▸ Compiling DateFormatterTransform.swift
[16:37:53]: ▸ Compiling DateTransform.swift
[16:37:53]: ▸ Compiling EnumTransform.swift
[16:37:53]: ▸ Compiling FromJSON.swift
[16:37:53]: ▸ Compiling ISO8601DateTransform.swift
[16:37:53]: ▸ Compiling Map.swift
[16:37:53]: ▸ Compiling Mappable.swift
[16:37:53]: ▸ Compiling Mapper.swift
[16:37:53]: ▸ Compiling Operators.swift
[16:37:53]: ▸ Compiling ToJSON.swift
[16:37:53]: ▸ Compiling TransformOf.swift
[16:37:53]: ▸ Compiling TransformType.swift
[16:37:53]: ▸ Compiling URLTransform.swift
[16:37:53]: ▸ Compiling ObjectMapper-dummy.m
[16:37:53]: ▸ Compiling ObjectMapper_vers.c
[16:37:53]: ▸ Compiling ObjectMapper-dummy.m
[16:37:53]: ▸ Compiling ObjectMapper_vers.c
[16:37:53]: ▸ Linking ObjectMapper
[16:37:53]: ▸ Linking ObjectMapper
[16:37:53]: ▸ Generating 'ObjectMapper.framework.dSYM'
[16:37:53]: ▸ Copying ObjectMapper-umbrella.h
[16:37:53]: ▸ Touching ObjectMapper.framework
[16:37:53]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/ObjectMapper.framework
[16:37:53]: ▸ Building Pods/BRYXBanner [Release]
[16:37:53]: ▸ Check Dependencies
[16:37:53]: ▸ Processing Info.plist
[16:37:53]: ▸ Compiling Banner.swift
[16:37:53]: ▸ ⚠️  /Users/drothera/Developer/SugarFix/Pods/BRYXBanner/Pod/Classes/Banner.swift:194:75: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
[16:37:53]: ▸ addGestureRecognizer(UITapGestureRecognizer(target: self, action: "didTap:"))
[16:37:53]: ▸                                                                           ^~~~~~~~~
[16:37:53]: ▸ ⚠️  /Users/drothera/Developer/SugarFix/Pods/BRYXBanner/Pod/Classes/Banner.swift:195:68: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
[16:37:53]: ▸ let swipe = UISwipeGestureRecognizer(target: self, action: "didSwipe:")
[16:37:53]: ▸                                                                    ^~~~~~~~~~~
[16:37:53]: ▸ Compiling Banner.swift
[16:37:53]: ▸ ⚠️  /Users/drothera/Developer/SugarFix/Pods/BRYXBanner/Pod/Classes/Banner.swift:194:75: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
[16:37:53]: ▸ addGestureRecognizer(UITapGestureRecognizer(target: self, action: "didTap:"))
[16:37:53]: ▸                                                                           ^~~~~~~~~
[16:37:53]: ▸ ⚠️  /Users/drothera/Developer/SugarFix/Pods/BRYXBanner/Pod/Classes/Banner.swift:195:68: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
[16:37:53]: ▸ let swipe = UISwipeGestureRecognizer(target: self, action: "didSwipe:")
[16:37:53]: ▸                                                                    ^~~~~~~~~~~
[16:37:53]: ▸ Compiling BRYXBanner-dummy.m
[16:37:53]: ▸ Compiling BRYXBanner_vers.c
[16:37:53]: ▸ Compiling BRYXBanner-dummy.m
[16:37:53]: ▸ Compiling BRYXBanner_vers.c
[16:37:53]: ▸ Linking BRYXBanner
[16:37:53]: ▸ Linking BRYXBanner
[16:37:53]: ▸ Generating 'BRYXBanner.framework.dSYM'
[16:37:53]: ▸ Copying /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/BuildProductsPath/Release-iphoneos/BRYXBanner.bundle
[16:37:53]: ▸ Copying BRYXBanner-umbrella.h
[16:37:53]: ▸ Touching BRYXBanner.framework
[16:37:53]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/BRYXBanner.framework
[16:37:53]: ▸ Building Pods/BUYPaymentButton [Release]
[16:37:53]: ▸ Check Dependencies
[16:37:53]: ▸ Processing Info.plist
[16:37:53]: ▸ Compiling BUYPaymentButton-dummy.m
[16:37:53]: ▸ Compiling BUYPaymentButton.m
[16:37:59]: ▸ Compiling BUYPaymentButton_vers.c
[16:37:59]: ▸ Compiling BUYPaymentButton-dummy.m
[16:37:59]: ▸ Compiling BUYPaymentButton.m
[16:37:59]: ▸ Compiling BUYPaymentButton_vers.c
[16:38:02]: ▸ Linking BUYPaymentButton
[16:38:03]: ▸ Linking BUYPaymentButton
[16:38:04]: ▸ Generating 'BUYPaymentButton.framework.dSYM'
[16:38:05]: ▸ Copying BUYPaymentButton-umbrella.h
[16:38:05]: ▸ Copying BUYPaymentButton.h
[16:38:07]: ▸ Touching BUYPaymentButton.framework
[16:38:07]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/BUYPaymentButton.framework
[16:38:08]: ▸ Building Pods/BlocksKit [Release]
[16:38:08]: ▸ Check Dependencies
[16:38:08]: ▸ Processing Info.plist
[16:38:08]: ▸ Compiling A2BlockInvocation.m
[16:38:08]: ▸ Compiling BlocksKit-dummy.m
[16:38:08]: ▸ Compiling MFMailComposeViewController+BlocksKit.m
[16:38:08]: ▸ Compiling A2DynamicDelegate.m
[16:38:08]: ▸ Compiling MFMessageComposeViewController+BlocksKit.m
[16:38:08]: ▸ Compiling NSArray+BlocksKit.m
[16:38:08]: ▸ Compiling NSCache+BlocksKit.m
[16:38:08]: ▸ Compiling NSDictionary+BlocksKit.m
[16:38:08]: ▸ Compiling NSIndexSet+BlocksKit.m
[16:38:08]: ▸ Compiling NSInvocation+BlocksKit.m
[16:38:08]: ▸ Compiling NSMutableArray+BlocksKit.m
[16:38:08]: ▸ Compiling NSMutableDictionary+BlocksKit.m
[16:38:08]: ▸ Compiling NSMutableIndexSet+BlocksKit.m
[16:38:08]: ▸ Compiling NSMutableOrderedSet+BlocksKit.m
[16:38:08]: ▸ Compiling NSMutableSet+BlocksKit.m
[16:38:08]: ▸ Compiling NSObject+A2BlockDelegate.m
[16:38:08]: ▸ Compiling NSObject+A2DynamicDelegate.m
[16:38:08]: ▸ Compiling NSObject+BKAssociatedObjects.m
[16:38:08]: ▸ Compiling NSObject+BKBlockExecution.m
[16:38:08]: ▸ Compiling NSObject+BKBlockObservation.m
[16:38:08]: ▸ Compiling NSOrderedSet+BlocksKit.m
[16:38:08]: ▸ Compiling NSSet+BlocksKit.m
[16:38:08]: ▸ Compiling NSTimer+BlocksKit.m
[16:38:08]: ▸ Compiling NSURLConnection+BlocksKit.m
[16:38:08]: ▸ Compiling UIActionSheet+BlocksKit.m
[16:38:08]: ▸ Compiling UIAlertView+BlocksKit.m
[16:38:08]: ▸ Compiling UIBarButtonItem+BlocksKit.m
[16:38:08]: ▸ Compiling UIControl+BlocksKit.m
[16:38:08]: ▸ Compiling UIGestureRecognizer+BlocksKit.m
[16:38:08]: ▸ Compiling UIImagePickerController+BlocksKit.m
[16:38:08]: ▸ Compiling UIPopoverController+BlocksKit.m
[16:38:08]: ▸ Compiling UITextField+BlocksKit.m
[16:38:08]: ▸ Compiling UIView+BlocksKit.m
[16:38:08]: ▸ Compiling UIWebView+BlocksKit.m
[16:38:08]: ▸ Compiling BlocksKit_vers.c
[16:38:08]: ▸ Compiling A2BlockInvocation.m
[16:38:08]: ▸ Compiling A2DynamicDelegate.m
[16:38:08]: ▸ Compiling MFMailComposeViewController+BlocksKit.m
[16:38:08]: ▸ Compiling MFMessageComposeViewController+BlocksKit.m
[16:38:08]: ▸ Compiling BlocksKit-dummy.m
[16:38:08]: ▸ Compiling NSArray+BlocksKit.m
[16:38:08]: ▸ Compiling NSCache+BlocksKit.m
[16:38:08]: ▸ Compiling NSDictionary+BlocksKit.m
[16:38:08]: ▸ Compiling NSIndexSet+BlocksKit.m
[16:38:08]: ▸ Compiling NSInvocation+BlocksKit.m
[16:38:08]: ▸ Compiling NSMutableArray+BlocksKit.m
[16:38:08]: ▸ Compiling NSMutableDictionary+BlocksKit.m
[16:38:08]: ▸ Compiling NSMutableIndexSet+BlocksKit.m
[16:38:08]: ▸ Compiling NSMutableOrderedSet+BlocksKit.m
[16:38:08]: ▸ Compiling NSMutableSet+BlocksKit.m
[16:38:08]: ▸ Compiling NSObject+A2BlockDelegate.m
[16:38:08]: ▸ Compiling NSObject+A2DynamicDelegate.m
[16:38:08]: ▸ Compiling NSObject+BKAssociatedObjects.m
[16:38:08]: ▸ Compiling NSObject+BKBlockExecution.m
[16:38:08]: ▸ Compiling NSObject+BKBlockObservation.m
[16:38:08]: ▸ Compiling NSOrderedSet+BlocksKit.m
[16:38:08]: ▸ Compiling NSSet+BlocksKit.m
[16:38:08]: ▸ Compiling NSTimer+BlocksKit.m
[16:38:08]: ▸ Compiling NSURLConnection+BlocksKit.m
[16:38:08]: ▸ Compiling UIActionSheet+BlocksKit.m
[16:38:08]: ▸ Compiling UIAlertView+BlocksKit.m
[16:38:08]: ▸ Compiling UIBarButtonItem+BlocksKit.m
[16:38:08]: ▸ Compiling UIControl+BlocksKit.m
[16:38:08]: ▸ Compiling UIGestureRecognizer+BlocksKit.m
[16:38:08]: ▸ Compiling UIImagePickerController+BlocksKit.m
[16:38:08]: ▸ Compiling UIPopoverController+BlocksKit.m
[16:38:08]: ▸ Compiling UITextField+BlocksKit.m
[16:38:08]: ▸ Compiling UIView+BlocksKit.m
[16:38:08]: ▸ Compiling UIWebView+BlocksKit.m
[16:38:08]: ▸ Compiling BlocksKit_vers.c
[16:38:08]: ▸ Linking BlocksKit
[16:38:08]: ▸ Linking BlocksKit
[16:38:13]: ▸ Generating 'BlocksKit.framework.dSYM'
[16:38:23]: ▸ Copying A2DynamicDelegate.h
[16:38:23]: ▸ Copying A2BlockInvocation.h
[16:38:23]: ▸ Copying BKMacros.h
[16:38:23]: ▸ Copying BlocksKit+MessageUI.h
[16:38:24]: ▸ Copying BlocksKit+UIKit.h
[16:38:24]: ▸ Copying BlocksKit-umbrella.h
[16:38:24]: ▸ Copying BlocksKit.h
[16:38:24]: ▸ Copying MFMailComposeViewController+BlocksKit.h
[16:38:24]: ▸ Copying MFMessageComposeViewController+BlocksKit.h
[16:38:25]: ▸ Copying NSArray+BlocksKit.h
[16:38:25]: ▸ Copying NSCache+BlocksKit.h
[16:38:25]: ▸ Copying NSDictionary+BlocksKit.h
[16:38:25]: ▸ Copying NSIndexSet+BlocksKit.h
[16:38:25]: ▸ Copying NSInvocation+BlocksKit.h
[16:38:25]: ▸ Copying NSMutableArray+BlocksKit.h
[16:38:25]: ▸ Copying NSMutableDictionary+BlocksKit.h
[16:38:25]: ▸ Copying NSMutableIndexSet+BlocksKit.h
[16:38:26]: ▸ Copying NSMutableOrderedSet+BlocksKit.h
[16:38:26]: ▸ Copying NSMutableSet+BlocksKit.h
[16:38:26]: ▸ Copying NSObject+A2BlockDelegate.h
[16:38:26]: ▸ Copying NSObject+A2DynamicDelegate.h
[16:38:26]: ▸ Copying NSObject+BKAssociatedObjects.h
[16:38:26]: ▸ Copying NSObject+BKBlockExecution.h
[16:38:26]: ▸ Copying NSObject+BKBlockObservation.h
[16:38:26]: ▸ Copying NSOrderedSet+BlocksKit.h
[16:38:27]: ▸ Copying NSSet+BlocksKit.h
[16:38:27]: ▸ Copying NSTimer+BlocksKit.h
[16:38:27]: ▸ Copying NSURLConnection+BlocksKit.h
[16:38:27]: ▸ Copying UIActionSheet+BlocksKit.h
[16:38:27]: ▸ Copying UIAlertView+BlocksKit.h
[16:38:27]: ▸ Copying UIBarButtonItem+BlocksKit.h
[16:38:28]: ▸ Copying UIControl+BlocksKit.h
[16:38:28]: ▸ Copying UIGestureRecognizer+BlocksKit.h
[16:38:28]: ▸ Copying UIImagePickerController+BlocksKit.h
[16:38:28]: ▸ Copying UIPopoverController+BlocksKit.h
[16:38:28]: ▸ Copying UITextField+BlocksKit.h
[16:38:29]: ▸ Copying UIView+BlocksKit.h
[16:38:29]: ▸ Copying UIWebView+BlocksKit.h
[16:38:30]: ▸ Touching BlocksKit.framework
[16:38:33]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/BlocksKit.framework
[16:38:33]: ▸ Building Pods/Bolts [Release]
[16:38:33]: ▸ Check Dependencies
[16:38:33]: ▸ Processing Info.plist
[16:38:33]: ▸ Compiling BFAppLink.m
[16:38:33]: ▸ Compiling BFAppLinkNavigation.m
[16:38:33]: ▸ Compiling BFAppLinkReturnToRefererController.m
[16:38:33]: ▸ Compiling BFAppLinkReturnToRefererView.m
[16:38:33]: ▸ Compiling BFAppLinkTarget.m
[16:38:33]: ▸ Compiling BFCancellationToken.m
[16:38:33]: ▸ Compiling BFCancellationTokenRegistration.m
[16:38:33]: ▸ Compiling BFCancellationTokenSource.m
[16:38:33]: ▸ Compiling BFExecutor.m
[16:38:33]: ▸ Compiling BFMeasurementEvent.m
[16:38:33]: ▸ Compiling BFTask.m
[16:38:33]: ▸ Compiling BFTaskCompletionSource.m
[16:38:33]: ▸ Compiling BFURL.m
[16:38:33]: ▸ Compiling BFWebViewAppLinkResolver.m
[16:38:33]: ▸ Compiling Bolts-dummy.m
[16:38:33]: ▸ Compiling Bolts.m
[16:38:33]: ▸ Compiling Bolts_vers.c
[16:38:33]: ▸ Compiling BFAppLink.m
[16:38:33]: ▸ Compiling BFAppLinkNavigation.m
[16:38:33]: ▸ Compiling BFAppLinkReturnToRefererController.m
[16:38:33]: ▸ Compiling BFAppLinkReturnToRefererView.m
[16:38:33]: ▸ Compiling BFAppLinkTarget.m
[16:38:33]: ▸ Compiling BFCancellationToken.m
[16:38:33]: ▸ Compiling BFCancellationTokenRegistration.m
[16:38:33]: ▸ Compiling BFCancellationTokenSource.m
[16:38:33]: ▸ Compiling BFExecutor.m
[16:38:33]: ▸ Compiling BFMeasurementEvent.m
[16:38:33]: ▸ Compiling BFTask.m
[16:38:33]: ▸ Compiling BFTaskCompletionSource.m
[16:38:33]: ▸ Compiling BFURL.m
[16:38:33]: ▸ Compiling BFWebViewAppLinkResolver.m
[16:38:33]: ▸ Compiling Bolts-dummy.m
[16:38:33]: ▸ Compiling Bolts.m
[16:38:33]: ▸ Compiling Bolts_vers.c
[16:38:33]: ▸ Linking Bolts
[16:38:33]: ▸ Linking Bolts
[16:38:33]: ▸ Generating 'Bolts.framework.dSYM'
[16:38:33]: ▸ Copying BFAppLink.h
[16:38:33]: ▸ Copying BFAppLink_Internal.h
[16:38:33]: ▸ Copying BFAppLinkNavigation.h
[16:38:33]: ▸ Copying BFAppLinkResolving.h
[16:38:33]: ▸ Copying BFAppLinkReturnToRefererController.h
[16:38:33]: ▸ Copying BFAppLinkReturnToRefererView.h
[16:38:33]: ▸ Copying BFAppLinkReturnToRefererView_Internal.h
[16:38:33]: ▸ Copying BFAppLinkTarget.h
[16:38:33]: ▸ Copying BFCancellationToken.h
[16:38:33]: ▸ Copying BFCancellationTokenRegistration.h
[16:38:33]: ▸ Copying BFCancellationTokenSource.h
[16:38:33]: ▸ Copying BFExecutor.h
[16:38:33]: ▸ Copying BFMeasurementEvent.h
[16:38:33]: ▸ Copying BFMeasurementEvent_Internal.h
[16:38:33]: ▸ Copying BFTask.h
[16:38:33]: ▸ Copying BFTaskCompletionSource.h
[16:38:33]: ▸ Copying BFURL.h
[16:38:33]: ▸ Copying BFURL_Internal.h
[16:38:33]: ▸ Copying BFWebViewAppLinkResolver.h
[16:38:33]: ▸ Copying Bolts-umbrella.h
[16:38:33]: ▸ Copying Bolts.h
[16:38:33]: ▸ Touching Bolts.framework
[16:38:33]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Bolts.framework
[16:38:33]: ▸ Building Pods/AlamofireObjectMapper [Release]
[16:38:33]: ▸ Check Dependencies
[16:38:33]: ▸ Processing Info.plist
[16:38:33]: ▸ Compiling AlamofireObjectMapper.swift
[16:38:33]: ▸ Compiling AlamofireObjectMapper.swift
[16:38:33]: ▸ Compiling AlamofireObjectMapper-dummy.m
[16:38:33]: ▸ Compiling AlamofireObjectMapper_vers.c
[16:38:33]: ▸ Compiling AlamofireObjectMapper-dummy.m
[16:38:33]: ▸ Compiling AlamofireObjectMapper_vers.c
[16:38:33]: ▸ Linking AlamofireObjectMapper
[16:38:33]: ▸ Linking AlamofireObjectMapper
[16:38:33]: ▸ Generating 'AlamofireObjectMapper.framework.dSYM'
[16:38:33]: ▸ Copying AlamofireObjectMapper-umbrella.h
[16:38:33]: ▸ Touching AlamofireObjectMapper.framework
[16:38:33]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AlamofireObjectMapper.framework
[16:38:33]: ▸ Building Pods/EasyTipView [Release]
[16:38:33]: ▸ Check Dependencies
[16:38:33]: ▸ Processing Info.plist
[16:38:33]: ▸ Compiling EasyTipView.swift
[16:38:33]: ▸ Compiling EasyTipView.swift
[16:38:33]: ▸ Compiling EasyTipView-dummy.m
[16:38:33]: ▸ Compiling EasyTipView_vers.c
[16:38:33]: ▸ Compiling EasyTipView-dummy.m
[16:38:33]: ▸ Compiling EasyTipView_vers.c
[16:38:33]: ▸ Linking EasyTipView
[16:38:33]: ▸ Linking EasyTipView
[16:38:33]: ▸ Generating 'EasyTipView.framework.dSYM'
[16:38:33]: ▸ Copying EasyTipView-umbrella.h
[16:38:33]: ▸ Touching EasyTipView.framework
[16:38:33]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EasyTipView.framework
[16:38:33]: ▸ Building Pods/Gloss [Release]
[16:38:33]: ▸ Check Dependencies
[16:38:33]: ▸ Processing Info.plist
[16:38:33]: ▸ Compiling Decoder.swift
[16:38:33]: ▸ Compiling Encoder.swift
[16:38:33]: ▸ Compiling ExtensionArray.swift
[16:38:33]: ▸ Compiling ExtensionDictionary.swift
[16:38:33]: ▸ Compiling Gloss.swift
[16:38:33]: ▸ Compiling Operators.swift
[16:38:33]: ▸ Compiling Decoder.swift
[16:38:33]: ▸ Compiling Encoder.swift
[16:38:33]: ▸ Compiling ExtensionArray.swift
[16:38:33]: ▸ Compiling ExtensionDictionary.swift
[16:38:33]: ▸ Compiling Gloss.swift
[16:38:33]: ▸ Compiling Operators.swift
[16:38:33]: ▸ Compiling Gloss-dummy.m
[16:38:33]: ▸ Compiling Gloss_vers.c
[16:38:33]: ▸ Compiling Gloss-dummy.m
[16:38:33]: ▸ Compiling Gloss_vers.c
[16:38:33]: ▸ Linking Gloss
[16:38:33]: ▸ Linking Gloss
[16:38:33]: ▸ Generating 'Gloss.framework.dSYM'
[16:38:33]: ▸ Copying Gloss-umbrella.h
[16:38:33]: ▸ Touching Gloss.framework
[16:38:33]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Gloss.framework
[16:38:33]: ▸ Building Pods/FBSDKCoreKit [Release]
[16:38:33]: ▸ Check Dependencies
[16:38:33]: ▸ Processing Info.plist
[16:38:33]: ▸ Compiling _FBSDKTemporaryErrorRecoveryAttempter.m
[16:38:33]: ▸ Compiling FBSDKAccessToken.m
[16:38:33]: ▸ Compiling FBSDKAccessTokenCache.m
[16:38:33]: ▸ Compiling FBSDKAccessTokenCacheV3.m
[16:38:33]: ▸ Compiling FBSDKAccessTokenCacheV3_17.m
[16:38:33]: ▸ Compiling FBSDKAccessTokenCacheV3_21.m
[16:38:33]: ▸ Compiling FBSDKAccessTokenCacheV4.m
[16:38:33]: ▸ Compiling FBSDKAppEvents.m
[16:38:33]: ▸ Compiling FBSDKAppEventsDeviceInfo.m
[16:38:33]: ▸ Compiling FBSDKAppEventsState.m
[16:38:33]: ▸ Compiling FBSDKAppEventsStateManager.m
[16:38:33]: ▸ Compiling FBSDKAppEventsUtility.m
[16:38:33]: ▸ Compiling FBSDKApplicationDelegate.m
[16:38:33]: ▸ Compiling FBSDKAppLinkResolver.m
[16:38:33]: ▸ Compiling FBSDKAppLinkUtility.m
[16:38:33]: ▸ Compiling FBSDKAudioResourceLoader.m
[16:38:33]: ▸ Compiling FBSDKBase64.m
[16:38:33]: ▸ Compiling FBSDKBoltsMeasurementEventListener.m
[16:38:33]: ▸ Compiling FBSDKBridgeAPICrypto.m
[16:38:33]: ▸ Compiling FBSDKBridgeAPIProtocolNativeV1.m
[16:38:33]: ▸ Compiling FBSDKBridgeAPIProtocolWebV1.m
[16:38:33]: ▸ Compiling FBSDKBridgeAPIProtocolWebV2.m
[16:38:33]: ▸ Compiling FBSDKBridgeAPIRequest.m
[16:38:33]: ▸ Compiling FBSDKBridgeAPIResponse.m
[16:38:33]: ▸ Compiling FBSDKButton.m
[16:38:33]: ▸ Compiling FBSDKCloseIcon.m
[16:38:33]: ▸ Compiling FBSDKColor.m
[16:38:33]: ▸ Compiling FBSDKConstants.m
[16:38:33]: ▸ Compiling FBSDKContainerViewController.m
[16:38:33]: ▸ Compiling FBSDKCoreKit-dummy.m
[16:38:33]: ▸ Compiling FBSDKCrypto.m
[16:38:33]: ▸ Compiling FBSDKDialogConfiguration.m
[16:38:33]: ▸ Compiling FBSDKDynamicFrameworkLoader.m
[16:38:33]: ▸ Compiling FBSDKError.m
[16:38:33]: ▸ Compiling FBSDKErrorConfiguration.m
[16:38:33]: ▸ Compiling FBSDKErrorRecoveryAttempter.m
[16:38:33]: ▸ Compiling FBSDKErrorRecoveryConfiguration.m
[16:38:33]: ▸ Compiling FBSDKGraphErrorRecoveryProcessor.m
[16:38:33]: ▸ Compiling FBSDKGraphRequest.m
[16:38:33]: ▸ Compiling FBSDKGraphRequestBody.m
[16:38:33]: ▸ Compiling FBSDKGraphRequestConnection.m
[16:38:33]: ▸ Compiling FBSDKGraphRequestDataAttachment.m
[16:38:33]: ▸ Compiling FBSDKGraphRequestMetadata.m
[16:38:33]: ▸ Compiling FBSDKGraphRequestPiggybackManager.m
[16:38:33]: ▸ Compiling FBSDKIcon.m
[16:38:33]: ▸ Compiling FBSDKInternalUtility.m
[16:38:33]: ▸ Compiling FBSDKKeychainStore.m
[16:38:33]: ▸ Compiling FBSDKKeychainStoreViaBundleID.m
[16:38:33]: ▸ Compiling FBSDKLogger.m
[16:38:33]: ▸ Compiling FBSDKLogo.m
[16:38:33]: ▸ Compiling FBSDKMaleSilhouetteIcon.m
[16:38:33]: ▸ Compiling FBSDKMath.m
[16:38:33]: ▸ Compiling FBSDKMonotonicTime.m
[16:38:33]: ▸ Compiling FBSDKPaymentObserver.m
[16:38:33]: ▸ Compiling FBSDKProfile.m
[16:38:33]: ▸ Compiling FBSDKProfilePictureView.m
[16:38:33]: ▸ Compiling FBSDKServerConfiguration.m
[16:38:33]: ▸ Compiling FBSDKServerConfigurationManager.m
[16:38:33]: ▸ Compiling FBSDKSettings.m
[16:38:33]: ▸ Compiling FBSDKSystemAccountStoreAdapter.m
[16:38:33]: ▸ Compiling FBSDKTestUsersManager.m
[16:38:33]: ▸ Compiling FBSDKTimeSpentData.m
[16:38:33]: ▸ Compiling FBSDKTriStateBOOL.m
[16:38:33]: ▸ Compiling FBSDKTypeUtility.m
[16:38:33]: ▸ Compiling FBSDKURLConnection.m
[16:38:35]: ▸ Compiling FBSDKUtility.m
[16:38:42]: ▸ Compiling FBSDKViewImpressionTracker.m
[16:38:47]: ▸ Compiling FBSDKWebDialog.m
[16:38:48]: ▸ Compiling FBSDKWebDialogView.m
[16:38:48]: ▸ Compiling FBSDKCoreKit_vers.c
[16:38:48]: ▸ Compiling _FBSDKTemporaryErrorRecoveryAttempter.m
[16:38:48]: ▸ Compiling FBSDKAccessToken.m
[16:38:48]: ▸ Compiling FBSDKAccessTokenCache.m
[16:38:48]: ▸ Compiling FBSDKAccessTokenCacheV3.m
[16:38:48]: ▸ Compiling FBSDKAccessTokenCacheV3_17.m
[16:38:48]: ▸ Compiling FBSDKAccessTokenCacheV3_21.m
[16:38:49]: ▸ Compiling FBSDKAccessTokenCacheV4.m
[16:38:49]: ▸ Compiling FBSDKAppEvents.m
[16:38:49]: ▸ Compiling FBSDKAppEventsDeviceInfo.m
[16:38:49]: ▸ Compiling FBSDKAppEventsState.m
[16:38:49]: ▸ Compiling FBSDKAppEventsStateManager.m
[16:38:49]: ▸ Compiling FBSDKAppEventsUtility.m
[16:38:50]: ▸ Compiling FBSDKApplicationDelegate.m
[16:38:50]: ▸ Compiling FBSDKAppLinkResolver.m
[16:38:50]: ▸ Compiling FBSDKAppLinkUtility.m
[16:38:51]: ▸ Compiling FBSDKAudioResourceLoader.m
[16:38:51]: ▸ Compiling FBSDKBase64.m
[16:38:51]: ▸ Compiling FBSDKBoltsMeasurementEventListener.m
[16:38:51]: ▸ Compiling FBSDKBridgeAPICrypto.m
[16:38:52]: ▸ Compiling FBSDKBridgeAPIProtocolNativeV1.m
[16:38:52]: ▸ Compiling FBSDKBridgeAPIProtocolWebV1.m
[16:38:52]: ▸ Compiling FBSDKBridgeAPIProtocolWebV2.m
[16:38:53]: ▸ Compiling FBSDKBridgeAPIRequest.m
[16:38:53]: ▸ Compiling FBSDKBridgeAPIResponse.m
[16:38:53]: ▸ Compiling FBSDKButton.m
[16:38:53]: ▸ Compiling FBSDKCloseIcon.m
[16:38:53]: ▸ Compiling FBSDKColor.m
[16:38:53]: ▸ Compiling FBSDKConstants.m
[16:38:54]: ▸ Compiling FBSDKContainerViewController.m
[16:38:54]: ▸ Compiling FBSDKCoreKit-dummy.m
[16:38:54]: ▸ Compiling FBSDKCrypto.m
[16:38:54]: ▸ Compiling FBSDKDialogConfiguration.m
[16:38:55]: ▸ Compiling FBSDKDynamicFrameworkLoader.m
[16:38:59]: ▸ Compiling FBSDKError.m
[16:38:59]: ▸ Compiling FBSDKErrorConfiguration.m
[16:38:59]: ▸ Compiling FBSDKErrorRecoveryAttempter.m
[16:38:59]: ▸ Compiling FBSDKErrorRecoveryConfiguration.m
[16:38:59]: ▸ Compiling FBSDKGraphErrorRecoveryProcessor.m
[16:38:59]: ▸ Compiling FBSDKGraphRequest.m
[16:38:59]: ▸ Compiling FBSDKGraphRequestBody.m
[16:38:59]: ▸ Compiling FBSDKGraphRequestConnection.m
[16:39:00]: ▸ Compiling FBSDKGraphRequestDataAttachment.m
[16:39:00]: ▸ Compiling FBSDKGraphRequestMetadata.m
[16:39:00]: ▸ Compiling FBSDKGraphRequestPiggybackManager.m
[16:39:01]: ▸ Compiling FBSDKIcon.m
[16:39:01]: ▸ Compiling FBSDKInternalUtility.m
[16:39:01]: ▸ Compiling FBSDKKeychainStore.m
[16:39:05]: ▸ Compiling FBSDKKeychainStoreViaBundleID.m
[16:39:08]: ▸ Compiling FBSDKLogger.m
[16:39:08]: ▸ Compiling FBSDKLogo.m
[16:39:08]: ▸ Compiling FBSDKMaleSilhouetteIcon.m
[16:39:09]: ▸ Compiling FBSDKMath.m
[16:39:09]: ▸ Compiling FBSDKMonotonicTime.m
[16:39:09]: ▸ Compiling FBSDKPaymentObserver.m
[16:39:10]: ▸ Compiling FBSDKProfile.m
[16:39:10]: ▸ Compiling FBSDKProfilePictureView.m
[16:39:11]: ▸ Compiling FBSDKServerConfiguration.m
[16:39:11]: ▸ Compiling FBSDKServerConfigurationManager.m
[16:39:11]: ▸ Compiling FBSDKSettings.m
[16:39:11]: ▸ Compiling FBSDKSystemAccountStoreAdapter.m
[16:39:12]: ▸ Compiling FBSDKTestUsersManager.m
[16:39:12]: ▸ Compiling FBSDKTimeSpentData.m
[16:39:12]: ▸ Compiling FBSDKTriStateBOOL.m
[16:39:13]: ▸ Compiling FBSDKTypeUtility.m
[16:39:13]: ▸ Compiling FBSDKURLConnection.m
[16:39:13]: ▸ Compiling FBSDKUtility.m
[16:39:13]: ▸ Compiling FBSDKViewImpressionTracker.m
[16:39:14]: ▸ Compiling FBSDKWebDialog.m
[16:39:14]: ▸ Compiling FBSDKWebDialogView.m
[16:39:14]: ▸ Compiling FBSDKCoreKit_vers.c
[16:39:15]: ▸ Linking FBSDKCoreKit
[16:39:16]: ▸ Linking FBSDKCoreKit
[16:39:18]: ▸ Generating 'FBSDKCoreKit.framework.dSYM'
[16:39:20]: ▸ Copying FBSDKAccessToken.h
[16:39:20]: ▸ Copying FBSDKAppEvents.h
[16:39:20]: ▸ Copying FBSDKApplicationDelegate.h
[16:39:21]: ▸ Copying FBSDKAppLinkResolver.h
[16:39:21]: ▸ Copying FBSDKAppLinkUtility.h
[16:39:21]: ▸ Copying FBSDKButton.h
[16:39:21]: ▸ Copying FBSDKConstants.h
[16:39:21]: ▸ Copying FBSDKCopying.h
[16:39:22]: ▸ Copying FBSDKCoreKit-umbrella.h
[16:39:22]: ▸ Copying FBSDKCoreKit.h
[16:39:22]: ▸ Copying FBSDKGraphErrorRecoveryProcessor.h
[16:39:22]: ▸ Copying FBSDKGraphRequest.h
[16:39:22]: ▸ Copying FBSDKGraphRequestConnection.h
[16:39:22]: ▸ Copying FBSDKGraphRequestDataAttachment.h
[16:39:23]: ▸ Copying FBSDKMacros.h
[16:39:23]: ▸ Copying FBSDKMutableCopying.h
[16:39:23]: ▸ Copying FBSDKProfile.h
[16:39:24]: ▸ Copying FBSDKProfilePictureView.h
[16:39:25]: ▸ Copying FBSDKSettings.h
[16:39:25]: ▸ Copying FBSDKTestUsersManager.h
[16:39:25]: ▸ Copying FBSDKUtility.h
[16:39:28]: ▸ Touching FBSDKCoreKit.framework
[16:39:30]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/FBSDKCoreKit.framework
[16:39:31]: ▸ Building Pods/Onboard [Release]
[16:39:31]: ▸ Check Dependencies
[16:39:31]: ▸ Processing Info.plist
[16:39:31]: ▸ Compiling Onboard-dummy.m
[16:39:31]: ▸ Compiling OnboardingContentViewController.m
[16:39:31]: ▸ Compiling OnboardingViewController.m
[16:39:31]: ▸ Compiling Onboard_vers.c
[16:39:31]: ▸ Compiling Onboard-dummy.m
[16:39:31]: ▸ Compiling OnboardingContentViewController.m
[16:39:31]: ▸ Compiling OnboardingViewController.m
[16:39:31]: ▸ Compiling Onboard_vers.c
[16:39:31]: ▸ Linking Onboard
[16:39:31]: ▸ Linking Onboard
[16:39:31]: ▸ Generating 'Onboard.framework.dSYM'
[16:39:31]: ▸ Copying Onboard-umbrella.h
[16:39:31]: ▸ Copying OnboardingContentViewController.h
[16:39:31]: ▸ Copying OnboardingViewController.h
[16:39:31]: ▸ Touching Onboard.framework
[16:39:31]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Onboard.framework
[16:39:31]: ▸ Building Pods/PKHUD [Release]
[16:39:31]: ▸ Check Dependencies
[16:39:31]: ▸ Compiling FrameView.swift
[16:39:31]: ▸ Compiling HUD.swift
[16:39:31]: ▸ Compiling PKHUD.swift
[16:39:31]: ▸ ⚠️  /Users/drothera/Developer/SugarFix/Pods/PKHUD/PKHUD/PKHUD.swift:34:23: use '#selector' instead of explicitly constructing a 'Selector'
[16:39:31]: ▸ selector: Selector("willEnterForeground:"),
[16:39:31]: ▸                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[16:39:31]: ▸ ⚠️  /Users/drothera/Developer/SugarFix/Pods/PKHUD/PKHUD/PKHUD.swift:101:70: use '#selector' instead of explicitly constructing a 'Selector'
[16:39:31]: ▸ selector: Selector("performDelayedHide:"),
[16:39:31]: ▸                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[16:39:31]: ▸ Compiling PKHUDAnimating.swift
[16:39:31]: ▸ Compiling PKHUDAnimation.swift
[16:39:31]: ▸ Compiling PKHUDAssets.swift
[16:39:31]: ▸ Compiling PKHUDErrorView.swift
[16:39:31]: ▸ Compiling PKHUDProgressView.swift
[16:39:31]: ▸ Compiling PKHUDRotatingImageView.swift
[16:39:31]: ▸ Compiling PKHUDSquareBaseView.swift
[16:39:31]: ▸ Compiling PKHUDSuccessView.swift
[16:39:31]: ▸ Compiling PKHUDSystemActivityIndicatorView.swift
[16:39:31]: ▸ Compiling PKHUDTextView.swift
[16:39:31]: ▸ Compiling PKHUDWideBaseView.swift
[16:39:31]: ▸ Compiling Window.swift
[16:39:31]: ▸ Compiling WindowRootViewController.swift
[16:39:31]: ▸ Compiling FrameView.swift
[16:39:31]: ▸ Compiling HUD.swift
[16:39:31]: ▸ Compiling PKHUD.swift
[16:39:31]: ▸ ⚠️  /Users/drothera/Developer/SugarFix/Pods/PKHUD/PKHUD/PKHUD.swift:34:23: use '#selector' instead of explicitly constructing a 'Selector'
[16:39:31]: ▸ selector: Selector("willEnterForeground:"),
[16:39:31]: ▸                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[16:39:31]: ▸ ⚠️  /Users/drothera/Developer/SugarFix/Pods/PKHUD/PKHUD/PKHUD.swift:101:70: use '#selector' instead of explicitly constructing a 'Selector'
[16:39:31]: ▸ selector: Selector("performDelayedHide:"),
[16:39:31]: ▸                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[16:39:31]: ▸ Compiling PKHUDAnimating.swift
[16:39:31]: ▸ Compiling PKHUDAnimation.swift
[16:39:31]: ▸ Compiling PKHUDAssets.swift
[16:39:31]: ▸ Compiling PKHUDErrorView.swift
[16:39:31]: ▸ Compiling PKHUDProgressView.swift
[16:39:31]: ▸ Compiling PKHUDRotatingImageView.swift
[16:39:31]: ▸ Compiling PKHUDSquareBaseView.swift
[16:39:31]: ▸ Compiling PKHUDSuccessView.swift
[16:39:31]: ▸ Compiling PKHUDSystemActivityIndicatorView.swift
[16:39:31]: ▸ Compiling PKHUDTextView.swift
[16:39:31]: ▸ Compiling PKHUDWideBaseView.swift
[16:39:31]: ▸ Compiling Window.swift
[16:39:31]: ▸ Compiling WindowRootViewController.swift
[16:39:31]: ▸ Compiling PKHUD-dummy.m
[16:39:31]: ▸ Compiling PKHUD_vers.c
[16:39:31]: ▸ Compiling PKHUD-dummy.m
[16:39:31]: ▸ Compiling PKHUD_vers.c
[16:39:31]: ▸ Linking PKHUD
[16:39:31]: ▸ Linking PKHUD
[16:39:31]: ▸ Copying PKHUD-umbrella.h
[16:39:31]: ▸ Copying PKHUD.h
[16:39:31]: ▸ Processing Info.plist
[16:39:31]: ▸ Generating 'PKHUD.framework.dSYM'
[16:39:31]: ▸ Touching PKHUD.framework
[16:39:31]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/PKHUD.framework
[16:39:31]: ▸ Building Pods/Parse [Release]
[16:39:31]: ▸ Check Dependencies
[16:39:31]: ▸ Processing Info.plist
[16:39:31]: ▸ Compiling BFTask+Private.m
[16:39:31]: ▸ Compiling Parse-dummy.m
[16:39:31]: ▸ Compiling Parse.m
[16:39:31]: ▸ Compiling ParseClientConfiguration.m
[16:39:31]: ▸ Compiling ParseManager.m
[16:39:31]: ▸ Compiling ParseModule.m
[16:39:31]: ▸ Compiling PFACL.m
[16:39:31]: ▸ Compiling PFACLState.m
[16:39:31]: ▸ Compiling PFAlertView.m
[16:39:31]: ▸ Compiling PFAnalytics.m
[16:39:31]: ▸ Compiling PFAnalyticsController.m
[16:39:31]: ▸ Compiling PFAnalyticsUtilities.m
[16:39:31]: ▸ Compiling PFAnonymousAuthenticationProvider.m
[16:39:31]: ▸ Compiling PFAnonymousUtils.m
[16:39:31]: ▸ Compiling PFApplication.m
[16:39:31]: ▸ Compiling PFAsyncTaskQueue.m
[16:39:31]: ▸ Compiling PFBase64Encoder.m
[16:39:31]: ▸ Compiling PFBaseState.m
[16:39:31]: ▸ Compiling PFCachedQueryController.m
[16:39:31]: ▸ Compiling PFCategoryLoader.m
[16:39:31]: ▸ Compiling PFCloud.m
[16:39:31]: ▸ Compiling PFCloudCodeController.m
[16:39:31]: ▸ Compiling PFCommandCache.m
[16:39:31]: ▸ Compiling PFCommandResult.m
[16:39:31]: ▸ Compiling PFCommandRunning.m
[16:39:31]: ▸ Compiling PFCommandRunningConstants.m
[16:39:31]: ▸ Compiling PFCommandURLRequestConstructor.m
[16:39:31]: ▸ Compiling PFConfig.m
[16:39:31]: ▸ Compiling PFConfigController.m
[16:39:31]: ▸ Compiling PFConstants.m
[16:39:31]: ▸ Compiling PFCoreManager.m
[16:39:31]: ▸ Compiling PFCurrentConfigController.m
[16:39:31]: ▸ Compiling PFCurrentInstallationController.m
[16:39:31]: ▸ Compiling PFCurrentUserController.m
[16:39:31]: ▸ Compiling PFDateFormatter.m
[16:39:31]: ▸ Compiling PFDecoder.m
[16:39:31]: ▸ Compiling PFDefaultACLController.m
[16:39:31]: ▸ Compiling PFDevice.m
[16:39:31]: ▸ Compiling PFEncoder.m
[16:39:31]: ▸ Compiling PFErrorUtilities.m
[16:39:31]: ▸ Compiling PFEventuallyPin.m
[16:39:31]: ▸ Compiling PFEventuallyQueue.m
[16:39:31]: ▸ Compiling PFFieldOperation.m
[16:39:31]: ▸ Compiling PFFieldOperationDecoder.m
[16:39:31]: ▸ Compiling PFFile.m
[16:39:31]: ▸ Compiling PFFileController.m
[16:39:31]: ▸ Compiling PFFileDataStream.m
[16:39:31]: ▸ Compiling PFFileManager.m
[16:39:31]: ▸ Compiling PFFilePersistenceGroup.m
[16:39:31]: ▸ Compiling PFFileStagingController.m
[16:39:31]: ▸ Compiling PFFileState.m
[16:39:31]: ▸ Compiling PFGeoPoint.m
[16:39:31]: ▸ Compiling PFHash.m
[16:39:31]: ▸ Compiling PFHTTPURLRequestConstructor.m
[16:39:31]: ▸ Compiling PFInstallation.m
[16:39:31]: ▸ Compiling PFInstallationConstants.m
[16:39:31]: ▸ Compiling PFInstallationController.m
[16:39:31]: ▸ Compiling PFInstallationIdentifierStore.m
[16:39:31]: ▸ Compiling PFInternalUtils.m
[16:39:31]: ▸ Compiling PFJSONSerialization.m
[16:39:31]: ▸ Compiling PFKeychainStore.m
[16:39:31]: ▸ Compiling PFKeyValueCache.m
[16:39:31]: ▸ Compiling PFLocationManager.m
[16:39:31]: ▸ Compiling PFLogger.m
[16:39:31]: ▸ Compiling PFMulticastDelegate.m
[16:39:31]: ▸ Compiling PFMultiProcessFileLock.m
[16:39:31]: ▸ Compiling PFMultiProcessFileLockController.m
[16:39:31]: ▸ Compiling PFMutableACLState.m
[16:39:31]: ▸ Compiling PFMutableFileState.m
[16:39:31]: ▸ Compiling PFMutableObjectState.m
[16:39:31]: ▸ Compiling PFMutablePushState.m
[16:39:31]: ▸ Compiling PFMutableQueryState.m
[16:39:31]: ▸ Compiling PFMutableRelationState.m
[16:39:31]: ▸ Compiling PFMutableUserState.m
[16:39:31]: ▸ Compiling PFNetworkActivityIndicatorManager.m
[16:39:31]: ▸ Compiling PFObject.m
[16:39:31]: ▸ Compiling PFObjectBatchController.m
[16:39:31]: ▸ Compiling PFObjectConstants.m
[16:39:31]: ▸ Compiling PFObjectController.m
[16:39:31]: ▸ Compiling PFObjectEstimatedData.m
[16:39:31]: ▸ Compiling PFObjectFileCoder.m
[16:39:31]: ▸ Compiling PFObjectFileCodingLogic.m
[16:39:31]: ▸ Compiling PFObjectFilePersistenceController.m
[16:39:31]: ▸ Compiling PFObjectLocalIdStore.m
[16:39:31]: ▸ Compiling PFObjectState.m
[16:39:31]: ▸ Compiling PFObjectSubclassInfo.m
[16:39:31]: ▸ Compiling PFObjectSubclassingController.m
[16:39:31]: ▸ Compiling PFObjectUtilities.m
[16:39:31]: ▸ Compiling PFOfflineObjectController.m
[16:39:31]: ▸ Compiling PFOfflineQueryController.m
[16:39:31]: ▸ Compiling PFOfflineQueryLogic.m
[16:39:31]: ▸ Compiling PFOfflineStore.m
[16:39:31]: ▸ Compiling PFOperationSet.m
[16:39:31]: ▸ Compiling PFPaymentTransactionObserver.m
[16:39:31]: ▸ Compiling PFPersistenceController.m
[16:39:31]: ▸ Compiling PFPin.m
[16:39:31]: ▸ Compiling PFPinningEventuallyQueue.m
[16:39:31]: ▸ Compiling PFPinningObjectStore.m
[16:39:31]: ▸ Compiling PFProduct.m
[16:39:31]: ▸ Compiling PFProductsRequestHandler.m
[16:39:31]: ▸ Compiling PFPropertyInfo.m
[16:39:31]: ▸ Compiling PFPropertyInfo_Runtime.m
[16:39:31]: ▸ Compiling PFPurchase.m
[16:39:31]: ▸ Compiling PFPurchaseController.m
[16:39:31]: ▸ Compiling PFPush.m
[16:39:31]: ▸ Compiling PFPushChannelsController.m
[16:39:31]: ▸ Compiling PFPushController.m
[16:39:31]: ▸ Compiling PFPushManager.m
[16:39:31]: ▸ Compiling PFPushState.m
[16:39:31]: ▸ Compiling PFPushUtilities.m
[16:39:31]: ▸ Compiling PFQuery.m
[16:39:31]: ▸ Compiling PFQueryConstants.m
[16:39:31]: ▸ Compiling PFQueryController.m
[16:39:31]: ▸ Compiling PFQueryState.m
[16:39:31]: ▸ Compiling PFQueryUtilities.m
[16:39:31]: ▸ Compiling PFReachability.m
[16:39:31]: ▸ Compiling PFRelation.m
[16:39:31]: ▸ Compiling PFRelationState.m
[16:39:31]: ▸ Compiling PFRESTAnalyticsCommand.m
[16:39:31]: ▸ Compiling PFRESTCloudCommand.m
[16:39:31]: ▸ Compiling PFRESTCommand.m
[16:39:31]: ▸ Compiling PFRESTConfigCommand.m
[16:39:31]: ▸ Compiling PFRESTFileCommand.m
[16:39:31]: ▸ Compiling PFRESTObjectBatchCommand.m
[16:39:31]: ▸ Compiling PFRESTObjectCommand.m
[16:39:31]: ▸ Compiling PFRESTPushCommand.m
[16:39:31]: ▸ Compiling PFRESTQueryCommand.m
[16:39:31]: ▸ Compiling PFRESTSessionCommand.m
[16:39:31]: ▸ Compiling PFRESTUserCommand.m
[16:39:31]: ▸ Compiling PFRole.m
[16:39:31]: ▸ Compiling PFSession.m
[16:39:31]: ▸ Compiling PFSessionController.m
[16:39:31]: ▸ Compiling PFSessionUtilities.m
[16:39:31]: ▸ Compiling PFSQLiteDatabase.m
[16:39:32]: ▸ Compiling PFSQLiteDatabaseController.m
[16:39:32]: ▸ Compiling PFSQLiteDatabaseResult.m
[16:39:32]: ▸ Compiling PFSQLiteStatement.m
[16:39:32]: ▸ Compiling PFTaskQueue.m
[16:39:32]: ▸ Compiling PFThreadsafety.m
[16:39:32]: ▸ Compiling PFURLConstructor.m
[16:39:32]: ▸ Compiling PFURLSession.m
[16:39:33]: ▸ Compiling PFURLSessionCommandRunner.m
[16:39:33]: ▸ Compiling PFURLSessionDataTaskDelegate.m
[16:39:33]: ▸ Compiling PFURLSessionFileDownloadTaskDelegate.m
[16:39:34]: ▸ Compiling PFURLSessionJSONDataTaskDelegate.m
[16:39:34]: ▸ Compiling PFURLSessionUploadTaskDelegate.m
[16:39:34]: ▸ Compiling PFUser.m
[16:39:37]: ▸ Compiling PFUserAuthenticationController.m
[16:39:37]: ▸ Compiling PFUserConstants.m
[16:39:37]: ▸ Compiling PFUserController.m
[16:39:37]: ▸ Compiling PFUserDefaultsPersistenceGroup.m
[16:39:37]: ▸ Compiling PFUserFileCodingLogic.m
[16:39:38]: ▸ Compiling PFUserState.m
[16:39:38]: ▸ Compiling PFWeakValue.m
[16:39:38]: ▸ Compiling Parse_vers.c
[16:39:38]: ▸ Compiling BFTask+Private.m
[16:39:39]: ▸ Compiling Parse-dummy.m
[16:39:39]: ▸ Compiling Parse.m
[16:39:40]: ▸ Compiling ParseClientConfiguration.m
[16:39:40]: ▸ Compiling ParseManager.m
[16:39:41]: ▸ Compiling ParseModule.m
[16:39:41]: ▸ Compiling PFACL.m
[16:39:42]: ▸ Compiling PFACLState.m
[16:39:42]: ▸ Compiling PFAlertView.m
[16:39:42]: ▸ Compiling PFAnalytics.m
[16:39:42]: ▸ Compiling PFAnalyticsController.m
[16:39:42]: ▸ Compiling PFAnalyticsUtilities.m
[16:39:49]: ▸ Compiling PFAnonymousAuthenticationProvider.m
[16:39:57]: ▸ Compiling PFApplication.m
[16:39:57]: ▸ Compiling PFAnonymousUtils.m
[16:39:57]: ▸ Compiling PFBase64Encoder.m
[16:39:57]: ▸ Compiling PFAsyncTaskQueue.m
[16:39:58]: ▸ Compiling PFBaseState.m
[16:39:58]: ▸ Compiling PFCachedQueryController.m
[16:39:59]: ▸ Compiling PFCategoryLoader.m
[16:39:59]: ▸ Compiling PFCloud.m
[16:39:59]: ▸ Compiling PFCloudCodeController.m
[16:39:59]: ▸ Compiling PFCommandCache.m
[16:40:00]: ▸ Compiling PFCommandResult.m
[16:40:00]: ▸ Compiling PFCommandRunning.m
[16:40:00]: ▸ Compiling PFCommandRunningConstants.m
[16:40:00]: ▸ Compiling PFCommandURLRequestConstructor.m
[16:40:01]: ▸ Compiling PFConfig.m
[16:40:01]: ▸ Compiling PFConfigController.m
[16:40:01]: ▸ Compiling PFConstants.m
[16:40:02]: ▸ Compiling PFCoreManager.m
[16:40:03]: ▸ Compiling PFCurrentConfigController.m
[16:40:03]: ▸ Compiling PFCurrentInstallationController.m
[16:40:04]: ▸ Compiling PFCurrentUserController.m
[16:40:04]: ▸ Compiling PFDateFormatter.m
[16:40:04]: ▸ Compiling PFDecoder.m
[16:40:05]: ▸ Compiling PFDefaultACLController.m
[16:40:05]: ▸ Compiling PFDevice.m
[16:40:05]: ▸ Compiling PFEncoder.m
[16:40:05]: ▸ Compiling PFErrorUtilities.m
[16:40:06]: ▸ Compiling PFEventuallyPin.m
[16:40:06]: ▸ Compiling PFEventuallyQueue.m
[16:40:07]: ▸ Compiling PFFieldOperation.m
[16:40:07]: ▸ Compiling PFFieldOperationDecoder.m
[16:40:07]: ▸ Compiling PFFile.m
[16:40:08]: ▸ Compiling PFFileController.m
[16:40:08]: ▸ Compiling PFFileDataStream.m
[16:40:08]: ▸ Compiling PFFileManager.m
[16:40:09]: ▸ Compiling PFFilePersistenceGroup.m
[16:40:09]: ▸ Compiling PFFileStagingController.m
[16:40:09]: ▸ Compiling PFFileState.m
[16:40:10]: ▸ Compiling PFGeoPoint.m
[16:40:10]: ▸ Compiling PFHash.m
[16:40:10]: ▸ Compiling PFHTTPURLRequestConstructor.m
[16:40:11]: ▸ Compiling PFInstallation.m
[16:40:11]: ▸ Compiling PFInstallationConstants.m
[16:40:11]: ▸ Compiling PFInstallationController.m
[16:40:12]: ▸ Compiling PFInstallationIdentifierStore.m
[16:40:13]: ▸ Compiling PFInternalUtils.m
[16:40:14]: ▸ Compiling PFJSONSerialization.m
[16:40:14]: ▸ Compiling PFKeychainStore.m
[16:40:15]: ▸ Compiling PFKeyValueCache.m
[16:40:15]: ▸ Compiling PFLocationManager.m
[16:40:16]: ▸ Compiling PFLogger.m
[16:40:16]: ▸ Compiling PFMulticastDelegate.m
[16:40:17]: ▸ Compiling PFMultiProcessFileLock.m
[16:40:21]: ▸ Compiling PFMultiProcessFileLockController.m
[16:40:26]: ▸ Compiling PFMutableFileState.m
[16:40:26]: ▸ Compiling PFMutableACLState.m
[16:40:26]: ▸ Compiling PFMutableObjectState.m
[16:40:27]: ▸ Compiling PFMutablePushState.m
[16:40:28]: ▸ Compiling PFMutableQueryState.m
[16:40:28]: ▸ Compiling PFMutableRelationState.m
[16:40:28]: ▸ Compiling PFMutableUserState.m
[16:40:29]: ▸ Compiling PFNetworkActivityIndicatorManager.m
[16:40:29]: ▸ Compiling PFObject.m
[16:40:34]: ▸ Compiling PFObjectBatchController.m
[16:40:34]: ▸ Compiling PFObjectConstants.m
[16:40:34]: ▸ Compiling PFObjectController.m
[16:40:34]: ▸ Compiling PFObjectEstimatedData.m
[16:40:34]: ▸ Compiling PFObjectFileCoder.m
[16:40:34]: ▸ Compiling PFObjectFileCodingLogic.m
[16:40:34]: ▸ Compiling PFObjectFilePersistenceController.m
[16:40:34]: ▸ Compiling PFObjectLocalIdStore.m
[16:40:34]: ▸ Compiling PFObjectState.m
[16:40:34]: ▸ Compiling PFObjectSubclassInfo.m
[16:40:34]: ▸ Compiling PFObjectSubclassingController.m
[16:40:35]: ▸ Compiling PFObjectUtilities.m
[16:40:36]: ▸ Compiling PFOfflineObjectController.m
[16:40:36]: ▸ Compiling PFOfflineQueryController.m
[16:40:37]: ▸ Compiling PFOfflineQueryLogic.m
[16:40:39]: ▸ Compiling PFOfflineStore.m
[16:40:42]: ▸ Compiling PFOperationSet.m
[16:40:42]: ▸ Compiling PFPaymentTransactionObserver.m
[16:40:42]: ▸ Compiling PFPersistenceController.m
[16:40:42]: ▸ Compiling PFPin.m
[16:40:42]: ▸ Compiling PFPinningEventuallyQueue.m
[16:40:42]: ▸ Compiling PFPinningObjectStore.m
[16:40:42]: ▸ Compiling PFProduct.m
[16:40:42]: ▸ Compiling PFProductsRequestHandler.m
[16:40:42]: ▸ Compiling PFPropertyInfo.m
[16:40:43]: ▸ Compiling PFPropertyInfo_Runtime.m
[16:40:43]: ▸ Compiling PFPurchase.m
[16:40:43]: ▸ Compiling PFPurchaseController.m
[16:40:43]: ▸ Compiling PFPush.m
[16:40:44]: ▸ Compiling PFPushChannelsController.m
[16:40:44]: ▸ Compiling PFPushController.m
[16:40:44]: ▸ Compiling PFPushManager.m
[16:40:44]: ▸ Compiling PFPushState.m
[16:40:45]: ▸ Compiling PFPushUtilities.m
[16:40:45]: ▸ Compiling PFQuery.m
[16:40:47]: ▸ Compiling PFQueryConstants.m
[16:40:47]: ▸ Compiling PFQueryController.m
[16:40:47]: ▸ Compiling PFQueryState.m
[16:40:47]: ▸ Compiling PFQueryUtilities.m
[16:40:47]: ▸ Compiling PFReachability.m
[16:40:47]: ▸ Compiling PFRelation.m
[16:40:48]: ▸ Compiling PFRelationState.m
[16:40:48]: ▸ Compiling PFRESTAnalyticsCommand.m
[16:40:48]: ▸ Compiling PFRESTCloudCommand.m
[16:40:48]: ▸ Compiling PFRESTCommand.m
[16:40:48]: ▸ Compiling PFRESTConfigCommand.m
[16:40:48]: ▸ Compiling PFRESTFileCommand.m
[16:40:48]: ▸ Compiling PFRESTObjectBatchCommand.m
[16:40:48]: ▸ Compiling PFRESTObjectCommand.m
[16:40:49]: ▸ Compiling PFRESTPushCommand.m
[16:40:49]: ▸ Compiling PFRESTQueryCommand.m
[16:40:49]: ▸ Compiling PFRESTSessionCommand.m
[16:40:49]: ▸ Compiling PFRESTUserCommand.m
[16:40:50]: ▸ Compiling PFRole.m
[16:40:50]: ▸ Compiling PFSession.m
[16:40:51]: ▸ Compiling PFSessionController.m
[16:40:51]: ▸ Compiling PFSessionUtilities.m
[16:40:51]: ▸ Compiling PFSQLiteDatabase.m
[16:40:52]: ▸ Compiling PFSQLiteDatabaseController.m
[16:40:52]: ▸ Compiling PFSQLiteDatabaseResult.m
[16:40:53]: ▸ Compiling PFSQLiteStatement.m
[16:40:53]: ▸ Compiling PFTaskQueue.m
[16:40:53]: ▸ Compiling PFThreadsafety.m
[16:40:53]: ▸ Compiling PFURLConstructor.m
[16:40:54]: ▸ Compiling PFURLSession.m
[16:40:54]: ▸ Compiling PFURLSessionCommandRunner.m
[16:40:55]: ▸ Compiling PFURLSessionDataTaskDelegate.m
[16:40:55]: ▸ Compiling PFURLSessionFileDownloadTaskDelegate.m
[16:40:56]: ▸ Compiling PFURLSessionJSONDataTaskDelegate.m
[16:40:56]: ▸ Compiling PFURLSessionUploadTaskDelegate.m
[16:40:56]: ▸ Compiling PFUser.m
[16:40:59]: ▸ Compiling PFUserAuthenticationController.m
[16:40:59]: ▸ Compiling PFUserConstants.m
[16:40:59]: ▸ Compiling PFUserController.m
[16:40:59]: ▸ Compiling PFUserDefaultsPersistenceGroup.m
[16:40:59]: ▸ Compiling PFUserFileCodingLogic.m
[16:40:59]: ▸ Compiling PFUserState.m
[16:40:59]: ▸ Compiling PFWeakValue.m
[16:40:59]: ▸ Compiling Parse_vers.c
[16:41:01]: ▸ Linking Parse
[16:41:04]: ▸ Linking Parse
[16:41:06]: ▸ Generating 'Parse.framework.dSYM'
[16:41:08]: ▸ Copying Parse-umbrella.h
[16:41:08]: ▸ Copying Parse.h
[16:41:08]: ▸ Copying ParseClientConfiguration.h
[16:41:08]: ▸ Copying PFACL.h
[16:41:08]: ▸ Copying PFAnalytics.h
[16:41:08]: ▸ Copying PFAnonymousUtils+Deprecated.h
[16:41:08]: ▸ Copying PFAnonymousUtils.h
[16:41:08]: ▸ Copying PFCloud+Deprecated.h
[16:41:08]: ▸ Copying PFCloud+Synchronous.h
[16:41:08]: ▸ Copying PFCloud.h
[16:41:08]: ▸ Copying PFConfig+Synchronous.h
[16:41:08]: ▸ Copying PFConfig.h
[16:41:08]: ▸ Copying PFConstants.h
[16:41:08]: ▸ Copying PFFile+Deprecated.h
[16:41:08]: ▸ Copying PFFile+Synchronous.h
[16:41:08]: ▸ Copying PFFile.h
[16:41:08]: ▸ Copying PFGeoPoint.h
[16:41:08]: ▸ Copying PFInstallation.h
[16:41:08]: ▸ Copying PFNetworkActivityIndicatorManager.h
[16:41:08]: ▸ Copying PFObject+Deprecated.h
[16:41:08]: ▸ Copying PFObject+Subclass.h
[16:41:08]: ▸ Copying PFObject+Synchronous.h
[16:41:08]: ▸ Copying PFObject.h
[16:41:08]: ▸ Copying PFProduct.h
[16:41:08]: ▸ Copying PFPurchase.h
[16:41:08]: ▸ Copying PFPush+Deprecated.h
[16:41:08]: ▸ Copying PFPush+Synchronous.h
[16:41:08]: ▸ Copying PFPush.h
[16:41:08]: ▸ Copying PFQuery+Deprecated.h
[16:41:08]: ▸ Copying PFQuery+Synchronous.h
[16:41:08]: ▸ Copying PFQuery.h
[16:41:08]: ▸ Copying PFRole.h
[16:41:08]: ▸ Copying PFSession.h
[16:41:08]: ▸ Copying PFRelation.h
[16:41:08]: ▸ Copying PFUser+Deprecated.h
[16:41:08]: ▸ Copying PFSubclassing.h
[16:41:08]: ▸ Copying PFUser+Synchronous.h
[16:41:08]: ▸ Copying PFUser.h
[16:41:08]: ▸ Copying PFUserAuthenticationDelegate.h
[16:41:08]: ▸ Copying Parse/Parse/Resources/en.lproj
[16:41:08]: ▸ Touching Parse.framework
[16:41:08]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Parse.framework
[16:41:09]: ▸ Building Pods/PeekPop [Release]
[16:41:09]: ▸ Check Dependencies
[16:41:09]: ▸ Processing Info.plist
[16:41:09]: ▸ Compiling ForceTouchDelegate.swift
[16:41:09]: ▸ Compiling PeekPop.swift
[16:41:09]: ▸ Compiling PeekPopExtensions.swift
[16:41:09]: ▸ Compiling PeekPopGestureRecognizer.swift
[16:41:09]: ▸ Compiling PeekPopManager.swift
[16:41:09]: ▸ Compiling PeekPopView.swift
[16:41:09]: ▸ Compiling ForceTouchDelegate.swift
[16:41:09]: ▸ Compiling PeekPop.swift
[16:41:09]: ▸ Compiling PeekPopExtensions.swift
[16:41:09]: ▸ Compiling PeekPopGestureRecognizer.swift
[16:41:09]: ▸ Compiling PeekPopManager.swift
[16:41:09]: ▸ Compiling PeekPopView.swift
[16:41:09]: ▸ Compiling PeekPop-dummy.m
[16:41:09]: ▸ Compiling UIImage+ImageEffects.m
[16:41:09]: ▸ Compiling PeekPop_vers.c
[16:41:09]: ▸ Compiling PeekPop-dummy.m
[16:41:09]: ▸ Compiling UIImage+ImageEffects.m
[16:41:09]: ▸ Compiling PeekPop_vers.c
[16:41:09]: ▸ Linking PeekPop
[16:41:09]: ▸ Linking PeekPop
[16:41:09]: ▸ Generating 'PeekPop.framework.dSYM'
[16:41:09]: ▸ Copying PeekPop-umbrella.h
[16:41:09]: ▸ Copying PeekPop.h
[16:41:09]: ▸ Copying UIImage+ImageEffects.h
[16:41:09]: ▸ Touching PeekPop.framework
[16:41:09]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/PeekPop.framework
[16:41:09]: ▸ Building Pods/RumbleStrip-RumbleStrip [Release]
[16:41:09]: ▸ Check Dependencies
[16:41:09]: ▸ Touching RumbleStrip.bundle
[16:41:09]: ▸ Building Pods/RumbleStrip [Release]
[16:41:09]: ▸ Check Dependencies
[16:41:09]: ▸ Processing Info.plist
[16:41:09]: ▸ Compiling RumbleStrip-dummy.m
[16:41:09]: ▸ Compiling RumbleStrip.m
[16:41:09]: ▸ Compiling UIWindow+Rumble.m
[16:41:09]: ▸ Compiling RumbleStrip_vers.c
[16:41:09]: ▸ Compiling RumbleStrip-dummy.m
[16:41:09]: ▸ Compiling RumbleStrip.m
[16:41:09]: ▸ Compiling UIWindow+Rumble.m
[16:41:09]: ▸ Compiling RumbleStrip_vers.c
[16:41:09]: ▸ Linking RumbleStrip
[16:41:09]: ▸ Linking RumbleStrip
[16:41:09]: ▸ Generating 'RumbleStrip.framework.dSYM'
[16:41:09]: ▸ Copying /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/BuildProductsPath/Release-iphoneos/RumbleStrip.bundle
[16:41:09]: ▸ Copying RumbleStrip-umbrella.h
[16:41:09]: ▸ Copying RumbleStrip.h
[16:41:09]: ▸ Copying UIWindow+Rumble.h
[16:41:09]: ▸ Touching RumbleStrip.framework
[16:41:09]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RumbleStrip.framework
[16:41:09]: ▸ Building Pods/SUPSemVer [Release]
[16:41:09]: ▸ Check Dependencies
[16:41:09]: ▸ Processing Info.plist
[16:41:09]: ▸ Compiling SUPSemVer.swift
[16:41:09]: ▸ Compiling SUPSemVer.swift
[16:41:09]: ▸ Compiling SUPSemVer-dummy.m
[16:41:09]: ▸ Compiling SUPSemVer_vers.c
[16:41:09]: ▸ Compiling SUPSemVer-dummy.m
[16:41:09]: ▸ Compiling SUPSemVer_vers.c
[16:41:09]: ▸ Linking SUPSemVer
[16:41:09]: ▸ Linking SUPSemVer
[16:41:09]: ▸ Generating 'SUPSemVer.framework.dSYM'
[16:41:09]: ▸ Copying SUPSemVer-umbrella.h
[16:41:09]: ▸ Touching SUPSemVer.framework
[16:41:09]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SUPSemVer.framework
[16:41:09]: ▸ Building Pods/SimulatorStatusMagic [Release]
[16:41:09]: ▸ Check Dependencies
[16:41:09]: ▸ Processing Info.plist
[16:41:09]: ▸ Compiling SDStatusBarManager.m
[16:41:09]: ▸ Compiling SDStatusBarOverriderPost8_3.m
[16:41:09]: ▸ Compiling SDStatusBarOverriderPost9_0.m
[16:41:09]: ▸ Compiling SDStatusBarOverriderPost9_3.m
[16:41:09]: ▸ Compiling SDStatusBarOverriderPre8_3.m
[16:41:09]: ▸ Compiling SimulatorStatusMagic-dummy.m
[16:41:09]: ▸ Compiling SimulatorStatusMagic_vers.c
[16:41:09]: ▸ Compiling SDStatusBarManager.m
[16:41:09]: ▸ Compiling SDStatusBarOverriderPost8_3.m
[16:41:09]: ▸ Compiling SDStatusBarOverriderPost9_0.m
[16:41:09]: ▸ Compiling SDStatusBarOverriderPost9_3.m
[16:41:09]: ▸ Compiling SDStatusBarOverriderPre8_3.m
[16:41:09]: ▸ Compiling SimulatorStatusMagic-dummy.m
[16:41:09]: ▸ Compiling SimulatorStatusMagic_vers.c
[16:41:09]: ▸ Linking SimulatorStatusMagic
[16:41:09]: ▸ Linking SimulatorStatusMagic
[16:41:09]: ▸ Generating 'SimulatorStatusMagic.framework.dSYM'
[16:41:09]: ▸ Copying SDStatusBarManager.h
[16:41:09]: ▸ Copying SDStatusBarOverrider.h
[16:41:09]: ▸ Copying SDStatusBarOverriderPost8_3.h
[16:41:09]: ▸ Copying SDStatusBarOverriderPost9_0.h
[16:41:09]: ▸ Copying SDStatusBarOverriderPost9_3.h
[16:41:09]: ▸ Copying SDStatusBarOverriderPre8_3.h
[16:41:09]: ▸ Copying SimulatorStatusMagic-umbrella.h
[16:41:09]: ▸ Touching SimulatorStatusMagic.framework
[16:41:09]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SimulatorStatusMagic.framework
[16:41:09]: ▸ Building Pods/FBSDKShareKit [Release]
[16:41:09]: ▸ Check Dependencies
[16:41:09]: ▸ Processing Info.plist
[16:41:09]: ▸ Compiling FBSDKAppGroupAddDialog.m
[16:41:09]: ▸ Compiling FBSDKAppGroupContent.m
[16:41:09]: ▸ Compiling FBSDKAppGroupJoinDialog.m
[16:41:09]: ▸ Compiling FBSDKAppInviteContent.m
[16:41:09]: ▸ Compiling FBSDKAppInviteDialog.m
[16:41:09]: ▸ Compiling FBSDKCheckmarkIcon.m
[16:41:09]: ▸ Compiling FBSDKGameRequestContent.m
[16:41:09]: ▸ Compiling FBSDKGameRequestDialog.m
[16:41:09]: ▸ Compiling FBSDKGameRequestFrictionlessRecipientCache.m
[16:41:09]: ▸ Compiling FBSDKLikeActionController.m
[16:41:09]: ▸ Compiling FBSDKLikeActionControllerCache.m
[16:41:09]: ▸ Compiling FBSDKLikeBoxBorderView.m
[16:41:09]: ▸ Compiling FBSDKLikeBoxView.m
[16:41:09]: ▸ Compiling FBSDKLikeButton.m
[16:41:09]: ▸ Compiling FBSDKLikeButtonPopWAV.m
[16:41:09]: ▸ Compiling FBSDKLikeControl.m
[16:41:09]: ▸ Compiling FBSDKLikeDialog.m
[16:41:09]: ▸ Compiling FBSDKLikeObjectType.m
[16:41:09]: ▸ Compiling FBSDKMessageDialog.m
[16:41:09]: ▸ Compiling FBSDKMessengerIcon.m
[16:41:09]: ▸ Compiling FBSDKSendButton.m
[16:41:09]: ▸ Compiling FBSDKShareAPI.m
[16:41:09]: ▸ Compiling FBSDKShareDialogMode.m
[16:41:09]: ▸ Compiling FBSDKShareDialog.m
[16:41:09]: ▸ Compiling FBSDKShareError.m
[16:41:09]: ▸ Compiling FBSDKShareConstants.m
[16:41:09]: ▸ Compiling FBSDKShareButton.m
[16:41:09]: ▸ Compiling FBSDKShareKit-dummy.m
[16:41:09]: ▸ Compiling FBSDKShareLinkContent.m
[16:41:09]: ▸ Compiling FBSDKShareOpenGraphAction.m
[16:41:09]: ▸ Compiling FBSDKShareOpenGraphContent.m
[16:41:09]: ▸ Compiling FBSDKShareOpenGraphObject.m
[16:41:09]: ▸ Compiling FBSDKShareOpenGraphValueContainer.m
[16:41:09]: ▸ Compiling FBSDKSharePhoto.m
[16:41:09]: ▸ Compiling FBSDKSharePhotoContent.m
[16:41:09]: ▸ Compiling FBSDKShareUtility.m
[16:41:09]: ▸ Compiling FBSDKShareVideo.m
[16:41:09]: ▸ Compiling FBSDKShareVideoContent.m
[16:41:09]: ▸ Compiling FBSDKVideoUploader.m
[16:41:09]: ▸ Compiling FBSDKShareKit_vers.c
[16:41:09]: ▸ Compiling FBSDKAppGroupAddDialog.m
[16:41:09]: ▸ Compiling FBSDKAppGroupContent.m
[16:41:09]: ▸ Compiling FBSDKAppGroupJoinDialog.m
[16:41:09]: ▸ Compiling FBSDKAppInviteContent.m
[16:41:09]: ▸ Compiling FBSDKAppInviteDialog.m
[16:41:09]: ▸ Compiling FBSDKCheckmarkIcon.m
[16:41:09]: ▸ Compiling FBSDKGameRequestContent.m
[16:41:09]: ▸ Compiling FBSDKGameRequestDialog.m
[16:41:09]: ▸ Compiling FBSDKGameRequestFrictionlessRecipientCache.m
[16:41:09]: ▸ Compiling FBSDKLikeActionController.m
[16:41:09]: ▸ Compiling FBSDKLikeActionControllerCache.m
[16:41:09]: ▸ Compiling FBSDKLikeBoxBorderView.m
[16:41:09]: ▸ Compiling FBSDKLikeBoxView.m
[16:41:09]: ▸ Compiling FBSDKLikeButton.m
[16:41:09]: ▸ Compiling FBSDKLikeButtonPopWAV.m
[16:41:09]: ▸ Compiling FBSDKLikeControl.m
[16:41:09]: ▸ Compiling FBSDKLikeDialog.m
[16:41:09]: ▸ Compiling FBSDKLikeObjectType.m
[16:41:09]: ▸ Compiling FBSDKMessageDialog.m
[16:41:09]: ▸ Compiling FBSDKMessengerIcon.m
[16:41:09]: ▸ Compiling FBSDKSendButton.m
[16:41:09]: ▸ Compiling FBSDKShareAPI.m
[16:41:09]: ▸ Compiling FBSDKShareButton.m
[16:41:09]: ▸ Compiling FBSDKShareConstants.m
[16:41:09]: ▸ Compiling FBSDKShareDialog.m
[16:41:09]: ▸ Compiling FBSDKShareDialogMode.m
[16:41:09]: ▸ Compiling FBSDKShareError.m
[16:41:09]: ▸ Compiling FBSDKShareKit-dummy.m
[16:41:09]: ▸ Compiling FBSDKShareLinkContent.m
[16:41:09]: ▸ Compiling FBSDKShareOpenGraphAction.m
[16:41:09]: ▸ Compiling FBSDKShareOpenGraphContent.m
[16:41:09]: ▸ Compiling FBSDKShareOpenGraphObject.m
[16:41:09]: ▸ Compiling FBSDKShareOpenGraphValueContainer.m
[16:41:09]: ▸ Compiling FBSDKSharePhoto.m
[16:41:09]: ▸ Compiling FBSDKSharePhotoContent.m
[16:41:09]: ▸ Compiling FBSDKShareUtility.m
[16:41:09]: ▸ Compiling FBSDKShareVideo.m
[16:41:09]: ▸ Compiling FBSDKShareVideoContent.m
[16:41:09]: ▸ Compiling FBSDKVideoUploader.m
[16:41:09]: ▸ Compiling FBSDKShareKit_vers.c
[16:41:09]: ▸ Linking FBSDKShareKit
[16:41:09]: ▸ Linking FBSDKShareKit
[16:41:09]: ▸ Generating 'FBSDKShareKit.framework.dSYM'
[16:41:09]: ▸ Copying FBSDKAppGroupAddDialog.h
[16:41:09]: ▸ Copying FBSDKAppGroupContent.h
[16:41:09]: ▸ Copying FBSDKAppGroupJoinDialog.h
[16:41:09]: ▸ Copying FBSDKAppInviteContent.h
[16:41:09]: ▸ Copying FBSDKAppInviteDialog.h
[16:41:09]: ▸ Copying FBSDKGameRequestContent.h
[16:41:09]: ▸ Copying FBSDKGameRequestDialog.h
[16:41:09]: ▸ Copying FBSDKLikeButton.h
[16:41:09]: ▸ Copying FBSDKLikeControl.h
[16:41:09]: ▸ Copying FBSDKLikeObjectType.h
[16:41:09]: ▸ Copying FBSDKLiking.h
[16:41:09]: ▸ Copying FBSDKMessageDialog.h
[16:41:09]: ▸ Copying FBSDKSendButton.h
[16:41:09]: ▸ Copying FBSDKShareAPI.h
[16:41:09]: ▸ Copying FBSDKShareButton.h
[16:41:09]: ▸ Copying FBSDKShareConstants.h
[16:41:09]: ▸ Copying FBSDKShareDialog.h
[16:41:09]: ▸ Copying FBSDKShareDialogMode.h
[16:41:09]: ▸ Copying FBSDKShareKit-umbrella.h
[16:41:09]: ▸ Copying FBSDKShareKit.h
[16:41:09]: ▸ Copying FBSDKShareLinkContent.h
[16:41:09]: ▸ Copying FBSDKShareOpenGraphAction.h
[16:41:09]: ▸ Copying FBSDKShareOpenGraphContent.h
[16:41:09]: ▸ Copying FBSDKShareOpenGraphObject.h
[16:41:09]: ▸ Copying FBSDKShareOpenGraphValueContainer.h
[16:41:09]: ▸ Copying FBSDKSharePhoto.h
[16:41:09]: ▸ Copying FBSDKSharePhotoContent.h
[16:41:09]: ▸ Copying FBSDKShareVideo.h
[16:41:09]: ▸ Copying FBSDKShareVideoContent.h
[16:41:09]: ▸ Copying FBSDKSharing.h
[16:41:09]: ▸ Copying FBSDKSharingButton.h
[16:41:09]: ▸ Copying FBSDKSharingContent.h
[16:41:09]: ▸ Touching FBSDKShareKit.framework
[16:41:09]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/FBSDKShareKit.framework
[16:41:09]: ▸ Building Pods/SnapKit [Release]
[16:41:09]: ▸ Check Dependencies
[16:41:09]: ▸ Processing Info.plist
[16:41:09]: ▸ Compiling Constraint.swift
[16:41:09]: ▸ Compiling ConstraintAttributes.swift
[16:41:09]: ▸ Compiling ConstraintDescription.swift
[16:41:09]: ▸ Compiling ConstraintItem.swift
[16:41:09]: ▸ Compiling ConstraintMaker.swift
[16:41:09]: ▸ Compiling ConstraintRelation.swift
[16:41:09]: ▸ Compiling Debugging.swift
[16:41:09]: ▸ Compiling EdgeInsets.swift
[16:41:09]: ▸ Compiling LayoutConstraint.swift
[16:41:09]: ▸ Compiling SnapKit.swift
[16:41:09]: ▸ Compiling View+SnapKit.swift
[16:41:09]: ▸ Compiling ViewController+SnapKit.swift
[16:41:09]: ▸ Compiling Constraint.swift
[16:41:09]: ▸ Compiling ConstraintAttributes.swift
[16:41:09]: ▸ Compiling ConstraintDescription.swift
[16:41:09]: ▸ Compiling ConstraintItem.swift
[16:41:09]: ▸ Compiling ConstraintMaker.swift
[16:41:09]: ▸ Compiling ConstraintRelation.swift
[16:41:09]: ▸ Compiling Debugging.swift
[16:41:09]: ▸ Compiling EdgeInsets.swift
[16:41:09]: ▸ Compiling LayoutConstraint.swift
[16:41:09]: ▸ Compiling SnapKit.swift
[16:41:09]: ▸ Compiling View+SnapKit.swift
[16:41:09]: ▸ Compiling ViewController+SnapKit.swift
[16:41:09]: ▸ Compiling SnapKit-dummy.m
[16:41:09]: ▸ Compiling SnapKit_vers.c
[16:41:09]: ▸ Compiling SnapKit-dummy.m
[16:41:09]: ▸ Compiling SnapKit_vers.c
[16:41:09]: ▸ Linking SnapKit
[16:41:09]: ▸ Linking SnapKit
[16:41:09]: ▸ Generating 'SnapKit.framework.dSYM'
[16:41:09]: ▸ Copying SnapKit-umbrella.h
[16:41:09]: ▸ Touching SnapKit.framework
[16:41:09]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SnapKit.framework
[16:41:09]: ▸ Building Pods/Stripe [Release]
[16:41:09]: ▸ Check Dependencies
[16:41:09]: ▸ Processing Info.plist
[16:41:09]: ▸ Compiling NSDictionary+Stripe.m
[16:41:09]: ▸ Compiling PKPayment+Stripe.m
[16:41:09]: ▸ Compiling STPAPIClient+ApplePay.m
[16:41:09]: ▸ Compiling STPAPIClient.m
[16:41:09]: ▸ Compiling STPAPIPostRequest.m
[16:41:09]: ▸ Compiling STPBankAccount.m
[16:41:09]: ▸ Compiling STPBankAccountParams.m
[16:41:09]: ▸ Compiling STPCard.m
[16:41:09]: ▸ Compiling STPCardParams.m
[16:41:09]: ▸ Compiling STPCardValidator.m
[16:41:09]: ▸ Compiling STPCategoryLoader.m
[16:41:09]: ▸ Compiling STPCheckoutInternalUIWebViewController.m
[16:41:09]: ▸ Compiling STPCheckoutOptions.m
[16:41:09]: ▸ Compiling STPCheckoutViewController.m
[16:41:09]: ▸ Compiling STPColorUtils.m
[16:41:09]: ▸ Compiling STPFormEncoder.m
[16:41:09]: ▸ Compiling STPFormTextField.m
[16:41:09]: ▸ Compiling STPIOSCheckoutWebViewAdapter.m
[16:41:09]: ▸ Compiling STPOSXCheckoutWebViewAdapter.m
[16:41:09]: ▸ Compiling STPPaymentCardTextField.m
[16:41:09]: ▸ Compiling STPPaymentCardTextFieldViewModel.m
[16:41:09]: ▸ Compiling STPStrictURLProtocol.m
[16:41:09]: ▸ Compiling STPToken.m
[16:41:09]: ▸ Compiling Stripe+ApplePay.m
[16:41:09]: ▸ Compiling Stripe-dummy.m
[16:41:09]: ▸ Compiling StripeError.m
[16:41:09]: ▸ Compiling UIImage+Stripe.m
[16:41:09]: ▸ Compiling Stripe_vers.c
[16:41:09]: ▸ Compiling NSDictionary+Stripe.m
[16:41:09]: ▸ Compiling PKPayment+Stripe.m
[16:41:09]: ▸ Compiling STPAPIClient+ApplePay.m
[16:41:09]: ▸ Compiling STPAPIClient.m
[16:41:09]: ▸ Compiling STPAPIPostRequest.m
[16:41:09]: ▸ Compiling STPBankAccount.m
[16:41:09]: ▸ Compiling STPBankAccountParams.m
[16:41:09]: ▸ Compiling STPCard.m
[16:41:09]: ▸ Compiling STPCardParams.m
[16:41:09]: ▸ Compiling STPCardValidator.m
[16:41:09]: ▸ Compiling STPCategoryLoader.m
[16:41:09]: ▸ Compiling STPCheckoutInternalUIWebViewController.m
[16:41:09]: ▸ Compiling STPCheckoutOptions.m
[16:41:09]: ▸ Compiling STPCheckoutViewController.m
[16:41:09]: ▸ Compiling STPColorUtils.m
[16:41:09]: ▸ Compiling STPFormEncoder.m
[16:41:09]: ▸ Compiling STPFormTextField.m
[16:41:09]: ▸ Compiling STPIOSCheckoutWebViewAdapter.m
[16:41:09]: ▸ Compiling STPOSXCheckoutWebViewAdapter.m
[16:41:09]: ▸ Compiling STPPaymentCardTextField.m
[16:41:09]: ▸ Compiling STPPaymentCardTextFieldViewModel.m
[16:41:09]: ▸ Compiling STPStrictURLProtocol.m
[16:41:09]: ▸ Compiling STPToken.m
[16:41:09]: ▸ Compiling Stripe+ApplePay.m
[16:41:09]: ▸ Compiling Stripe-dummy.m
[16:41:09]: ▸ Compiling StripeError.m
[16:41:09]: ▸ Compiling UIImage+Stripe.m
[16:41:09]: ▸ Compiling Stripe_vers.c
[16:41:09]: ▸ Linking Stripe
[16:41:09]: ▸ Linking Stripe
[16:41:09]: ▸ Generating 'Stripe.framework.dSYM'
[16:41:09]: ▸ Copying STPAPIClient+ApplePay.h
[16:41:09]: ▸ Copying STPAPIClient.h
[16:41:09]: ▸ Copying STPAPIResponseDecodable.h
[16:41:09]: ▸ Copying STPBankAccount.h
[16:41:09]: ▸ Copying STPBankAccountParams.h
[16:41:09]: ▸ Copying STPCard.h
[16:41:09]: ▸ Copying STPCardBrand.h
[16:41:09]: ▸ Copying STPCardParams.h
[16:41:09]: ▸ Copying STPCardValidationState.h
[16:41:09]: ▸ Copying STPCardValidator.h
[16:41:09]: ▸ Copying STPCheckoutOptions.h
[16:41:09]: ▸ Copying STPCheckoutViewController.h
[16:41:09]: ▸ Copying STPFormEncodable.h
[16:41:09]: ▸ Copying STPPaymentCardTextField.h
[16:41:09]: ▸ Copying STPToken.h
[16:41:09]: ▸ Copying Stripe+ApplePay.h
[16:41:09]: ▸ Copying Stripe-umbrella.h
[16:41:09]: ▸ Copying Stripe.h
[16:41:09]: ▸ Copying StripeError.h
[16:41:09]: ▸ Copying UIImage+Stripe.h
[16:41:09]: ▸ Copying Stripe/Stripe/Resources/Images
[16:41:09]: ▸ Touching Stripe.framework
[16:41:09]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Stripe.framework
[16:41:09]: ▸ Building Pods/SwiftyBeaver [Release]
[16:41:09]: ▸ Check Dependencies
[16:41:09]: ▸ Processing Info.plist
[16:41:09]: ▸ Compiling BaseDestination.swift
[16:41:09]: ▸ Compiling ConsoleDestination.swift
[16:41:09]: ▸ Compiling FileDestination.swift
[16:41:09]: ▸ Compiling SwiftyBeaver.swift
[16:41:09]: ▸ Compiling BaseDestination.swift
[16:41:09]: ▸ Compiling ConsoleDestination.swift
[16:41:09]: ▸ Compiling FileDestination.swift
[16:41:09]: ▸ Compiling SwiftyBeaver.swift
[16:41:09]: ▸ Compiling SwiftyBeaver-dummy.m
[16:41:09]: ▸ Compiling SwiftyBeaver_vers.c
[16:41:09]: ▸ Compiling SwiftyBeaver-dummy.m
[16:41:09]: ▸ Compiling SwiftyBeaver_vers.c
[16:41:09]: ▸ Linking SwiftyBeaver
[16:41:09]: ▸ Linking SwiftyBeaver
[16:41:09]: ▸ Generating 'SwiftyBeaver.framework.dSYM'
[16:41:09]: ▸ Copying SwiftyBeaver-umbrella.h
[16:41:09]: ▸ Touching SwiftyBeaver.framework
[16:41:09]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SwiftyBeaver.framework
[16:41:09]: ▸ Building Pods/XLForm [Release]
[16:41:09]: ▸ Check Dependencies
[16:41:09]: ▸ Processing Info.plist
[16:41:09]: ▸ Compiling NSArray+XLFormAdditions.m
[16:41:09]: ▸ Compiling NSExpression+XLFormAdditions.m
[16:41:09]: ▸ Compiling NSObject+XLFormAdditions.m
[16:41:09]: ▸ Compiling NSPredicate+XLFormAdditions.m
[16:41:09]: ▸ Compiling NSString+XLFormAdditions.m
[16:41:09]: ▸ Compiling UIView+XLFormAdditions.m
[16:41:09]: ▸ Compiling XLForm-dummy.m
[16:41:09]: ▸ Compiling XLForm.m
[16:41:09]: ▸ Compiling XLFormBaseCell.m
[16:41:09]: ▸ Compiling XLFormButtonCell.m
[16:41:09]: ▸ Compiling XLFormCheckCell.m
[16:41:09]: ▸ Compiling XLFormDateCell.m
[16:41:09]: ▸ Compiling XLFormDatePickerCell.m
[16:41:09]: ▸ Compiling XLFormDescriptor.m
[16:41:09]: ▸ Compiling XLFormImageCell.m
[16:41:09]: ▸ Compiling XLFormInlineSelectorCell.m
[16:41:09]: ▸ Compiling XLFormLeftRightSelectorCell.m
[16:41:09]: ▸ Compiling XLFormOptionsObject.m
[16:41:09]: ▸ Compiling XLFormOptionsViewController.m
[16:41:09]: ▸ Compiling XLFormPickerCell.m
[16:41:09]: ▸ Compiling XLFormRegexValidator.m
[16:41:09]: ▸ Compiling XLFormRightDetailCell.m
[16:41:09]: ▸ Compiling XLFormRightImageButton.m
[16:41:09]: ▸ Compiling XLFormRowDescriptor.m
[16:41:09]: ▸ Compiling XLFormRowNavigationAccessoryView.m
[16:41:09]: ▸ Compiling XLFormSectionDescriptor.m
[16:41:09]: ▸ Compiling XLFormSegmentedCell.m
[16:41:09]: ▸ Compiling XLFormSelectorCell.m
[16:41:09]: ▸ Compiling XLFormSliderCell.m
[16:41:09]: ▸ Compiling XLFormStepCounterCell.m
[16:41:09]: ▸ Compiling XLFormSwitchCell.m
[16:41:09]: ▸ Compiling XLFormTextFieldCell.m
[16:41:09]: ▸ Compiling XLFormTextView.m
[16:41:09]: ▸ Compiling XLFormTextViewCell.m
[16:41:09]: ▸ Compiling XLFormValidationStatus.m
[16:41:09]: ▸ Compiling XLFormValidator.m
[16:41:09]: ▸ Compiling XLFormViewController.m
[16:41:09]: ▸ Compiling XLForm_vers.c
[16:41:09]: ▸ Compiling NSArray+XLFormAdditions.m
[16:41:09]: ▸ Compiling NSExpression+XLFormAdditions.m
[16:41:09]: ▸ Compiling NSObject+XLFormAdditions.m
[16:41:09]: ▸ Compiling NSPredicate+XLFormAdditions.m
[16:41:09]: ▸ Compiling NSString+XLFormAdditions.m
[16:41:09]: ▸ Compiling UIView+XLFormAdditions.m
[16:41:09]: ▸ Compiling XLForm-dummy.m
[16:41:09]: ▸ Compiling XLForm.m
[16:41:09]: ▸ Compiling XLFormBaseCell.m
[16:41:09]: ▸ Compiling XLFormButtonCell.m
[16:41:09]: ▸ Compiling XLFormCheckCell.m
[16:41:09]: ▸ Compiling XLFormDateCell.m
[16:41:09]: ▸ Compiling XLFormDatePickerCell.m
[16:41:09]: ▸ Compiling XLFormDescriptor.m
[16:41:09]: ▸ Compiling XLFormImageCell.m
[16:41:09]: ▸ Compiling XLFormInlineSelectorCell.m
[16:41:09]: ▸ Compiling XLFormLeftRightSelectorCell.m
[16:41:09]: ▸ Compiling XLFormOptionsObject.m
[16:41:09]: ▸ Compiling XLFormOptionsViewController.m
[16:41:09]: ▸ Compiling XLFormPickerCell.m
[16:41:09]: ▸ Compiling XLFormRegexValidator.m
[16:41:09]: ▸ Compiling XLFormRightDetailCell.m
[16:41:09]: ▸ Compiling XLFormRightImageButton.m
[16:41:09]: ▸ Compiling XLFormRowDescriptor.m
[16:41:09]: ▸ Compiling XLFormRowNavigationAccessoryView.m
[16:41:09]: ▸ Compiling XLFormSectionDescriptor.m
[16:41:09]: ▸ Compiling XLFormSegmentedCell.m
[16:41:09]: ▸ Compiling XLFormSelectorCell.m
[16:41:09]: ▸ Compiling XLFormSliderCell.m
[16:41:09]: ▸ Compiling XLFormStepCounterCell.m
[16:41:09]: ▸ Compiling XLFormSwitchCell.m
[16:41:09]: ▸ Compiling XLFormTextFieldCell.m
[16:41:09]: ▸ Compiling XLFormTextView.m
[16:41:09]: ▸ Compiling XLFormTextViewCell.m
[16:41:09]: ▸ Compiling XLFormValidationStatus.m
[16:41:09]: ▸ Compiling XLFormValidator.m
[16:41:09]: ▸ Compiling XLFormViewController.m
[16:41:09]: ▸ Compiling XLForm_vers.c
[16:41:10]: ▸ Linking XLForm
[16:41:11]: ▸ Linking XLForm
[16:41:13]: ▸ Generating 'XLForm.framework.dSYM'
[16:41:14]: ▸ Copying NSArray+XLFormAdditions.h
[16:41:14]: ▸ Copying NSExpression+XLFormAdditions.h
[16:41:14]: ▸ Copying NSObject+XLFormAdditions.h
[16:41:14]: ▸ Copying NSPredicate+XLFormAdditions.h
[16:41:15]: ▸ Copying NSString+XLFormAdditions.h
[16:41:15]: ▸ Copying UIView+XLFormAdditions.h
[16:41:15]: ▸ Copying XLForm-umbrella.h
[16:41:15]: ▸ Copying XLForm.h
[16:41:15]: ▸ Copying XLFormBaseCell.h
[16:41:15]: ▸ Copying XLFormButtonCell.h
[16:41:15]: ▸ Copying XLFormCheckCell.h
[16:41:16]: ▸ Copying XLFormDateCell.h
[16:41:16]: ▸ Copying XLFormDatePickerCell.h
[16:41:16]: ▸ Copying XLFormDescriptor.h
[16:41:16]: ▸ Copying XLFormDescriptorCell.h
[16:41:16]: ▸ Copying XLFormDescriptorDelegate.h
[16:41:16]: ▸ Copying XLFormImageCell.h
[16:41:16]: ▸ Copying XLFormInlineRowDescriptorCell.h
[16:41:16]: ▸ Copying XLFormInlineSelectorCell.h
[16:41:16]: ▸ Copying XLFormLeftRightSelectorCell.h
[16:41:16]: ▸ Copying XLFormOptionsObject.h
[16:41:16]: ▸ Copying XLFormOptionsViewController.h
[16:41:16]: ▸ Copying XLFormPickerCell.h
[16:41:16]: ▸ Copying XLFormRegexValidator.h
[16:41:16]: ▸ Copying XLFormRightDetailCell.h
[16:41:17]: ▸ Copying XLFormRightImageButton.h
[16:41:17]: ▸ Copying XLFormRowDescriptor.h
[16:41:17]: ▸ Copying XLFormRowDescriptorViewController.h
[16:41:17]: ▸ Copying XLFormRowNavigationAccessoryView.h
[16:41:17]: ▸ Copying XLFormSectionDescriptor.h
[16:41:17]: ▸ Copying XLFormSegmentedCell.h
[16:41:17]: ▸ Copying XLFormSelectorCell.h
[16:41:17]: ▸ Copying XLFormSliderCell.h
[16:41:17]: ▸ Copying XLFormStepCounterCell.h
[16:41:17]: ▸ Copying XLFormSwitchCell.h
[16:41:17]: ▸ Copying XLFormTextFieldCell.h
[16:41:17]: ▸ Copying XLFormTextView.h
[16:41:17]: ▸ Copying XLFormTextViewCell.h
[16:41:17]: ▸ Copying XLFormValidationStatus.h
[16:41:17]: ▸ Copying XLFormValidator.h
[16:41:17]: ▸ Copying XLFormValidatorProtocol.h
[16:41:17]: ▸ Copying XLFormViewController.h
[16:41:17]: ▸ Copying XLForm/XLForm/XLForm.bundle
[16:41:17]: ▸ Touching XLForm.framework
[16:41:17]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/XLForm.framework
[16:41:17]: ▸ Building Pods/ParseUI [Release]
[16:41:17]: ▸ Check Dependencies
[16:41:17]: ▸ Processing Info.plist
[16:41:17]: ▸ Compiling ParseUI-dummy.m
[16:41:17]: ▸ Compiling PFActionButton.m
[16:41:17]: ▸ Compiling PFActivityIndicatorCollectionReusableView.m
[16:41:17]: ▸ Compiling PFColor.m
[16:41:17]: ▸ Compiling PFCollectionViewCell.m
[16:41:17]: ▸ Compiling PFActivityIndicatorTableViewCell.m
[16:41:17]: ▸ Compiling PFDismissButton.m
[16:41:17]: ▸ Compiling PFImage.m
[16:41:17]: ▸ Compiling PFImageCache.m
[16:41:17]: ▸ Compiling PFImageView.m
[16:41:17]: ▸ Compiling PFLoadingView.m
[16:41:17]: ▸ Compiling PFLogInView.m
[16:41:17]: ▸ Compiling PFLogInViewController.m
[16:41:17]: ▸ Compiling PFPrimaryButton.m
[16:41:17]: ▸ Compiling PFProductTableViewController.m
[16:41:17]: ▸ Compiling PFPurchaseTableViewCell.m
[16:41:17]: ▸ Compiling PFQueryCollectionViewController.m
[16:41:17]: ▸ Compiling PFQueryTableViewController.m
[16:41:17]: ▸ Compiling PFRect.m
[16:41:17]: ▸ Compiling PFResources.m
[16:41:17]: ▸ Compiling PFSignUpView.m
[16:41:17]: ▸ Compiling PFSignUpViewController.m
[16:41:17]: ▸ Compiling PFTableViewCell.m
[16:41:17]: ▸ Compiling PFTextButton.m
[16:41:17]: ▸ Compiling PFTextField.m
[16:41:17]: ▸ Compiling PFUIAlertView.m
[16:41:17]: ▸ Compiling ParseUI_vers.c
[16:41:17]: ▸ Compiling ParseUI-dummy.m
[16:41:17]: ▸ Compiling PFActionButton.m
[16:41:17]: ▸ Compiling PFActivityIndicatorCollectionReusableView.m
[16:41:17]: ▸ Compiling PFActivityIndicatorTableViewCell.m
[16:41:17]: ▸ Compiling PFCollectionViewCell.m
[16:41:17]: ▸ Compiling PFColor.m
[16:41:17]: ▸ Compiling PFDismissButton.m
[16:41:17]: ▸ Compiling PFImage.m
[16:41:17]: ▸ Compiling PFImageCache.m
[16:41:17]: ▸ Compiling PFImageView.m
[16:41:17]: ▸ Compiling PFLoadingView.m
[16:41:17]: ▸ Compiling PFLogInView.m
[16:41:17]: ▸ Compiling PFLogInViewController.m
[16:41:17]: ▸ Compiling PFPrimaryButton.m
[16:41:17]: ▸ Compiling PFProductTableViewController.m
[16:41:17]: ▸ Compiling PFPurchaseTableViewCell.m
[16:41:17]: ▸ Compiling PFQueryCollectionViewController.m
[16:41:17]: ▸ Compiling PFQueryTableViewController.m
[16:41:17]: ▸ Compiling PFRect.m
[16:41:17]: ▸ Compiling PFResources.m
[16:41:17]: ▸ Compiling PFSignUpView.m
[16:41:17]: ▸ Compiling PFSignUpViewController.m
[16:41:17]: ▸ Compiling PFTableViewCell.m
[16:41:17]: ▸ Compiling PFTextButton.m
[16:41:17]: ▸ Compiling PFTextField.m
[16:41:17]: ▸ Compiling PFUIAlertView.m
[16:41:17]: ▸ Compiling ParseUI_vers.c
[16:41:17]: ▸ Linking ParseUI
[16:41:17]: ▸ Linking ParseUI
[16:41:17]: ▸ Generating 'ParseUI.framework.dSYM'
[16:41:17]: ▸ Copying ParseUI.h
[16:41:17]: ▸ Copying ParseUIConstants.h
[16:41:17]: ▸ Copying ParseUI-umbrella.h
[16:41:17]: ▸ Copying PFCollectionViewCell.h
[16:41:17]: ▸ Copying PFImageView.h
[16:41:17]: ▸ Copying PFLogInView.h
[16:41:17]: ▸ Copying PFLogInView_Private.h
[16:41:17]: ▸ Copying PFLogInViewController.h
[16:41:17]: ▸ Copying PFProductTableViewController.h
[16:41:17]: ▸ Copying PFQueryCollectionViewController.h
[16:41:17]: ▸ Copying PFPurchaseTableViewCell.h
[16:41:17]: ▸ Copying PFQueryTableViewController.h
[16:41:17]: ▸ Copying PFSignUpView.h
[16:41:17]: ▸ Copying PFTableViewCell.h
[16:41:17]: ▸ Copying PFSignUpViewController.h
[16:41:17]: ▸ Copying PFTextField.h
[16:41:17]: ▸ Copying ParseUI/ParseUI/Resources/Localization/en.lproj
[16:41:18]: ▸ Copying ParseUI/ParseUI/Resources/Localization/pt-BR.lproj
[16:41:18]: ▸ Copying ParseUI/ParseUI/Resources/Localization/fr.lproj
[16:41:18]: ▸ Touching ParseUI.framework
[16:41:18]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/ParseUI.framework
[16:41:18]: ▸ Building Pods/Pods-SugarFix [Release]
[16:41:18]: ▸ Check Dependencies
[16:41:18]: ▸ Processing Info.plist
[16:41:18]: ▸ Compiling Pods_SugarFix_vers.c
[16:41:18]: ▸ Compiling Pods-SugarFix-dummy.m
[16:41:18]: ▸ Compiling Pods_SugarFix_vers.c
[16:41:18]: ▸ Compiling Pods-SugarFix-dummy.m
[16:41:18]: ▸ Copying Pods-SugarFix-umbrella.h
[16:41:18]: ▸ Touching Pods_SugarFix.framework
[16:41:18]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Pods_SugarFix.framework
[16:41:18]: ▸ Building SugarFix/SugarFix [Release]
[16:41:18]: ▸ Check Dependencies
[16:41:18]: ▸ Running script 'Check Pods Manifest.lock'
[16:41:19]: ▸ Compiling AppDelegate.swift
[16:41:26]: ▸ Compiling VersionCheck.swift
[16:41:26]: ▸ Compiling UIColor+SugarColors.swift
[16:41:26]: ▸ Compiling ProductTableViewController.swift
[16:41:27]: ▸ Compiling TabBarViewController.swift
[16:41:27]: ▸ Compiling DetailPlaceholderViewController.swift
[16:41:27]: ▸ Compiling CartViewController.swift
[16:41:32]: ▸ Compiling CheckoutViewController.swift
[16:41:32]: ▸ Compiling ImageMask.swift
[16:41:32]: ▸ Compiling PaymentViewController.swift
[16:41:32]: ▸ Compiling ProductTableViewCell.swift
[16:41:32]: ▸ Compiling AppConfig.swift
[16:41:33]: ▸ Compiling Sugar.swift
[16:41:34]: ▸ Compiling SugarKit.swift
[16:41:34]: ▸ Compiling InfoViewController.swift
[16:41:34]: ▸ Compiling DetailViewController.swift
[16:41:36]: ▸ Compiling ThankYouViewController.swift
[16:41:36]: ▸ Compiling SplitViewController.swift
[16:41:37]: ▸ Compiling AppDelegate.swift
[16:41:43]: ▸ Compiling VersionCheck.swift
[16:41:43]: ▸ Compiling UIColor+SugarColors.swift
[16:41:43]: ▸ Compiling ProductTableViewController.swift
[16:41:44]: ▸ Compiling TabBarViewController.swift
[16:41:44]: ▸ Compiling DetailPlaceholderViewController.swift
[16:41:44]: ▸ Compiling CartViewController.swift
[16:41:50]: ▸ Compiling CheckoutViewController.swift
[16:41:50]: ▸ Compiling ImageMask.swift
[16:41:50]: ▸ Compiling PaymentViewController.swift
[16:41:50]: ▸ Compiling ProductTableViewCell.swift
[16:41:50]: ▸ Compiling AppConfig.swift
[16:41:50]: ▸ Compiling Sugar.swift
[16:41:51]: ▸ Compiling SugarKit.swift
[16:41:51]: ▸ Compiling InfoViewController.swift
[16:41:52]: ▸ Compiling DetailViewController.swift
[16:41:54]: ▸ Compiling ThankYouViewController.swift
[16:41:54]: ▸ Compiling SplitViewController.swift
[16:41:55]: ▸ Compiling SugarFix_vers.c
[16:41:55]: ▸ Compiling SugarFix_vers.c
[16:41:55]: ▸ Linking SugarFix
[16:41:56]: ▸ Linking SugarFix
[16:41:57]: ▸ Copying Localizable.strings
[16:41:57]: ▸ Copying SugarFix/Supporting/FontAwesome.ttf
[16:41:57]: ▸ Copying SugarFix/Supporting/Settings.bundle
[16:41:57]: ▸ Compiling LaunchScreen.storyboard
[16:42:00]: ▸ Processing Info.plist
[16:42:00]: ▸ Generating 'SugarFix.app.dSYM'
[16:42:00]: ▸ Running script 'Embed Pods Frameworks'
[16:42:15]: ▸ Running script 'Copy Pods Resources'
[16:42:15]: ▸ Running script 'Run Fabric'
[16:42:15]: ▸ Running script 'Lint Check'
[16:42:16]: ▸ Touching SugarFix.app
[16:42:26]: ▸ Signing /Users/drothera/Library/Developer/Xcode/DerivedData/SugarFix-csivjgkvrictgadwvohynfgpqoie/Build/Intermediates/ArchiveIntermediates/SugarFix/InstallationBuildProductsLocation/Applications/SugarFix.app
[16:42:28]: ▸ Touching SugarFix.app.dSYM
[16:42:29]: ▸ Archive Succeeded
[16:42:30]: Successfully stored the archive. You can find it in the Xcode Organizer.

[16:43:53]: Successfully exported and compressed dSYM file
[16:43:53]: Successfully exported and signed the ipa file:
[16:43:53]: /Users/drothera/Developer/SugarFix/SugarFix.ipa
[16:43:53]: -------------------
[16:43:53]: --- Step: pilot ---
[16:43:53]: -------------------
[16:43:54]: Login to iTunes Connect (david.rothera@gmail.com)
[16:44:00]: Login successful
[16:44:00]: Ready to upload new build to TestFlight (App: 998020918)...
[16:44:01]: Going to upload updated app to iTunes Connect
[16:44:01]: This might take a few minutes, please don't interrupt the script
[16:45:34]: iTunes Transporter successfully finished its job
[16:45:35]: ------------------------------------------------------------------------------------------------------
[16:45:35]: Successfully uploaded package to iTunes Connect. It might take a few minutes until it's visible online.
[16:45:35]: ------------------------------------------------------------------------------------------------------
[16:45:35]: Successfully uploaded the new binary to iTunes Connect
[16:45:35]: Waiting for iTunes Connect to process the new build
[16:45:41]: Waiting for iTunes Connect to process the new build
[16:45:45]: Waiting for iTunes Connect to process the new build
[16:45:49]: Waiting for iTunes Connect to process the new build
[16:45:54]: Waiting for iTunes Connect to process the new build
[16:46:01]: Waiting for iTunes Connect to process the new build
[16:46:06]: Waiting for iTunes Connect to process the new build
[16:46:10]: Waiting for iTunes Connect to process the new build
[16:46:14]: Waiting for iTunes Connect to process the new build
[16:46:18]: Waiting for iTunes Connect to process the new build
[16:46:23]: Waiting for iTunes Connect to process the new build
[16:46:27]: Waiting for iTunes Connect to process the new build
[16:46:31]: Waiting for iTunes Connect to process the new build
[16:46:36]: Waiting for iTunes Connect to process the new build
[16:46:40]: Waiting for iTunes Connect to process the new build
[16:46:45]: Waiting for iTunes Connect to process the new build
[16:46:49]: Waiting for iTunes Connect to process the new build
[16:46:53]: Waiting for iTunes Connect to process the new build
[16:46:57]: Waiting for iTunes Connect to process the new build
[16:47:02]: Waiting for iTunes Connect to process the new build
[16:47:06]: Waiting for iTunes Connect to process the new build
[16:47:10]: Waiting for iTunes Connect to process the new build
[16:47:14]: Waiting for iTunes Connect to process the new build
[16:47:18]: Waiting for iTunes Connect to process the new build
[16:47:22]: Waiting for iTunes Connect to process the new build
[16:47:27]: Waiting for iTunes Connect to process the new build
[16:47:31]: Waiting for iTunes Connect to process the new build
[16:47:36]: Waiting for iTunes Connect to process the new build
[16:47:42]: Waiting for iTunes Connect to process the new build
[16:47:47]: Waiting for iTunes Connect to process the new build
[16:47:51]: Waiting for iTunes Connect to process the new build
[16:47:56]: Waiting for iTunes Connect to process the new build
[16:48:01]: Waiting for iTunes Connect to process the new build
[16:48:07]: Waiting for iTunes Connect to process the new build
[16:48:12]: Waiting for iTunes Connect to process the new build
[16:48:18]: Waiting for iTunes Connect to process the new build
[16:48:23]: Waiting for iTunes Connect to process the new build
[16:48:29]: Waiting for iTunes Connect to process the new build
[16:48:34]: Waiting for iTunes Connect to process the new build
[16:48:40]: Waiting for iTunes Connect to process the new build
[16:48:46]: Waiting for iTunes Connect to process the new build
[16:48:52]: Waiting for iTunes Connect to process the new build
[16:48:57]: Waiting for iTunes Connect to process the new build
[16:49:02]: Waiting for iTunes Connect to process the new build
[16:49:08]: Waiting for iTunes Connect to process the new build
[16:49:13]: Waiting for iTunes Connect to process the new build
[16:49:19]: Waiting for iTunes Connect to process the new build
[16:49:24]: Waiting for iTunes Connect to process the new build
[16:49:29]: Waiting for iTunes Connect to process the new build
[16:49:35]: Waiting for iTunes Connect to process the new build
[16:49:40]: Waiting for iTunes Connect to process the new build
[16:49:46]: Waiting for iTunes Connect to process the new build
[16:49:51]: Waiting for iTunes Connect to process the new build
[16:49:56]: Waiting for iTunes Connect to process the new build
[16:50:02]: Waiting for iTunes Connect to process the new build
[16:50:07]: Waiting for iTunes Connect to process the new build
[16:50:13]: Waiting for iTunes Connect to process the new build
[16:50:18]: Waiting for iTunes Connect to process the new build
[16:50:24]: Waiting for iTunes Connect to process the new build
[16:50:29]: Waiting for iTunes Connect to process the new build
[16:50:35]: Waiting for iTunes Connect to process the new build
[16:50:41]: Waiting for iTunes Connect to process the new build
[16:50:47]: Waiting for iTunes Connect to process the new build
[16:50:52]: Waiting for iTunes Connect to process the new build
[16:50:58]: Waiting for iTunes Connect to process the new build
[16:51:03]: Waiting for iTunes Connect to process the new build
[16:51:08]: Waiting for iTunes Connect to process the new build
[16:51:14]: Waiting for iTunes Connect to process the new build
[16:51:20]: Waiting for iTunes Connect to process the new build
[16:51:25]: Waiting for iTunes Connect to process the new build
[16:51:30]: Waiting for iTunes Connect to process the new build
[16:51:36]: Waiting for iTunes Connect to process the new build
[16:51:41]: Waiting for iTunes Connect to process the new build
[16:51:47]: Waiting for iTunes Connect to process the new build
[16:51:52]: Waiting for iTunes Connect to process the new build
[16:51:58]: Waiting for iTunes Connect to process the new build
[16:52:03]: Waiting for iTunes Connect to process the new build
[16:52:08]: Waiting for iTunes Connect to process the new build
[16:52:13]: Waiting for iTunes Connect to process the new build
[16:52:19]: Waiting for iTunes Connect to process the new build
[16:52:24]: Waiting for iTunes Connect to process the new build
[16:52:30]: Waiting for iTunes Connect to process the new build
[16:52:35]: Waiting for iTunes Connect to process the new build
[16:52:41]: Waiting for iTunes Connect to process the new build
[16:52:47]: Waiting for iTunes Connect to process the new build
[16:52:52]: Waiting for iTunes Connect to process the new build
[16:52:57]: Waiting for iTunes Connect to process the new build
[16:53:03]: Waiting for iTunes Connect to process the new build
[16:53:09]: Waiting for iTunes Connect to process the new build
[16:53:15]: Waiting for iTunes Connect to process the new build
[16:53:20]: Waiting for iTunes Connect to process the new build
[16:53:26]: Waiting for iTunes Connect to process the new build
[16:53:31]: Waiting for iTunes Connect to process the new build
[16:53:37]: Waiting for iTunes Connect to process the new build
[16:53:42]: Waiting for iTunes Connect to process the new build
[16:53:48]: Waiting for iTunes Connect to process the new build
[16:53:54]: Waiting for iTunes Connect to process the new build
[16:53:59]: Waiting for iTunes Connect to process the new build
[16:54:05]: Waiting for iTunes Connect to process the new build
[16:54:11]: Waiting for iTunes Connect to process the new build
[16:54:16]: Waiting for iTunes Connect to process the new build
[16:54:21]: Waiting for iTunes Connect to process the new build
[16:54:26]: Waiting for iTunes Connect to process the new build
[16:54:32]: Waiting for iTunes Connect to process the new build
[16:54:37]: Waiting for iTunes Connect to process the new build
[16:54:43]: Waiting for iTunes Connect to process the new build
[16:54:48]: Waiting for iTunes Connect to process the new build
[16:54:53]: Waiting for iTunes Connect to process the new build
[16:54:58]: Waiting for iTunes Connect to process the new build
[16:55:03]: Waiting for iTunes Connect to process the new build
[16:55:10]: Waiting for iTunes Connect to process the new build
[16:55:16]: Waiting for iTunes Connect to process the new build
[16:55:21]: Waiting for iTunes Connect to process the new build
[16:55:27]: Waiting for iTunes Connect to process the new build
[16:55:32]: Waiting for iTunes Connect to process the new build
[16:55:38]: Waiting for iTunes Connect to process the new build
[16:55:43]: Waiting for iTunes Connect to process the new build
[16:55:48]: Waiting for iTunes Connect to process the new build
[16:55:53]: Waiting for iTunes Connect to process the new build
[16:56:00]: Waiting for iTunes Connect to process the new build
[16:56:05]: Waiting for iTunes Connect to process the new build
[16:56:10]: Waiting for iTunes Connect to process the new build
[16:56:15]: Waiting for iTunes Connect to process the new build
[16:56:21]: Waiting for iTunes Connect to process the new build
[16:56:26]: Waiting for iTunes Connect to process the new build
[16:56:31]: Waiting for iTunes Connect to process the new build
[16:56:38]: Waiting for iTunes Connect to process the new build
[16:56:44]: Waiting for iTunes Connect to process the new build
[16:56:50]: Waiting for iTunes Connect to process the new build
[16:56:55]: Waiting for iTunes Connect to process the new build
[16:57:03]: Waiting for iTunes Connect to process the new build
[16:57:09]: Waiting for iTunes Connect to process the new build
[16:57:16]: Waiting for iTunes Connect to process the new build
[16:57:22]: Waiting for iTunes Connect to process the new build
[16:57:27]: Waiting for iTunes Connect to process the new build
[16:57:32]: Waiting for iTunes Connect to process the new build
[16:57:37]: Waiting for iTunes Connect to process the new build
[16:57:44]: Waiting for iTunes Connect to process the new build
[16:57:50]: Waiting for iTunes Connect to process the new build
[16:58:03]: Waiting for iTunes Connect to process the new build
[16:58:09]: Waiting for iTunes Connect to process the new build
[16:58:14]: Waiting for iTunes Connect to process the new build
[16:58:20]: Waiting for iTunes Connect to process the new build
[16:58:25]: Waiting for iTunes Connect to process the new build
[16:58:31]: Waiting for iTunes Connect to process the new build
[16:58:36]: Waiting for iTunes Connect to process the new build
[16:58:41]: Waiting for iTunes Connect to process the new build
[16:58:50]: Waiting for iTunes Connect to process the new build
[16:58:56]: Waiting for iTunes Connect to process the new build
[16:59:01]: Waiting for iTunes Connect to process the new build
[16:59:06]: Waiting for iTunes Connect to process the new build
[16:59:11]: Waiting for iTunes Connect to process the new build
[16:59:18]: Waiting for iTunes Connect to process the new build
[16:59:23]: Waiting for iTunes Connect to process the new build
[16:59:28]: Waiting for iTunes Connect to process the new build
[16:59:33]: Waiting for iTunes Connect to process the new build
[16:59:39]: Waiting for iTunes Connect to process the new build
[16:59:47]: Waiting for iTunes Connect to process the new build
[16:59:52]: Waiting for iTunes Connect to process the new build
[16:59:58]: Waiting for iTunes Connect to process the new build
[17:00:03]: Waiting for iTunes Connect to process the new build
[17:00:10]: Waiting for iTunes Connect to process the new build
[17:00:15]: Waiting for iTunes Connect to process the new build
[17:00:21]: Waiting for iTunes Connect to process the new build
[17:00:27]: Waiting for iTunes Connect to process the new build
[17:00:32]: Waiting for iTunes Connect to process the new build
[17:00:38]: Waiting for iTunes Connect to process the new build
[17:00:44]: Waiting for iTunes Connect to process the new build
[17:00:50]: Waiting for iTunes Connect to process the new build
[17:00:55]: Waiting for iTunes Connect to process the new build
[17:01:00]: Waiting for iTunes Connect to process the new build
[17:01:05]: Waiting for iTunes Connect to process the new build
[17:01:11]: Waiting for iTunes Connect to process the new build
[17:01:15]: Waiting for iTunes Connect to process the new build
[17:01:21]: Waiting for iTunes Connect to process the new build
[17:01:26]: Waiting for iTunes Connect to process the new build
[17:01:32]: Waiting for iTunes Connect to process the new build
[17:01:37]: Waiting for iTunes Connect to process the new build
[17:01:42]: Waiting for iTunes Connect to process the new build
[17:01:47]: Waiting for iTunes Connect to process the new build
[17:01:53]: Waiting for iTunes Connect to process the new build
[17:01:59]: Waiting for iTunes Connect to process the new build
[17:02:04]: Waiting for iTunes Connect to process the new build
[17:02:09]: Waiting for iTunes Connect to process the new build
[17:02:15]: Waiting for iTunes Connect to process the new build
[17:02:20]: Waiting for iTunes Connect to process the new build
[17:02:26]: Waiting for iTunes Connect to process the new build
[17:02:32]: Waiting for iTunes Connect to process the new build
[17:02:39]: Waiting for iTunes Connect to process the new build
[17:02:45]: Waiting for iTunes Connect to process the new build
[17:02:49]: Waiting for iTunes Connect to process the new build
[17:02:54]: Waiting for iTunes Connect to process the new build
[17:03:00]: Waiting for iTunes Connect to process the new build
[17:03:05]: Waiting for iTunes Connect to process the new build
[17:03:10]: Waiting for iTunes Connect to process the new build
[17:03:16]: Waiting for iTunes Connect to process the new build
[17:03:21]: Waiting for iTunes Connect to process the new build
[17:03:26]: Waiting for iTunes Connect to process the new build
[17:03:32]: Waiting for iTunes Connect to process the new build
[17:03:37]: Waiting for iTunes Connect to process the new build
[17:03:44]: Waiting for iTunes Connect to process the new build
[17:03:49]: Waiting for iTunes Connect to process the new build
[17:03:54]: Waiting for iTunes Connect to process the new build
[17:03:59]: Waiting for iTunes Connect to process the new build
[17:04:05]: Waiting for iTunes Connect to process the new build
[17:04:10]: Waiting for iTunes Connect to process the new build
[17:04:15]: Waiting for iTunes Connect to process the new build
[17:04:20]: Waiting for iTunes Connect to process the new build
[17:04:26]: Waiting for iTunes Connect to process the new build
[17:04:31]: Waiting for iTunes Connect to process the new build
[17:04:36]: Waiting for iTunes Connect to process the new build
[17:04:41]: Waiting for iTunes Connect to process the new build
[17:04:47]: Waiting for iTunes Connect to process the new build
[17:04:52]: Waiting for iTunes Connect to process the new build
[17:04:58]: Waiting for iTunes Connect to process the new build
[17:05:03]: Waiting for iTunes Connect to process the new build
[17:05:08]: Waiting for iTunes Connect to process the new build
[17:05:14]: Waiting for iTunes Connect to process the new build
[17:05:19]: Waiting for iTunes Connect to process the new build
[17:05:25]: Waiting for iTunes Connect to process the new build
[17:05:30]: Waiting for iTunes Connect to process the new build
[17:05:35]: Waiting for iTunes Connect to process the new build
[17:05:41]: Waiting for iTunes Connect to process the new build
[17:05:46]: Waiting for iTunes Connect to process the new build
[17:05:51]: Waiting for iTunes Connect to process the new build
[17:05:57]: Waiting for iTunes Connect to process the new build
[17:06:02]: Waiting for iTunes Connect to process the new build
[17:06:07]: Waiting for iTunes Connect to process the new build
[17:06:13]: Waiting for iTunes Connect to process the new build
[17:06:18]: Waiting for iTunes Connect to process the new build
[17:06:23]: Waiting for iTunes Connect to process the new build
[17:06:29]: Waiting for iTunes Connect to process the new build
[17:06:34]: Waiting for iTunes Connect to process the new build
[17:06:40]: Waiting for iTunes Connect to process the new build
[17:06:45]: Waiting for iTunes Connect to process the new build
[17:06:50]: Waiting for iTunes Connect to process the new build
[17:06:56]: Waiting for iTunes Connect to process the new build
[17:07:01]: Waiting for iTunes Connect to process the new build
[17:07:06]: Waiting for iTunes Connect to process the new build
[17:07:11]: Waiting for iTunes Connect to process the new build
[17:07:17]: Waiting for iTunes Connect to process the new build
[17:07:22]: Waiting for iTunes Connect to process the new build
[17:07:27]: Waiting for iTunes Connect to process the new build
[17:07:33]: Waiting for iTunes Connect to process the new build
[17:07:39]: Waiting for iTunes Connect to process the new build
[17:07:44]: Waiting for iTunes Connect to process the new build
[17:07:49]: Waiting for iTunes Connect to process the new build
[17:07:55]: Waiting for iTunes Connect to process the new build
[17:08:01]: Waiting for iTunes Connect to process the new build
[17:08:06]: Waiting for iTunes Connect to process the new build
[17:08:11]: Waiting for iTunes Connect to process the new build
[17:08:17]: Waiting for iTunes Connect to process the new build
[17:08:23]: Waiting for iTunes Connect to process the new build
[17:08:29]: Waiting for iTunes Connect to process the new build
[17:08:35]: Waiting for iTunes Connect to process the new build
[17:08:40]: Waiting for iTunes Connect to process the new build
[17:08:48]: Waiting for iTunes Connect to process the new build
[17:08:53]: Waiting for iTunes Connect to process the new build
[17:08:58]: Waiting for iTunes Connect to process the new build
[17:09:06]: Waiting for iTunes Connect to process the new build
[17:09:12]: Waiting for iTunes Connect to process the new build
[17:09:17]: Waiting for iTunes Connect to process the new build
[17:09:22]: Waiting for iTunes Connect to process the new build
[17:09:33]: Waiting for iTunes Connect to finish processing the new build (1.0.13 - 112)
[17:09:33]: Successfully finished processing the build
[17:09:33]: You can now tweet:
[17:09:33]: iTunes Connect #iosprocessingtime 24 minutes
[17:09:33]: Distributing new build to testers
[17:09:38]: -----------------------------------
[17:09:38]: --- Step: clean_build_artifacts ---
[17:09:38]: -----------------------------------
[17:09:38]: Cleaned up build artifacts 🐙
[17:09:38]: Variable Dump:
[17:09:38]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios beta", :BUILD_NUMBER=>"112", :GIT_REPO_WAS_CLEAN_ON_START=>true, :SIGH_PROFILE_PATH=>"/Users/drothera/Developer/SugarFix/AppStore_com.davidrothera.SugarFix.mobileprovision", :SIGH_PROFILE_PATHS=>["/Users/drothera/Developer/SugarFix/AppStore_com.davidrothera.SugarFix.mobileprovision"], :SIGH_UDID=>"3982fbf4-a2e2-4fa7-838c-6e9cddd8e8ce", :SIGH_PROFILE_TYPE=>"app-store", :IPA_OUTPUT_PATH=>"/Users/drothera/Developer/SugarFix/SugarFix.ipa", :DSYM_OUTPUT_PATH=>"/Users/drothera/Developer/SugarFix/SugarFix.app.dSYM.zip", :XCODEBUILD_ARCHIVE=>"/Users/drothera/Library/Developer/Xcode/Archives/2016-03-31/SugarFix 2016-03-31 16.36.29.xcarchive"}
[17:09:38]: You must provide an answer for this question.

+------+-------------------------------------+-------------+
|                     fastlane summary                     |
+------+-------------------------------------+-------------+
| Step | Action                              | Time (in s) |
+------+-------------------------------------+-------------+
| 1    | update_fastlane                     | 7           |
| 2    | Verifying required fastlane version | 0           |
| 3    | default_platform                    | 0           |
| 4    | cocoapods                           | 28          |
| 5    | increment_build_number              | 4           |
| 6    | commit_version_bump                 | 0           |
| 7    | ensure_git_status_clean             | 0           |
| 8    | sigh                                | 8           |
| 9    | gym                                 | 447         |
| 10   | pilot                               | 1544        |
| 11   | clean_build_artifacts               | 0           |
+------+-------------------------------------+-------------+

[17:09:38]: fastlane finished with errors

[!] The request could not be completed because:
    You must provide an answer for this question.

Configuration Files

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

Fastfile:

# Customise this file, documentation can be found here:
# https://github.com/KrauseFx/fastlane/tree/master/docs
# All available actions: https://github.com/KrauseFx/fastlane/blob/master/docs/Actions.md
# can also be listed using the `fastlane actions` command

# Change the syntax highlighting to Ruby
# All lines starting with a # are ignored when running `fastlane`

# By default, fastlane will send which actions are used
# No personal data is shared, more information on https://github.com/fastlane/enhancer
# Uncomment the following line to opt out
# opt_out_usage

# 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.37.0"

default_platform :ios


platform :ios do
  before_all do
    # ENV["SLACK_URL"] = "https://hooks.slack.com/services/..."
    cocoapods

    increment_build_number
    commit_version_bump
    ensure_git_status_clean

    # xctool # run the tests of your app
  end

  desc "Runs all the tests"
  lane :test do
    # snapshot
  end

  desc "Submit a new Beta Build to Apple TestFlight"
  desc "This will also make sure the profile is up to date"
  lane :beta do
    # snapshot
    sigh
    ENV["PROFILE_UDID"] = lane_context[SharedValues::SIGH_UDID]
    gym(
        scheme: "SugarFix",
        clean: true,
        silent: true
    )
    pilot

    # sh "your_script.sh"
    # You can also use other beta testing services here
  end

  desc "Submit a new Beta build to Fabric Crashlytics"
  lane :fabricbeta do
    sigh(adhoc: true)
    ENV["PROFILE_UDID"] = lane_context[SharedValues::SIGH_UDID]
    gym(
        scheme: "SugarFix",
        configuration: "Debug",
        clean: true,
        silent: true,
        use_legacy_build_api: true
    )
    crashlytics(
      api_token: "2d34ea64b9e64e9ecda81f974bc1dc8688590f16",
      build_secret: "<redacted>",
      debug: false,
      notifications: true,
      groups: "beta-testing",
      notes_path: "fastlane/metadata/en-US/release_notes.txt"
    )
  end


  desc "Deploy a new version to the App Store"
  lane :deploy do
    # snapshot
    desc "** Full Markdown** Support: `code`"
    sigh
    ENV["PROFILE_UDID"] = lane_context[SharedValues::SIGH_UDID]
    gym(
        scheme: "SugarFix",
        clean: true,
        silent: true
    )
    deliver(force: true, skip_screenshots: true)
    # frameit
  end

  # You can define as many lanes as you want

  after_all do |lane|
    # This block is called, only if the executed lane was successful
    clean_build_artifacts
    # slack(
    #   message: "Successfully deployed new App Update."
    # )
  end

  error do |lane, exception|
    # Clean up even if something crashed
    clean_build_artifacts

    # slack(
    #   message: exception.message,
    #   success: false
    # )
  end
end



# More information about multiple platforms in fastlane: https://github.com/KrauseFx/fastlane/blob/master/docs/Platforms.md
# All available actions: https://github.com/KrauseFx/fastlane/blob/master/docs/Actions.md

Environment

fastlane version (fastlane -v): 1.68.0
Do you use bundler, rbenv or rvm? rvm

@davidrothera
Copy link
Contributor Author

This only seems to happen when I am using Pilot for new TestFlight beta's, I did a Fabric beta earlier and no issues at all 😢

@KrauseFx
Copy link
Member

This error is triggered by iTunes Connect, can you submit one app manually and see what you're being asked? We definitely have to improve the error message around this 👍

@davidrothera
Copy link
Contributor Author

Thanks @KrauseFx - Looks like this was caused by the export encryption question, I added the advised key to the Info.plist and I'll see if it happens again 👍

@davidrothera
Copy link
Contributor Author

So I did another build and it works fine now, thanks 👍

@TKBurner
Copy link

TKBurner commented Apr 1, 2016

@davidrothera Glad to hear you are up and running 👍

@timoa
Copy link

timoa commented May 12, 2016

@davidrothera Can you, please, put the key of the Info.plist we need to ad. I have the same issue when I deploy to TestFlight actually.

The release is deployed and work well but the CI pipeline always finishes with a failed status with this error:

15:41:22.371 [15:41:22]: Successfully uploaded the new binary to iTunes Connect
15:41:22.371 [15:41:22]: Waiting for iTunes Connect to process the new build
15:41:53.802 [15:41:53]: Waiting for iTunes Connect to process the new build
15:42:25.114 [15:42:25]: Waiting for iTunes Connect to process the new build
15:42:56.706 [15:42:56]: Waiting for iTunes Connect to process the new build
15:43:29.155 [15:43:29]: Waiting for iTunes Connect to finish processing the new build (7.4.0 - 7.4.0.7)
15:43:59.160 [15:43:59]: Successfully finished processing the build
15:43:59.160 [15:43:59]: You can now tweet: 
15:43:59.160 [15:43:59]: iTunes Connect #iosprocessingtime 3 minutes
15:43:59.161 [15:43:59]: Distributing new build to testers
15:44:01.256 
15:44:01.257 [!] The request could not be completed because:
15:44:01.257    You must provide an answer for this question.
15:44:02.174 [go] Current job status: failed.

Thank you!

@davidrothera
Copy link
Contributor Author

ITSAppUsesNonExemptEncryption

@davidrothera
Copy link
Contributor Author

Set that to false

@timoa
Copy link

timoa commented May 12, 2016

Thanks! I put the full code for the next developer that search for that :)

<key>ITSAppUsesNonExemptEncryption</key><false/>

@TKBurner
Copy link

@daveanderson Thanks for helping out!

@KrauseFx
Copy link
Member

I just pushed #6766, which will add instructions on how to fix the error right in the build output 👍

KrauseFx added a commit that referenced this issue Nov 1, 2016
…#6766)

* [spaceship] Show instructions on how to solve common TestFlight error

Fixes #1873
Fixes #4002
and more

* Fix syntax error
luizmb pushed a commit to ArcanosRadio/ArcanosRadio-iOS that referenced this issue Nov 2, 2016
@fastlane fastlane locked and limited conversation to collaborators Jan 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants