fastlane / fastlane

🚀 The easiest way to automate building and releasing your iOS and Android apps
https://fastlane.tools
MIT License
39.47k stars 5.69k forks source link

"Could not set changelog: Server error got 500" #13432

Closed Ricardo1980 closed 5 years ago

Ricardo1980 commented 6 years ago

New Issue Checklist

Issue Description

I'm having exactly this problem: https://github.com/fastlane/fastlane/issues/6419 There it says it can be a temporary problem with itunes connect, but I have this problem all the time yesterday and today. Are you experiencing the same problem? Even if I send a dummy changelog (like "Test"), the problem happens, so I bet it is not related with emojis.

Complete output when running fastlane, including the stack trace and command used
MacBook-Pro-2:MyAppIOS_S Ricardo$ fastlane alpha_command_line --verbose --capture_output
[✔] 🚀 
[13:29:06]: fastlane detected a Gemfile in the current directory
[13:29:06]: however it seems like you don't use `bundle exec`
[13:29:06]: to launch fastlane faster, please use
[13:29:06]: 
[13:29:06]: $ bundle exec fastlane alpha_command_line --verbose --capture_output
[13:29:06]: 
[13:29:06]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
DEBUG [2018-09-25 13:29:07.19]: Checking if there are any plugins that should be loaded...
INFO [2018-09-25 13:29:07.50]: ------------------------------
INFO [2018-09-25 13:29:07.50]: --- Step: default_platform ---
INFO [2018-09-25 13:29:07.50]: ------------------------------
INFO [2018-09-25 13:29:07.50]: Driving the lane 'ios alpha_command_line' 🚀
INFO [2018-09-25 13:29:07.50]: ---------------------------
INFO [2018-09-25 13:29:07.50]: --- Step: setup_jenkins ---
INFO [2018-09-25 13:29:07.50]: ---------------------------
WARN [2018-09-25 13:29:07.50]: Not executed by Continuous Integration system.
INFO [2018-09-25 13:29:07.50]: -------------------------------
INFO [2018-09-25 13:29:07.50]: --- Step: ensure_git_branch ---
INFO [2018-09-25 13:29:07.50]: -------------------------------
INFO [2018-09-25 13:29:07.53]: Git branch matches `development`, all good! 💪
INFO [2018-09-25 13:29:07.54]: -------------------------------------------------------------------
INFO [2018-09-25 13:29:07.54]: --- Step: Switch to ios increase_build_number_command_line lane ---
INFO [2018-09-25 13:29:07.54]: -------------------------------------------------------------------
INFO [2018-09-25 13:29:07.54]: Cruising over to lane 'ios increase_build_number_command_line' 🚖
INFO [2018-09-25 13:29:07.54]: ------------------------------------
INFO [2018-09-25 13:29:07.54]: --- Step: increment_build_number ---
INFO [2018-09-25 13:29:07.54]: ------------------------------------
Current version of project MyApp is: 
    207

/Users/Ricardo/Desktop/MyAppIOS_S
INFO [2018-09-25 13:29:07.92]: $ cd /Users/Ricardo/Desktop/MyAppIOS_S && agvtool next-version -all && cd -
INFO [2018-09-25 13:29:08.21]: ▸ Setting version of project MyApp to:
INFO [2018-09-25 13:29:08.21]: ▸ 208.
INFO [2018-09-25 13:29:08.24]: ▸ Also setting CFBundleVersion key (assuming it exists)
INFO [2018-09-25 13:29:08.27]: ▸ Updating CFBundleVersion in Info.plist(s)...
INFO [2018-09-25 13:29:08.29]: ▸ Updated CFBundleVersion in "MyApp.xcodeproj/../MyApp/Info.plist" to 208
INFO [2018-09-25 13:29:08.30]: ▸ Updated CFBundleVersion in "MyApp.xcodeproj/../MyAppTests/Info.plist" to 208
INFO [2018-09-25 13:29:08.31]: ▸ Updated CFBundleVersion in "MyApp.xcodeproj/../MyAppUITests/Info.plist" to 208
INFO [2018-09-25 13:29:08.32]: ▸ Updated CFBundleVersion in "MyApp.xcodeproj/../MyAppVPN/Info.plist" to 208
INFO [2018-09-25 13:29:08.32]: ▸ /Users/Ricardo/Desktop/MyAppIOS_S
INFO [2018-09-25 13:29:08.61]: ---------------------------------
INFO [2018-09-25 13:29:08.61]: --- Step: commit_version_bump ---
INFO [2018-09-25 13:29:08.61]: ---------------------------------
INFO [2018-09-25 13:29:08.62]: $ git rev-parse --show-toplevel
INFO [2018-09-25 13:29:08.62]: ▸ /Users/Ricardo/Desktop/MyAppIOS_S
INFO [2018-09-25 13:29:08.84]: $ git diff --name-only HEAD
INFO [2018-09-25 13:29:08.97]: ▸ MyApp.xcodeproj/project.pbxproj
INFO [2018-09-25 13:29:08.97]: ▸ MyApp/Info.plist
INFO [2018-09-25 13:29:08.97]: ▸ MyAppVPN/Info.plist
INFO [2018-09-25 13:29:08.98]: $ git ls-files --other --exclude-standard
INFO [2018-09-25 13:29:09.04]: $ git add /Users/Ricardo/Desktop/MyAppIOS_S/MyApp.xcodeproj/project.pbxproj /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/Info.plist /Users/Ricardo/Desktop/MyAppIOS_S/MyAppVPN/Info.plist /Users/Ricardo/Desktop/MyAppIOS_S/MyAppTests/Info.plist /Users/Ricardo/Desktop/MyAppIOS_S/MyAppUITests/Info.plist
INFO [2018-09-25 13:29:09.06]: $ git commit -m 'Build Version Bump by fastlane'
INFO [2018-09-25 13:29:09.23]: ▸ [development 13defabc] Build Version Bump by fastlane
INFO [2018-09-25 13:29:09.23]: ▸ 3 files changed, 4 insertions(+), 4 deletions(-)
INFO [2018-09-25 13:29:09.23]: Committed "Build Version Bump by fastlane" 💾.
INFO [2018-09-25 13:29:09.23]: --------------------------------
INFO [2018-09-25 13:29:09.23]: --- Step: push_to_git_remote ---
INFO [2018-09-25 13:29:09.23]: --------------------------------
INFO [2018-09-25 13:29:09.25]: $ pwd
INFO [2018-09-25 13:29:09.25]: ▸ /Users/Ricardo/Desktop/MyAppIOS_S
INFO [2018-09-25 13:29:09.25]: $ git push origin development:development --tags
INFO [2018-09-25 13:29:16.37]: ▸ To github.com:MyApp/MyAppIOS_S.git
INFO [2018-09-25 13:29:16.37]: ▸ d0e476b9..13defabc  development -> development
INFO [2018-09-25 13:29:16.38]: Successfully pushed to remote.
INFO [2018-09-25 13:29:16.38]: Cruising back to lane 'ios alpha_command_line' 🚘
INFO [2018-09-25 13:29:16.38]: ---------------------------
INFO [2018-09-25 13:29:16.38]: --- Step: build_ios_app ---
INFO [2018-09-25 13:29:16.38]: ---------------------------
INFO [2018-09-25 13:29:16.44]: $ xcodebuild -showBuildSettings -workspace MyApp.xcworkspace -scheme QA
INFO [2018-09-25 13:29:18.77]: Detected provisioning profile mapping: {"com.avanatta.MyApp.vpn"=>"MyApp VPN Distribution", "com.avanatta.MyApp"=>"MyApp Distribution"}
INFO [2018-09-25 13:29:18.92]: $ set -o pipefail && xcodebuild -workspace MyApp.xcworkspace -scheme QA -destination 'generic/platform=iOS' -archivePath /Users/Ricardo/Library/Developer/Xcode/Archives/2018-09-25/MyApp\ 2018-09-25\ 13.29.18.xcarchive archive | tee /Users/Ricardo/Library/Logs/gym/MyApp-QA.log | xcpretty
INFO [2018-09-25 13:29:23.62]: ▸ Processing Info.plist
INFO [2018-09-25 13:29:23.62]: ▸ Processing ResourceBundle-TOCropViewControllerBundle-Info.plist
INFO [2018-09-25 13:29:23.63]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/zh-Hant.lproj
INFO [2018-09-25 13:29:23.63]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/zh-Hans.lproj
INFO [2018-09-25 13:29:23.65]: ▸ Compiling LBXPermissions.swift
INFO [2018-09-25 13:29:24.93]: ▸ Compiling LBXScanLineAnimation.swift
INFO [2018-09-25 13:29:24.93]: ▸ Compiling LBXScanNetAnimation.swift
INFO [2018-09-25 13:29:24.93]: ▸ Compiling LBXScanView.swift
INFO [2018-09-25 13:29:25.27]: ▸ Compiling LBXScanViewController.swift
INFO [2018-09-25 13:29:25.27]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:402:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:25.27]: ▸ static open func recognizeQRImage(image:UIImage) ->[LBXScanResult]
INFO [2018-09-25 13:29:25.27]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:25.27]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:440:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:25.27]: ▸ static open func createCode( codeType:String, codeString:String, size:CGSize,qrColor:UIColor,bkColor:UIColor )->UIImage?
INFO [2018-09-25 13:29:25.27]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:25.27]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:482:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:25.28]: ▸ static open func createCode128(  codeString:String, size:CGSize,qrColor:UIColor,bkColor:UIColor )->UIImage?
INFO [2018-09-25 13:29:25.28]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:25.28]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:533:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:25.28]: ▸ static open func getConcreteCodeImage(srcCodeImage:UIImage,rect:CGRect)->UIImage?
INFO [2018-09-25 13:29:25.28]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:25.28]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:551:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:25.28]: ▸ static open func getConcreteCodeRectFromImage(srcCodeImage:UIImage,codeResult:LBXScanResult)->CGRect
INFO [2018-09-25 13:29:25.28]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:25.28]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:601:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:25.28]: ▸ static open func addImageLogo(srcImg:UIImage,logoImg:UIImage,logoSize:CGSize )->UIImage
INFO [2018-09-25 13:29:25.28]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:25.28]: ▸ Compiling LBXScanViewStyle.swift
INFO [2018-09-25 13:29:25.28]: ▸ Compiling LBXScanWrapper.swift
INFO [2018-09-25 13:29:25.71]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:402:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:25.71]: ▸ static open func recognizeQRImage(image:UIImage) ->[LBXScanResult]
INFO [2018-09-25 13:29:25.71]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:25.71]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:440:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:25.71]: ▸ static open func createCode( codeType:String, codeString:String, size:CGSize,qrColor:UIColor,bkColor:UIColor )->UIImage?
INFO [2018-09-25 13:29:25.71]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:25.71]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:482:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:25.71]: ▸ static open func createCode128(  codeString:String, size:CGSize,qrColor:UIColor,bkColor:UIColor )->UIImage?
INFO [2018-09-25 13:29:25.71]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:25.71]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:533:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:25.71]: ▸ static open func getConcreteCodeImage(srcCodeImage:UIImage,rect:CGRect)->UIImage?
INFO [2018-09-25 13:29:25.71]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:25.72]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:551:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:25.72]: ▸ static open func getConcreteCodeRectFromImage(srcCodeImage:UIImage,codeResult:LBXScanResult)->CGRect
INFO [2018-09-25 13:29:25.72]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:25.72]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:601:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:25.72]: ▸ static open func addImageLogo(srcImg:UIImage,logoImg:UIImage,logoSize:CGSize )->UIImage
INFO [2018-09-25 13:29:25.72]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.26]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/vi.lproj
INFO [2018-09-25 13:29:26.26]: ▸ Compiling LBXPermissions.swift
INFO [2018-09-25 13:29:26.26]: ▸ Compiling LBXScanLineAnimation.swift
INFO [2018-09-25 13:29:26.26]: ▸ Compiling LBXScanNetAnimation.swift
INFO [2018-09-25 13:29:26.26]: ▸ Compiling LBXScanView.swift
INFO [2018-09-25 13:29:26.26]: ▸ Compiling LBXScanViewController.swift
INFO [2018-09-25 13:29:26.26]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:402:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:26.26]: ▸ static open func recognizeQRImage(image:UIImage) ->[LBXScanResult]
INFO [2018-09-25 13:29:26.26]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.26]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:440:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:26.26]: ▸ static open func createCode( codeType:String, codeString:String, size:CGSize,qrColor:UIColor,bkColor:UIColor )->UIImage?
INFO [2018-09-25 13:29:26.26]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.27]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:482:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:26.27]: ▸ static open func createCode128(  codeString:String, size:CGSize,qrColor:UIColor,bkColor:UIColor )->UIImage?
INFO [2018-09-25 13:29:26.27]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.27]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:533:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:26.27]: ▸ static open func getConcreteCodeImage(srcCodeImage:UIImage,rect:CGRect)->UIImage?
INFO [2018-09-25 13:29:26.27]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.27]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:551:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:26.27]: ▸ static open func getConcreteCodeRectFromImage(srcCodeImage:UIImage,codeResult:LBXScanResult)->CGRect
INFO [2018-09-25 13:29:26.27]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.27]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:601:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:26.27]: ▸ static open func addImageLogo(srcImg:UIImage,logoImg:UIImage,logoSize:CGSize )->UIImage
INFO [2018-09-25 13:29:26.27]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.27]: ▸ Compiling LBXScanViewStyle.swift
INFO [2018-09-25 13:29:26.27]: ▸ Compiling LBXScanWrapper.swift
INFO [2018-09-25 13:29:26.27]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:402:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:26.27]: ▸ static open func recognizeQRImage(image:UIImage) ->[LBXScanResult]
INFO [2018-09-25 13:29:26.27]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.27]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:440:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:26.27]: ▸ static open func createCode( codeType:String, codeString:String, size:CGSize,qrColor:UIColor,bkColor:UIColor )->UIImage?
INFO [2018-09-25 13:29:26.27]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.28]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:482:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:26.28]: ▸ static open func createCode128(  codeString:String, size:CGSize,qrColor:UIColor,bkColor:UIColor )->UIImage?
INFO [2018-09-25 13:29:26.28]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.28]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:533:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:26.28]: ▸ static open func getConcreteCodeImage(srcCodeImage:UIImage,rect:CGRect)->UIImage?
INFO [2018-09-25 13:29:26.28]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.28]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:551:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:26.28]: ▸ static open func getConcreteCodeRectFromImage(srcCodeImage:UIImage,codeResult:LBXScanResult)->CGRect
INFO [2018-09-25 13:29:26.28]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.28]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/swiftScan/Source/LBXScanWrapper.swift:601:22: static declarations are implicitly 'final'; use 'public' instead of 'open'
INFO [2018-09-25 13:29:26.28]: ▸ static open func addImageLogo(srcImg:UIImage,logoImg:UIImage,logoSize:CGSize )->UIImage
INFO [2018-09-25 13:29:26.28]: ▸            ~~~~      ^
INFO [2018-09-25 13:29:26.28]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/tr.lproj
INFO [2018-09-25 13:29:26.28]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/ru.lproj
INFO [2018-09-25 13:29:26.28]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/pt.lproj
INFO [2018-09-25 13:29:26.28]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/pl.lproj
INFO [2018-09-25 13:29:26.28]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/nl.lproj
INFO [2018-09-25 13:29:26.28]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/ms.lproj
INFO [2018-09-25 13:29:26.28]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/ko.lproj
INFO [2018-09-25 13:29:26.28]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/ja.lproj
INFO [2018-09-25 13:29:26.28]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/it.lproj
INFO [2018-09-25 13:29:26.28]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/id.lproj
INFO [2018-09-25 13:29:26.28]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/fr.lproj
INFO [2018-09-25 13:29:26.29]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/es.lproj
INFO [2018-09-25 13:29:26.29]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/en.lproj
INFO [2018-09-25 13:29:26.29]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/de.lproj
INFO [2018-09-25 13:29:26.29]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/da.lproj
INFO [2018-09-25 13:29:26.29]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/ar.lproj
INFO [2018-09-25 13:29:26.29]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/Base.lproj
INFO [2018-09-25 13:29:26.29]: ▸ Processing Info.plist
INFO [2018-09-25 13:29:26.29]: ▸ Compiling SVRadialGradientLayer.m
INFO [2018-09-25 13:29:26.29]: ▸ Compiling SVProgressHUD.m
INFO [2018-09-25 13:29:26.29]: ▸ Compiling SVProgressHUD_vers.c
INFO [2018-09-25 13:29:26.29]: ▸ Compiling SVProgressHUD-dummy.m
INFO [2018-09-25 13:29:26.29]: ▸ Compiling SVProgressAnimatedView.m
INFO [2018-09-25 13:29:26.30]: ▸ Compiling SVIndefiniteAnimatedView.m
INFO [2018-09-25 13:29:26.30]: ▸ Compiling SVRadialGradientLayer.m
INFO [2018-09-25 13:29:26.30]: ▸ Compiling SVProgressHUD_vers.c
INFO [2018-09-25 13:29:26.30]: ▸ Compiling SVProgressHUD.m
INFO [2018-09-25 13:29:26.30]: ▸ Compiling SVProgressHUD-dummy.m
INFO [2018-09-25 13:29:26.30]: ▸ Touching TOCropViewControllerBundle.bundle (in target: CropViewController-TOCropViewControllerBundle)
INFO [2018-09-25 13:29:26.30]: ▸ Compiling SVProgressAnimatedView.m
INFO [2018-09-25 13:29:26.30]: ▸ Compiling SVIndefiniteAnimatedView.m
INFO [2018-09-25 13:29:26.31]: ▸ Processing Info.plist
INFO [2018-09-25 13:29:26.31]: ▸ Compiling CropViewController.swift
INFO [2018-09-25 13:29:26.32]: ▸ Compiling CropViewController.swift
INFO [2018-09-25 13:29:26.32]: ▸ Processing Info.plist
INFO [2018-09-25 13:29:26.32]: ▸ Compiling Reachability.swift
INFO [2018-09-25 13:29:26.32]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/ReachabilitySwift/Reachability/Reachability.swift:136:42: platform condition appears to be testing for simulator environment; use 'targetEnvironment(simulator)' instead
INFO [2018-09-25 13:29:26.32]: ▸ #if (arch(i386) || arch(x86_64)) && os(iOS)
INFO [2018-09-25 13:29:26.32]: ▸             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
INFO [2018-09-25 13:29:26.32]: ▸ Compiling Reachability.swift
INFO [2018-09-25 13:29:26.32]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/ReachabilitySwift/Reachability/Reachability.swift:136:42: platform condition appears to be testing for simulator environment; use 'targetEnvironment(simulator)' instead
INFO [2018-09-25 13:29:26.33]: ▸ #if (arch(i386) || arch(x86_64)) && os(iOS)
INFO [2018-09-25 13:29:26.33]: ▸             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
INFO [2018-09-25 13:29:26.33]: ▸ Linking SVProgressHUD
INFO [2018-09-25 13:29:26.33]: ▸ Linking SVProgressHUD
INFO [2018-09-25 13:29:26.33]: ▸ Processing Info.plist
INFO [2018-09-25 13:29:26.33]: ▸ Compiling GCDAsyncUdpSocket.m
INFO [2018-09-25 13:29:26.50]: ▸ Compiling GCDAsyncSocket.m
INFO [2018-09-25 13:29:26.70]: ▸ Compiling CocoaAsyncSocket_vers.c
INFO [2018-09-25 13:29:26.71]: ▸ Copying SVProgressHUD-umbrella.h
INFO [2018-09-25 13:29:26.71]: ▸ Copying SVRadialGradientLayer.h
INFO [2018-09-25 13:29:26.71]: ▸ Copying SVProgressHUD.h
INFO [2018-09-25 13:29:26.71]: ▸ Copying SVProgressAnimatedView.h
INFO [2018-09-25 13:29:26.71]: ▸ Copying SVIndefiniteAnimatedView.h
INFO [2018-09-25 13:29:26.71]: ▸ Compiling CocoaAsyncSocket-dummy.m
INFO [2018-09-25 13:29:26.71]: ▸ Compiling GCDAsyncUdpSocket.m
INFO [2018-09-25 13:29:26.71]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle
INFO [2018-09-25 13:29:26.71]: ▸ Compiling UIImage+CropRotate.m
INFO [2018-09-25 13:29:26.71]: ▸ Compiling TOCroppedImageAttributes.m
INFO [2018-09-25 13:29:26.71]: ▸ Compiling TOCropViewControllerTransitioning.m
INFO [2018-09-25 13:29:26.71]: ▸ Compiling TOCropViewController.m
INFO [2018-09-25 13:29:26.71]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/TOCropViewController.m:458:1: implementing deprecated method [-Wdeprecated-implementations]
INFO [2018-09-25 13:29:26.71]: ▸ - (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration
INFO [2018-09-25 13:29:26.72]: ▸ ^
INFO [2018-09-25 13:29:26.72]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/TOCropViewController.m:490:1: implementing deprecated method [-Wdeprecated-implementations]
INFO [2018-09-25 13:29:26.72]: ▸ - (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration
INFO [2018-09-25 13:29:26.72]: ▸ ^
INFO [2018-09-25 13:29:26.72]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/TOCropViewController.m:515:1: implementing deprecated method [-Wdeprecated-implementations]
INFO [2018-09-25 13:29:26.72]: ▸ - (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
INFO [2018-09-25 13:29:26.72]: ▸ ^
INFO [2018-09-25 13:29:26.72]: ▸ Compiling TOCropView.m
INFO [2018-09-25 13:29:26.72]: ▸ Compiling TOCropToolbar.m
INFO [2018-09-25 13:29:26.72]: ▸ Compiling TOCropScrollView.m
INFO [2018-09-25 13:29:26.72]: ▸ Compiling TOCropOverlayView.m
INFO [2018-09-25 13:29:26.72]: ▸ Compiling TOActivityCroppedImageProvider.m
INFO [2018-09-25 13:29:26.72]: ▸ Compiling CropViewController_vers.c
INFO [2018-09-25 13:29:26.73]: ▸ Compiling swiftScan_vers.c
INFO [2018-09-25 13:29:26.73]: ▸ Compiling swiftScan-dummy.m
INFO [2018-09-25 13:29:26.73]: ▸ Compiling swiftScan_vers.c
INFO [2018-09-25 13:29:26.73]: ▸ Compiling swiftScan-dummy.m
INFO [2018-09-25 13:29:26.73]: ▸ Compiling CropViewController-dummy.m
INFO [2018-09-25 13:29:26.73]: ▸ Compiling UIImage+CropRotate.m
INFO [2018-09-25 13:29:26.73]: ▸ Compiling TOCroppedImageAttributes.m
INFO [2018-09-25 13:29:26.73]: ▸ Linking swiftScan
INFO [2018-09-25 13:29:27.07]: ▸ Compiling TOCropViewControllerTransitioning.m
INFO [2018-09-25 13:29:27.07]: ▸ Compiling TOCropViewController.m
INFO [2018-09-25 13:29:27.07]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/TOCropViewController.m:458:1: implementing deprecated method [-Wdeprecated-implementations]
INFO [2018-09-25 13:29:27.07]: ▸ - (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration
INFO [2018-09-25 13:29:27.07]: ▸ ^
INFO [2018-09-25 13:29:27.07]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/TOCropViewController.m:490:1: implementing deprecated method [-Wdeprecated-implementations]
INFO [2018-09-25 13:29:27.07]: ▸ - (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration
INFO [2018-09-25 13:29:27.08]: ▸ ^
INFO [2018-09-25 13:29:27.08]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/Pods/CropViewController/Objective-C/TOCropViewController/TOCropViewController.m:515:1: implementing deprecated method [-Wdeprecated-implementations]
INFO [2018-09-25 13:29:27.08]: ▸ - (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
INFO [2018-09-25 13:29:27.08]: ▸ ^
INFO [2018-09-25 13:29:27.08]: ▸ Compiling TOCropView.m
INFO [2018-09-25 13:29:27.08]: ▸ Linking swiftScan
INFO [2018-09-25 13:29:27.16]: ▸ Linking CropViewController
INFO [2018-09-25 13:29:27.17]: ▸ Compiling TOCropToolbar.m
INFO [2018-09-25 13:29:27.17]: ▸ Compiling TOCropScrollView.m
INFO [2018-09-25 13:29:27.17]: ▸ Compiling TOCropOverlayView.m
INFO [2018-09-25 13:29:27.17]: ▸ Compiling TOActivityCroppedImageProvider.m
INFO [2018-09-25 13:29:27.17]: ▸ Compiling CropViewController_vers.c
INFO [2018-09-25 13:29:27.17]: ▸ Compiling CropViewController-dummy.m
INFO [2018-09-25 13:29:27.17]: ▸ Linking CocoaAsyncSocket
INFO [2018-09-25 13:29:27.55]: ▸ Compiling GCDAsyncSocket.m
INFO [2018-09-25 13:29:27.93]: ▸ Compiling CocoaAsyncSocket_vers.c
INFO [2018-09-25 13:29:27.93]: ▸ Touching SVProgressHUD.framework (in target: SVProgressHUD)
INFO [2018-09-25 13:29:27.93]: ▸ Compiling Reachability_vers.c
INFO [2018-09-25 13:29:27.93]: ▸ Compiling ReachabilitySwift-dummy.m
INFO [2018-09-25 13:29:27.93]: ▸ Compiling Reachability_vers.c
INFO [2018-09-25 13:29:27.93]: ▸ Linking CropViewController
INFO [2018-09-25 13:29:27.93]: ▸ Compiling ReachabilitySwift-dummy.m
INFO [2018-09-25 13:29:27.93]: ▸ Compiling CocoaAsyncSocket-dummy.m
INFO [2018-09-25 13:29:27.94]: ▸ Processing Info.plist
INFO [2018-09-25 13:29:27.94]: ▸ Compiling Wrappers.pbobjc.m
INFO [2018-09-25 13:29:27.94]: ▸ Compiling Type.pbobjc.m
INFO [2018-09-25 13:29:27.94]: ▸ Linking Reachability
INFO [2018-09-25 13:29:27.95]: ▸ Compiling Timestamp.pbobjc.m
INFO [2018-09-25 13:29:27.95]: ▸ Copying swiftScan-umbrella.h
INFO [2018-09-25 13:29:27.95]: ▸ Linking Reachability
INFO [2018-09-25 13:29:27.95]: ▸ Compiling Struct.pbobjc.m
INFO [2018-09-25 13:29:27.95]: ▸ Compiling SourceContext.pbobjc.m
INFO [2018-09-25 13:29:27.95]: ▸ Compiling Protobuf_vers.c
INFO [2018-09-25 13:29:27.95]: ▸ Compiling Protobuf-dummy.m
INFO [2018-09-25 13:29:27.95]: ▸ Compiling GPBWireFormat.m
INFO [2018-09-25 13:29:27.96]: ▸ Compiling GPBWellKnownTypes.m
INFO [2018-09-25 13:29:27.96]: ▸ Copying ReachabilitySwift-umbrella.h
INFO [2018-09-25 13:29:27.96]: ▸ Compiling GPBUtilities.m
INFO [2018-09-25 13:29:27.97]: ▸ Touching swiftScan.framework (in target: swiftScan)
INFO [2018-09-25 13:29:27.97]: ▸ Copying /Users/Ricardo/Library/Developer/Xcode/DerivedData/MyApp-higfgwvswhrgzxcvidbswtnsqngf/Build/Intermediates.noindex/ArchiveIntermediates/QA/BuildProductsPath/Debug-iphoneos/CropViewController/TOCropViewControllerBundle.bundle
INFO [2018-09-25 13:29:27.97]: ▸ Compiling GPBUnknownFieldSet.m
INFO [2018-09-25 13:29:27.97]: ▸ Compiling GPBUnknownField.m
INFO [2018-09-25 13:29:27.97]: ▸ Compiling GPBRootObject.m
INFO [2018-09-25 13:29:27.97]: ▸ Copying CropViewController-umbrella.h
INFO [2018-09-25 13:29:27.97]: ▸ Copying CropViewController.h
INFO [2018-09-25 13:29:27.97]: ▸ Copying CropViewController-Bridging-Header.h
INFO [2018-09-25 13:29:27.97]: ▸ Copying TOCropView.h
INFO [2018-09-25 13:29:27.97]: ▸ Copying TOCropToolbar.h
INFO [2018-09-25 13:29:27.97]: ▸ Copying TOCropScrollView.h
INFO [2018-09-25 13:29:27.97]: ▸ Copying TOCropOverlayView.h
INFO [2018-09-25 13:29:27.97]: ▸ Copying TOCropViewController.h
INFO [2018-09-25 13:29:27.97]: ▸ Copying TOCropViewController-Bridging-Header.h
INFO [2018-09-25 13:29:27.97]: ▸ Copying UIImage+CropRotate.h
INFO [2018-09-25 13:29:27.97]: ▸ Copying TOCroppedImageAttributes.h
INFO [2018-09-25 13:29:27.97]: ▸ Copying TOCropViewControllerTransitioning.h
INFO [2018-09-25 13:29:27.97]: ▸ Copying TOActivityCroppedImageProvider.h
INFO [2018-09-25 13:29:27.98]: ▸ Compiling GPBMessage.m
INFO [2018-09-25 13:29:28.20]: ▸ Compiling GPBExtensionRegistry.m
INFO [2018-09-25 13:29:28.20]: ▸ Compiling GPBExtensionInternals.m
INFO [2018-09-25 13:29:28.21]: ▸ Compiling GPBDictionary.m
INFO [2018-09-25 13:29:31.04]: ▸ Touching Reachability.framework (in target: ReachabilitySwift)
INFO [2018-09-25 13:29:31.04]: ▸ Compiling GPBDescriptor.m
INFO [2018-09-25 13:29:31.04]: ▸ Compiling GPBCodedOutputStream.m
INFO [2018-09-25 13:29:31.04]: ▸ Compiling GPBCodedInputStream.m
INFO [2018-09-25 13:29:31.04]: ▸ Compiling GPBArray.m
INFO [2018-09-25 13:29:31.04]: ▸ Compiling FieldMask.pbobjc.m
INFO [2018-09-25 13:29:31.04]: ▸ Linking CocoaAsyncSocket
INFO [2018-09-25 13:29:31.04]: ▸ Touching CropViewController.framework (in target: CropViewController)
INFO [2018-09-25 13:30:22.43]: ▸ default:
INFO [2018-09-25 13:30:22.43]: ▸         ^
INFO [2018-09-25 13:30:22.43]: ▸ Compiling AppServices.swift
INFO [2018-09-25 13:30:22.43]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/Child Menu/ChildMenuWireframe.swift:77:9: default will never be executed
INFO [2018-09-25 13:30:22.43]: ▸ default:
INFO [2018-09-25 13:30:22.43]: ▸         ^
INFO [2018-09-25 13:30:22.43]: ▸ Compiling CAGradientLayer_Additions.swift
INFO [2018-09-25 13:30:22.43]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/Child Menu/ChildMenuWireframe.swift:77:9: default will never be executed
INFO [2018-09-25 13:30:22.43]: ▸ default:
INFO [2018-09-25 13:30:22.43]: ▸         ^
INFO [2018-09-25 13:30:22.43]: ▸ Compiling ChildDetailView.swift
INFO [2018-09-25 13:30:22.43]: ▸ ⚠️  /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/Child Menu/ChildMenuWireframe.swift:77:9: default will never be executed
INFO [2018-09-25 13:30:22.43]: ▸ default:
INFO [2018-09-25 13:30:22.43]: ▸         ^
INFO [2018-09-25 13:30:22.43]: ▸ Compiling AddKeyboardProtocols.swift
INFO [2018-09-25 13:30:22.43]: ▸ Compiling MoodGraphCell.swift
INFO [2018-09-25 13:30:22.44]: ▸ Compiling ChildDashboardPresenter.swift
INFO [2018-09-25 13:30:22.44]: ▸ Compiling AddDeviceCodeWireframe.swift
INFO [2018-09-25 13:30:22.44]: ▸ Compiling NotificationAPIServices.swift
INFO [2018-09-25 13:30:22.44]: ▸ Compiling UIFont+Additions.swift
INFO [2018-09-25 13:30:22.44]: ▸ Compiling ChildMenuInteractor.swift
INFO [2018-09-25 13:30:22.44]: ▸ Compiling Util.swift
INFO [2018-09-25 13:30:22.45]: ▸ Compiling LaunchView.swift
INFO [2018-09-25 13:30:22.45]: ▸ Compiling AppLandingView.swift
INFO [2018-09-25 13:30:22.45]: ▸ Compiling DeleteMyAccountView.swift
INFO [2018-09-25 13:30:22.45]: ▸ Compiling WebFilteringInteractor.swift
INFO [2018-09-25 13:30:22.45]: ▸ Compiling SimpleKeychain+Additions.swift
INFO [2018-09-25 13:30:22.45]: ▸ Compiling TextFilterInteractor.swift
INFO [2018-09-25 13:30:22.46]: ▸ Compiling AddDeviceGuideWireframe.swift
INFO [2018-09-25 13:30:22.46]: ▸ Compiling STNWebWireframe.swift
INFO [2018-09-25 13:30:22.46]: ▸ Compiling STNFlaggedForReviewCompleteInteractor.swift
INFO [2018-09-25 13:30:22.46]: ▸ Compiling GetDevicesOperation.swift
INFO [2018-09-25 13:30:22.46]: ▸ Compiling DeleteKeyboardsView.swift
INFO [2018-09-25 13:30:22.46]: ▸ Compiling DeleteTimeScheduleOperation.swift
INFO [2018-09-25 13:30:22.46]: ▸ Compiling MoodOperations.swift
INFO [2018-09-25 13:30:22.47]: ▸ Compiling PhotoReviewView.swift
INFO [2018-09-25 13:30:22.47]: ▸ Compiling Child.swift
INFO [2018-09-25 13:30:22.47]: ▸ Compiling BaseOperation.swift
INFO [2018-09-25 13:30:22.47]: ▸ Compiling SupportProtocols.swift
INFO [2018-09-25 13:30:22.57]: ▸ Compiling MyApp_vers.c
INFO [2018-09-25 13:30:22.57]: ▸ Compiling MyApp_vers.c
INFO [2018-09-25 13:30:22.57]: ▸ Linking MyApp
INFO [2018-09-25 13:30:28.23]: ▸ Linking MyApp
INFO [2018-09-25 13:30:28.35]: ▸ Compiling ForgotPassDoneView.storyboard
INFO [2018-09-25 13:30:31.24]: ▸ Compiling BubbleViewController.storyboard
INFO [2018-09-25 13:30:31.83]: ▸ Compiling InstallProfileView.storyboard
INFO [2018-09-25 13:30:31.83]: ▸ Compiling NotificationsView.storyboard
INFO [2018-09-25 13:30:31.83]: ▸ Compiling AddDeviceCodeView.storyboard
INFO [2018-09-25 13:30:31.83]: ▸ Compiling DeleteDeviceView.storyboard
INFO [2018-09-25 13:30:32.05]: ▸ Compiling SubscriptionPlanView.storyboard
INFO [2018-09-25 13:30:32.11]: ▸ Compiling DeviceScanView.storyboard
INFO [2018-09-25 13:30:32.11]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/Util/Fonts/Raleway-Light.ttf
INFO [2018-09-25 13:30:32.11]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/Util/Fonts/Lato-Hairline.ttf
INFO [2018-09-25 13:30:32.11]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/GothamRounded-MediumItalic.otf
INFO [2018-09-25 13:30:32.11]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/GothamRounded-Medium.otf
INFO [2018-09-25 13:30:32.11]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/GothamRounded-LightItalic.otf
INFO [2018-09-25 13:30:32.11]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/GothamRounded-Light.otf
INFO [2018-09-25 13:30:32.11]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/GothamRounded-BookItalic.otf
INFO [2018-09-25 13:30:32.11]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/GothamRounded-Book.otf
INFO [2018-09-25 13:30:32.11]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/GothamRounded-BoldItalic.otf
INFO [2018-09-25 13:30:32.11]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/GothamRounded-Bold.otf
INFO [2018-09-25 13:30:32.11]: ▸ Copying /Users/Ricardo/Desktop/MyAppIOS_S/MyApp/Countries.bundle
INFO [2018-09-25 13:30:32.11]: ▸ Copying Localizable.strings
INFO [2018-09-25 13:30:32.11]: ▸ Copying Localizable.strings
INFO [2018-09-25 13:30:32.11]: ▸ Copying GoogleService-Info.plist
INFO [2018-09-25 13:30:32.11]: ▸ Compiling TimeScheduleTableViewCell.xib
INFO [2018-09-25 13:30:32.11]: ▸ Compiling TimeScheduleHeaderCell.xib
INFO [2018-09-25 13:30:32.11]: ▸ Compiling SettingsTableViewCell.xib
INFO [2018-09-25 13:30:32.11]: ▸ Compiling STNTextFieldView.xib
INFO [2018-09-25 13:30:32.21]: ▸ Compiling STNActionButton.xib
INFO [2018-09-25 13:30:32.29]: ▸ Compiling ProfileDetailsCell.xib
INFO [2018-09-25 13:30:32.29]: ▸ Compiling MoodGraphCell.xib
INFO [2018-09-25 13:30:32.79]: ▸ Compiling InstalledAppTableViewCell.xib
INFO [2018-09-25 13:30:32.79]: ▸ Compiling PhotoReviewCollectionViewCell.xib
INFO [2018-09-25 13:30:32.79]: ▸ Compiling NotificationTableViewCell.xib
INFO [2018-09-25 13:30:32.79]: ▸ Compiling ErrorStatesView.xib
INFO [2018-09-25 13:30:32.79]: ▸ Compiling ChildMenuInfoCell.xib
INFO [2018-09-25 13:30:32.80]: ▸ Compiling ChildMenuCell.xib
INFO [2018-09-25 13:30:32.80]: ▸ Compiling ChildDetailSafeguardingCell.xib
INFO [2018-09-25 13:30:32.83]: ▸ Compiling ChildDetailNotificationCell.xib
INFO [2018-09-25 13:30:32.86]: ▸ Compiling ChildDetailNoMoodCell.xib
INFO [2018-09-25 13:30:32.93]: ▸ Compiling ChildDetailMoodCell.xib
INFO [2018-09-25 13:30:33.22]: ▸ Compiling BlackAndWhiteTableViewCell.xib
INFO [2018-09-25 13:30:33.22]: ▸ Compiling BlackAndWhiteHeaderViewCell.xib
INFO [2018-09-25 13:30:33.22]: ▸ Compiling AppUsageCell.xib
INFO [2018-09-25 13:30:33.22]: ▸ Compiling ChooseChildTableViewCell.xib
INFO [2018-09-25 13:30:33.22]: ▸ Compiling WebFilteringView.storyboard
INFO [2018-09-25 13:30:33.83]: ▸ Compiling TimeSchedulesView.storyboard
INFO [2018-09-25 13:30:33.84]: ▸ Compiling TimeScheduleDetailView.storyboard
INFO [2018-09-25 13:30:35.11]: ▸ Compiling TextFilterView.storyboard
INFO [2018-09-25 13:30:35.11]: ▸ Compiling SupportView.storyboard
INFO [2018-09-25 13:30:35.11]: ▸ Compiling SafeguardingStatusView.storyboard
INFO [2018-09-25 13:30:35.11]: ▸ Compiling STNFlaggedForReviewView.storyboard
INFO [2018-09-25 13:30:35.11]: ▸ Compiling STNFlaggedForReviewCompleteView.storyboard
INFO [2018-09-25 13:30:35.11]: ▸ Compiling STNWebView.storyboard
INFO [2018-09-25 13:30:35.11]: ▸ Compiling ProfileDetailsView.storyboard
INFO [2018-09-25 13:30:35.73]: ▸ Compiling PhotoReviewView.storyboard
INFO [2018-09-25 13:30:35.73]: ▸ Compiling ParentModeView.storyboard
INFO [2018-09-25 13:30:35.73]: ▸ Compiling ParentDashboardView.storyboard
INFO [2018-09-25 13:30:35.73]: ▸ Compiling OnboardingStepsView.storyboard
INFO [2018-09-25 13:30:35.73]: ▸ Compiling OnboardingView.storyboard
INFO [2018-09-25 13:30:35.74]: ▸ Compiling OnboardingFinalStepView.storyboard
INFO [2018-09-25 13:30:35.74]: ▸ Compiling MoodMonitorView.storyboard
INFO [2018-09-25 13:30:35.74]: ▸ Compiling MoodInfoViewController.storyboard
INFO [2018-09-25 13:30:35.74]: ▸ Compiling Main.storyboard
INFO [2018-09-25 13:30:35.74]: ▸ Compiling LaunchViewController.storyboard
INFO [2018-09-25 13:30:35.74]: ▸ Compiling LaunchView.storyboard
INFO [2018-09-25 13:30:35.74]: ▸ Compiling InfoViewController.storyboard
INFO [2018-09-25 13:30:35.74]: ▸ Compiling ImageFilterView.storyboard
INFO [2018-09-25 13:30:36.13]: ▸ Compiling PinCodeView.storyboard
INFO [2018-09-25 13:30:36.13]: ▸ Compiling ForgotPassView.storyboard
INFO [2018-09-25 13:30:36.13]: ▸ Compiling FiveBubblesViewController.storyboard
INFO [2018-09-25 13:30:36.13]: ▸ Compiling FilteredWebsiteCategoriesView.storyboard
INFO [2018-09-25 13:30:36.36]: ▸ Compiling SettingsView.storyboard
INFO [2018-09-25 13:30:36.72]: ▸ Compiling STNNotificationsSummaryView.storyboard
INFO [2018-09-25 13:30:36.72]: ▸ Compiling STNNotificationsDetailView.storyboard
INFO [2018-09-25 13:30:36.72]: ▸ Compiling LogInView.storyboard
INFO [2018-09-25 13:30:36.74]: ▸ Compiling VPNPermissionsView.storyboard
INFO [2018-09-25 13:30:36.74]: ▸ Compiling TermsOfUseView.storyboard
INFO [2018-09-25 13:30:37.10]: ▸ Compiling TermsAndServiceView.storyboard
INFO [2018-09-25 13:30:37.10]: ▸ Compiling ProfileInstalledView.storyboard
INFO [2018-09-25 13:30:37.10]: ▸ Compiling NotificationPermissionsView.storyboard
INFO [2018-09-25 13:30:37.10]: ▸ Compiling CameraPermissionsView.storyboard
INFO [2018-09-25 13:30:37.10]: ▸ Compiling LocationPermissionsView.storyboard
INFO [2018-09-25 13:30:37.10]: ▸ Compiling DeviceConfiguredView.storyboard
INFO [2018-09-25 13:30:37.18]: ▸ Compiling DeleteKeyboardsView.storyboard
INFO [2018-09-25 13:30:37.45]: ▸ Compiling AskPermissionView.storyboard
INFO [2018-09-25 13:30:37.45]: ▸ Compiling AllowFullAccessKeyboardView.storyboard
INFO [2018-09-25 13:30:37.45]: ▸ Compiling AddKeyboardView.storyboard
INFO [2018-09-25 13:30:37.58]: ▸ Compiling ChildOnboardingView.storyboard
INFO [2018-09-25 13:30:37.58]: ▸ Compiling AboutMyAppView.storyboard
INFO [2018-09-25 13:30:38.06]: ▸ Compiling EditPasswordView.storyboard
INFO [2018-09-25 13:30:38.06]: ▸ Compiling DeviceDetailsView.storyboard
INFO [2018-09-25 13:30:39.31]: ▸ Compiling DeleteMyAccountView.storyboard
INFO [2018-09-25 13:30:39.31]: ▸ Compiling ContactUsView.storyboard
INFO [2018-09-25 13:30:39.31]: ▸ Compiling ChildMenuView.storyboard
INFO [2018-09-25 13:30:39.31]: ▸ Compiling ChildDetailView.storyboard
INFO [2018-09-25 13:30:39.31]: ▸ Compiling ChildDashboardView.storyboard
INFO [2018-09-25 13:30:39.31]: ▸ Compiling CheckParentsPassViewChildLogout.storyboard
INFO [2018-09-25 13:30:39.31]: ▸ Compiling CheckParentsPassView.storyboard
INFO [2018-09-25 13:30:39.31]: ▸ Compiling BlackAndWhiteListDomainsView.storyboard
INFO [2018-09-25 13:30:39.31]: ▸ Compiling LaunchScreen.storyboard
INFO [2018-09-25 13:30:39.31]: ▸ Compiling MinAppVersionViewController.storyboard
INFO [2018-09-25 13:30:39.31]: ▸ Compiling AppManagementView.storyboard
INFO [2018-09-25 13:30:39.97]: ▸ Compiling AppLandingView.storyboard
INFO [2018-09-25 13:30:39.97]: ▸ Compiling AddDeviceStepsView.storyboard
INFO [2018-09-25 13:30:40.01]: ▸ Compiling AddDeviceRemindView.storyboard
INFO [2018-09-25 13:30:40.01]: ▸ Compiling AddDeviceIntroView.storyboard
INFO [2018-09-25 13:30:40.01]: ▸ Compiling AddDeviceGuideView.storyboard
INFO [2018-09-25 13:30:40.01]: ▸ Compiling AddDeviceView.storyboard
INFO [2018-09-25 13:30:40.01]: ▸ Compiling AddDeviceCongratsView.storyboard
INFO [2018-09-25 13:30:43.35]: ▸ Processing Info.plist
INFO [2018-09-25 13:30:43.36]: ▸ Running script 'Run Script'
INFO [2018-09-25 13:30:43.39]: ▸ Generating 'MyApp.app.dSYM'
INFO [2018-09-25 13:30:44.40]: ▸ Copying /Users/Ricardo/Library/Developer/Xcode/DerivedData/MyApp-higfgwvswhrgzxcvidbswtnsqngf/Build/Intermediates.noindex/ArchiveIntermediates/QA/BuildProductsPath/Debug-iphoneos/MyAppVPN.appex
INFO [2018-09-25 13:30:44.41]: ▸ Running script 'TODO + FIXME + WARNING'
INFO [2018-09-25 13:30:44.43]: ▸ Running script '[CP] Embed Pods Frameworks'
INFO [2018-09-25 13:30:53.46]: ▸ Touching MyApp.app (in target: MyApp)
INFO [2018-09-25 13:30:53.63]: ▸ Archive Succeeded
DEBUG [2018-09-25 13:30:53.91]: Stored the archive in: /Users/Ricardo/Library/Developer/Xcode/Archives/2018-09-25/MyApp 2018-09-25 13.29.18.xcarchive
WARN [2018-09-25 13:30:53.91]: Generated plist file with the following values:
INFO [2018-09-25 13:30:53.91]: ▸ -----------------------------------------
INFO [2018-09-25 13:30:53.91]: ▸ {
INFO [2018-09-25 13:30:53.91]: ▸   "method": "app-store",
INFO [2018-09-25 13:30:53.91]: ▸   "teamID": "WWTMC7WMCD",
INFO [2018-09-25 13:30:53.91]: ▸   "uploadBitcode": false,
INFO [2018-09-25 13:30:53.91]: ▸   "provisioningProfiles": {
INFO [2018-09-25 13:30:53.91]: ▸     "com.avanatta.MyApp.vpn": "MyApp VPN Distribution",
INFO [2018-09-25 13:30:53.91]: ▸     "com.avanatta.MyApp": "MyApp Distribution"
INFO [2018-09-25 13:30:53.91]: ▸   },
INFO [2018-09-25 13:30:53.91]: ▸   "signingStyle": "manual"
INFO [2018-09-25 13:30:53.91]: ▸ }
INFO [2018-09-25 13:30:53.91]: ▸ -----------------------------------------
INFO [2018-09-25 13:30:53.91]: This results in the following plist file:
INFO [2018-09-25 13:30:53.91]: ▸ -----------------------------------------
INFO [2018-09-25 13:30:53.92]: ▸ 
INFO [2018-09-25 13:30:53.92]: ▸ 
INFO [2018-09-25 13:30:53.92]: ▸ 
INFO [2018-09-25 13:30:53.92]: ▸ 
INFO [2018-09-25 13:30:53.92]: ▸    method
INFO [2018-09-25 13:30:53.92]: ▸    app-store
INFO [2018-09-25 13:30:53.92]: ▸    provisioningProfiles
INFO [2018-09-25 13:30:53.92]: ▸    
INFO [2018-09-25 13:30:53.92]: ▸        com.avanatta.MyApp
INFO [2018-09-25 13:30:53.92]: ▸        MyApp Distribution
INFO [2018-09-25 13:30:53.92]: ▸        com.avanatta.MyApp.vpn
INFO [2018-09-25 13:30:53.92]: ▸        MyApp VPN Distribution
INFO [2018-09-25 13:30:53.92]: ▸    
INFO [2018-09-25 13:30:53.92]: ▸    signingStyle
INFO [2018-09-25 13:30:53.92]: ▸    manual
INFO [2018-09-25 13:30:53.92]: ▸    teamID
INFO [2018-09-25 13:30:53.92]: ▸    WWTMC7WMCD
INFO [2018-09-25 13:30:53.92]: ▸    uploadBitcode
INFO [2018-09-25 13:30:53.92]: ▸    
INFO [2018-09-25 13:30:53.92]: ▸ 
INFO [2018-09-25 13:30:53.92]: ▸ 
INFO [2018-09-25 13:30:53.92]: ▸ -----------------------------------------
INFO [2018-09-25 13:30:53.92]: $ /usr/bin/xcrun /Library/Ruby/Gems/2.3.0/gems/fastlane-2.105.2/gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh -exportArchive -exportOptionsPlist '/var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/gym_config20180925-51113-1sn69c2.plist' -archivePath /Users/Ricardo/Library/Developer/Xcode/Archives/2018-09-25/MyApp\ 2018-09-25\ 13.29.18.xcarchive -exportPath '/var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/gym_output20180925-51113-12r4wgu' 
INFO [2018-09-25 13:30:53.94]: ▸ RVM detected, forcing to use system ruby
INFO [2018-09-25 13:30:54.30]: ▸ Now using system ruby.
INFO [2018-09-25 13:30:54.32]: ▸ + xcodebuild -exportArchive -exportOptionsPlist /var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/gym_config20180925-51113-1sn69c2.plist -archivePath '/Users/Ricardo/Library/Developer/Xcode/Archives/2018-09-25/MyApp 2018-09-25 13.29.18.xcarchive' -exportPath /var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/gym_output20180925-51113-12r4wgu
INFO [2018-09-25 13:30:54.96]: ▸ 2018-09-25 13:30:54.963 xcodebuild[55124:1514258] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/QA_2018-09-25_13-30-54.962.xcdistributionlogs'.
INFO [2018-09-25 13:31:34.70]: ▸ Exported QA to: /var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/gym_output20180925-51113-12r4wgu
INFO [2018-09-25 13:31:34.70]: ▸ ** EXPORT SUCCEEDED **
INFO [2018-09-25 13:31:34.95]: Mapping dSYM(s) using generated BCSymbolMaps
INFO [2018-09-25 13:31:34.95]: $ dsymutil --symbol-map /Users/Ricardo/Library/Developer/Xcode/Archives/2018-09-25/MyApp\ 2018-09-25\ 13.29.18.xcarchive/BCSymbolMaps /Users/Ricardo/Library/Developer/Xcode/Archives/2018-09-25/MyApp\ 2018-09-25\ 13.29.18.xcarchive/dSYMs/MyApp.app.dSYM
warning: /Users/Ricardo/Library/Developer/Xcode/Archives/2018-09-25/MyApp 2018-09-25 13.29.18.xcarchive/BCSymbolMaps/MyApp-armv7.bcsymbolmap: No such file or directory. Not unobfuscating.
warning: /Users/Ricardo/Library/Developer/Xcode/Archives/2018-09-25/MyApp 2018-09-25 13.29.18.xcarchive/BCSymbolMaps/MyApp-arm64.bcsymbolmap: No such file or directory. Not unobfuscating.
INFO [2018-09-25 13:31:35.49]: Compressing 1 dSYM(s)
INFO [2018-09-25 13:31:35.50]: $ cd '/Users/Ricardo/Library/Developer/Xcode/Archives/2018-09-25/MyApp 2018-09-25 13.29.18.xcarchive/dSYMs' && zip -r '/Users/Ricardo/Desktop/MyAppIOS_S/MyApp.app.dSYM.zip' *.dSYM
INFO [2018-09-25 13:31:36.36]: ▸ updating: MyApp.app.dSYM/ (stored 0%)
INFO [2018-09-25 13:31:36.36]: ▸ updating: MyApp.app.dSYM/Contents/ (stored 0%)
INFO [2018-09-25 13:31:36.36]: ▸ updating: MyApp.app.dSYM/Contents/Resources/ (stored 0%)
INFO [2018-09-25 13:31:36.36]: ▸ updating: MyApp.app.dSYM/Contents/Resources/DWARF/ (stored 0%)
INFO [2018-09-25 13:31:36.36]: ▸ updating: MyApp.app.dSYM/Contents/Resources/DWARF/MyApp (deflated 81%)
INFO [2018-09-25 13:31:36.36]: ▸ updating: MyApp.app.dSYM/Contents/Info.plist (deflated 52%)
INFO [2018-09-25 13:31:36.36]: Successfully exported and compressed dSYM file
INFO [2018-09-25 13:31:36.36]: Successfully exported and signed the ipa file:
INFO [2018-09-25 13:31:36.36]: /Users/Ricardo/Desktop/MyAppIOS_S/MyApp.ipa
INFO [2018-09-25 13:31:36.36]: ----------------------------------
INFO [2018-09-25 13:31:36.36]: --- Step: upload_to_testflight ---
INFO [2018-09-25 13:31:36.36]: ----------------------------------
INFO [2018-09-25 13:31:36.61]: Login to App Store Connect (rruiz@MyApp.com)
INFO [2018-09-25 13:31:39.01]: Login successful
DEBUG [2018-09-25 13:31:39.01]: App identifier (com.avanatta.MyApp)
INFO [2018-09-25 13:31:39.63]: Ready to upload new build to TestFlight (App: 1180574083)...
DEBUG [2018-09-25 13:31:39.63]: App Platform (ios)
INFO [2018-09-25 13:31:48.77]: Wrote XML data to '/var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/d20180925-51113-182ixba/1180574083.itmsp'
INFO [2018-09-25 13:31:48.81]: Going to upload updated app to App Store Connect
INFO [2018-09-25 13:31:48.81]: This might take a few minutes. Please don't interrupt the script.
DEBUG [2018-09-25 13:31:48.91]: /Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/itms/java/bin/java -Djava.ext.dirs=/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/itms/java/lib/ext -XX:NewSize=2m -Xms32m -Xmx1024m -Xms1024m -Djava.awt.headless=true -Dsun.net.http.retryPost=false -jar /Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/itms/lib/itmstransporter-launcher.jar -m upload -u rruiz@MyApp.com -p YourPassword -f /var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/d20180925-51113-182ixba/1180574083.itmsp -t Signiant -k 100000 2>&1
DEBUG [2018-09-25 13:31:51.56]: [Transporter]: INFO: Transporter is searching for new software components.
DEBUG [2018-09-25 13:31:52.16]: [Transporter]: INFO: Update check complete.
DEBUG [2018-09-25 13:31:53.42]: [Transporter]: INFO: Logging configured successfully.
DEBUG [2018-09-25 13:31:53.59]: [Transporter]: DEBUG: Attempting refresh of configuration data from https://contentdelivery.itunes.apple.com/transporter/Defaults.properties
DEBUG [2018-09-25 13:31:53.74]: [Transporter]: DEBUG: Configuration refresh successful.
DEBUG [2018-09-25 13:31:53.74]: [Transporter]: DEBUG: Saving configuration to local path: /Users/Ricardo/.itmstransporter/Defaults.properties
DEBUG [2018-09-25 13:31:53.74]: [Transporter]: INFO: iTMSTransporter : iTunes Store Transporter [1.12.0]
DEBUG [2018-09-25 13:31:53.74]: [Transporter]: INFO: OS identifier: Mac OS X 10.13.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
DEBUG [2018-09-25 13:31:53.75]: [Transporter]: INFO: Memory: [JVM] 958M free, 981M total, 981M max [System] (Physical) 3269M free, 16384M total (Swap) 358M free, 3072M total
DEBUG [2018-09-25 13:31:53.75]: [Transporter]: INFO: Upload mode selected.
DEBUG [2018-09-25 13:31:53.75]: [Transporter]: INFO: Examining the package at: /var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/d20180925-51113-182ixba/1180574083.itmsp
DEBUG [2018-09-25 13:31:53.75]: [Transporter]: INFO: Ensuring that package has well formed metadata file...
DEBUG [2018-09-25 13:31:53.75]: [Transporter]: DEBUG: Getting case-sensitive metadata xml filename...
DEBUG [2018-09-25 13:31:53.75]: [Transporter]: INFO: Gathering the list of valid files from the package ...
DEBUG [2018-09-25 13:31:53.75]: [Transporter]: DEBUG:   metadata.xml will be verified by Apple's web service to determine if it is a valid file.
DEBUG [2018-09-25 13:31:53.76]: [Transporter]: DEBUG:   cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa will be verified by Apple's web service to determine if it is a valid file.
DEBUG [2018-09-25 13:31:53.76]: [Transporter]: INFO: Finished gathering the list of valid files from the package.
DEBUG [2018-09-25 13:31:53.76]: [Transporter]: DEBUG:   Case-sensitive metadata filename is: metadata.xml
DEBUG [2018-09-25 13:31:53.76]: [Transporter]: INFO: Performing authentication of package 1180574083.itmsp ...
DEBUG [2018-09-25 13:31:53.80]: [Transporter]: DBG-X: Memory: [JVM] 946M free, 981M total, 981M max [System] (Physical) 3267M free, 16384M total (Swap) 358M free, 3072M total
DEBUG [2018-09-25 13:31:53.80]: [Transporter]: DBG-X: Memory: [JVM] 946M free, 981M total, 981M max [System] (Physical) 3267M free, 16384M total (Swap) 358M free, 3072M total
DEBUG [2018-09-25 13:31:53.80]: [Transporter]: DBG-X: Using operation named: authenticateForSession
DEBUG [2018-09-25 13:31:53.80]: [Transporter]: DBG-X: Apple's web service operation input parameters:
DEBUG [2018-09-25 13:31:53.80]: [Transporter]: DBG-X:   parameter Application = iTMSTransporter
DEBUG [2018-09-25 13:31:53.80]: [Transporter]: DBG-X:   parameter BaseVersion = 1.11.0
DEBUG [2018-09-25 13:31:53.80]: [Transporter]: DBG-X:   parameter OSIdentifier = Mac OS X 10.13.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
DEBUG [2018-09-25 13:31:53.80]: [Transporter]: DBG-X:   parameter StatisticsClientStartDateTimeZoneISO = 2018-09-25T13:31:53+01:00
DEBUG [2018-09-25 13:31:53.80]: [Transporter]: DBG-X:   parameter StatisticsPreviousCallDurationInSecs = 0.35232866
DEBUG [2018-09-25 13:31:53.80]: [Transporter]: DBG-X:   parameter TransporterArguments = -m upload -u rruiz@MyApp.com -p **hidden value** -f /var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/d20180925-51113-182ixba/1180574083.itmsp -t Signiant -k 100000
DEBUG [2018-09-25 13:31:53.80]: [Transporter]: DBG-X:   parameter Version = 1.12.0
DEBUG [2018-09-25 13:31:53.81]: [Transporter]: DBG-X:   parameter iTMSTransporterMode = upload
DEBUG [2018-09-25 13:31:53.81]: [Transporter]: INFO: id = 20180925133153-012
DEBUG [2018-09-25 13:31:53.81]: [Transporter]: INFO: iTMSTransporter Correlation Key: 58159346-f2ba-41e3-843c-0a9e7f7ebceb
DEBUG [2018-09-25 13:31:54.41]: [Transporter]: DBG-X: Apple's web service operation return value:
DEBUG [2018-09-25 13:31:54.41]: [Transporter]: DBG-X:   parameter SharedSecret = **hidden value**
DEBUG [2018-09-25 13:31:54.41]: [Transporter]: DBG-X:   parameter MultipartUploadsEnabled = true
DEBUG [2018-09-25 13:31:54.41]: [Transporter]: DBG-X:   parameter EnableJWTForAllCalls = false
DEBUG [2018-09-25 13:31:54.41]: [Transporter]: DBG-X:   parameter TxHeaders = {jenga=false}
DEBUG [2018-09-25 13:31:54.41]: [Transporter]: DBG-X:   parameter SessionExpiration = 2018-09-29T12:31:54.280Z
DEBUG [2018-09-25 13:31:54.41]: [Transporter]: DBG-X:   parameter SessionId = CNGoDBIQ36nQwYJWQlm+pvCabLIFRQ==
DEBUG [2018-09-25 13:31:54.41]: [Transporter]: DBG-X:   parameter StreamingSettings = {LogStreamingEnabled=true, MultipartUploadsEnabled=true, AssetDescriptionStreamingEnabled=false}
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X: Deflated 485 bytes to 424
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X: Using operation named: validateMetadata
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X: Apple's web service operation input parameters:
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter Application = iTMSTransporter
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter BaseVersion = 1.11.0
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter Files = [metadata.xml, cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa]
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter Metadata = 
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter MetadataChecksum = 2802a5514d474b6f2f24e17a2a9e1b6a
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter MetadataCompressed = (suppressed)
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter MetadataInfo = {app_platform=ios, primary_bundle_identifier=, device_id=, bundle_identifier=, packageVersion=software5.4, apple_id=1180574083, asset_types=[bundle], bundle_version=, bundle_short_version_string=}
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter OSIdentifier = Mac OS X 10.13.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter PackageName = 1180574083.itmsp
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter PackageSize = 300487770
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter StatisticsClientStartDateTimeZoneISO = 2018-09-25T13:31:54+01:00
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter Throttle = 100000
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter TransporterArguments = -m upload -u rruiz@MyApp.com -p **hidden value** -f /var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/d20180925-51113-182ixba/1180574083.itmsp -t Signiant -k 100000
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter Version = 1.12.0
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: DBG-X:   parameter iTMSTransporterMode = upload
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: INFO: id = 20180925133154-201
DEBUG [2018-09-25 13:31:54.43]: [Transporter]: INFO: iTMSTransporter Correlation Key: 58159346-f2ba-41e3-843c-0a9e7f7ebceb
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X: Apple's web service operation return value:
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter EnableJWTForAllCalls = false
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter SessionExpiration = 2018-09-29T12:31:54.726Z
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter SoftwareMediaDescriptionFormat = binary
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter SoftwareMediaDescriptionThresholds = {in-app-purchase-content={extensions=[pkg], size=100000000}, ccats={extensions=[pdf], size=100000000}, product-archive={extensions=[pkg], size=100000000}, developer-id-package={extensions=[zip, pkg, dmg], size=100000000}, bundle={extensions=[zip, ipa], size=100000000}, large-icon={extensions=[jpg, png, jpeg], size=100000000}}
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter Success = true
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter StreamingSettings = {LogStreamingEnabled=true, MultipartUploadsEnabled=true, AssetDescriptionStreamingEnabled=false}
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter FilesToUpload = [metadata.xml, cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa]
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter AssetsToDescribe = [{Role=source, Filename=cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa, ShouldDescribeAsset=true, UTI=com.apple.ipa}]
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter CPUToken = 1bcaf311-5b45-4427-85d1-f4d13e98920e/1537878718247
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter Checksums = {cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa=72c551bf4a8f2e275232bb6a3b2d1379}
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter FileSizes = {cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa=300487285}
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: DBG-X:   parameter ProviderNameForToken = WWTMC7WMCD
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: INFO: The list of files requested for upload by Apple is: [metadata.xml, cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa].  These are the files that will be uploaded.
DEBUG [2018-09-25 13:31:58.57]: [Transporter]: INFO: Starting media analysis of assets
DEBUG [2018-09-25 13:31:58.96]: [Transporter]: DEBUG: Handling asset: filename=cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa,uti=com.apple.ipa,role=source,describe=true
DEBUG [2018-09-25 13:31:58.96]: [Transporter]: DEBUG: Using container type tool name and version: iOS App Describer:1.26
DEBUG [2018-09-25 13:31:58.96]: [Transporter]: DEBUG: Using path: /var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/d20180925-51113-182ixba/1180574083.itmsp/cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa
DEBUG [2018-09-25 13:32:18.50]: [Transporter]: DBG-X: description length:0
DEBUG [2018-09-25 13:32:18.50]: [Transporter]: DBG-X: Asset description: 
DEBUG [2018-09-25 13:32:18.50]: [Transporter]: DEBUG: Asset successfully described: com.apple.jingle.leghorn.software.AbstractSoftwareDescriber$1@65f00478
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: DBG-X: Deflated 629 bytes to 384
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: INFO: Asset media analysis has completed
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: DBG-X: Memory: [JVM] 891M free, 981M total, 981M max [System] (Physical) 3167M free, 16384M total (Swap) 358M free, 3072M total
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: DBG-X: Using operation named: lookupTransportDiagnostic
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: DBG-X: Apple's web service operation input parameters:
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: DBG-X:   parameter Application = iTMSTransporter
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: DBG-X:   parameter BaseVersion = 1.11.0
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: DBG-X:   parameter OSIdentifier = Mac OS X 10.13.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: DBG-X:   parameter StatisticsClientStartDateTimeZoneISO = 2018-09-25T13:32:18+01:00
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: DBG-X:   parameter TransporterArguments = -m upload -u rruiz@MyApp.com -p **hidden value** -f /var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/d20180925-51113-182ixba/1180574083.itmsp -t Signiant -k 100000
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: DBG-X:   parameter Version = 1.12.0
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: DBG-X:   parameter iTMSTransporterMode = upload
DEBUG [2018-09-25 13:32:18.57]: [Transporter]: INFO: id = 20180925133218-299
DEBUG [2018-09-25 13:32:18.58]: [Transporter]: INFO: iTMSTransporter Correlation Key: 58159346-f2ba-41e3-843c-0a9e7f7ebceb
DEBUG [2018-09-25 13:32:37.27]: [Transporter]: DBG-X: Apple's web service operation return value:
DEBUG [2018-09-25 13:32:37.27]: [Transporter]: DBG-X:   parameter AsperaLoggingLevel = OFF
DEBUG [2018-09-25 13:32:37.27]: [Transporter]: DBG-X:   parameter EnableJWTForAllCalls = false
DEBUG [2018-09-25 13:32:37.28]: [Transporter]: DBG-X:   parameter SigniantLoggingLevel = OFF
DEBUG [2018-09-25 13:32:37.28]: [Transporter]: DBG-X:   parameter SessionExpiration = 2018-09-29T12:32:18.871Z
DEBUG [2018-09-25 13:32:37.28]: [Transporter]: DBG-X:   parameter StreamingSettings = {LogStreamingEnabled=true, MultipartUploadsEnabled=true, AssetDescriptionStreamingEnabled=false}
DEBUG [2018-09-25 13:32:37.30]: [Transporter]: INFO: Signiant TransferEngine build 10.6.0.59156
DEBUG [2018-09-25 13:32:37.31]: [Transporter]: INFO: Using Signiant UDP transport
DEBUG [2018-09-25 13:32:37.31]: [Transporter]: DBG-X: Setting the target rate to 15000001 bytes per second.
DEBUG [2018-09-25 13:32:37.31]: [Transporter]: DBG-X: Setting the throttle to 12500000 bytes per second.
DEBUG [2018-09-25 13:32:37.31]: [Transporter]: INFO: Transfer engine: 10.6.0.59156
DEBUG [2018-09-25 13:32:37.31]: [Transporter]: INFO: The Signiant transfer engine's status is DISCONNECTED
DEBUG [2018-09-25 13:32:37.32]: [Transporter]: INFO: The Signiant transfer engine's status is CONNECTING
DEBUG [2018-09-25 13:32:37.32]: [Transporter]: INFO: Processing URL list: mxwan://sgr604.apple.com:44001/
DEBUG [2018-09-25 13:32:37.32]: [Transporter]: INFO: Trying UDP sgr604.apple.com/17.110.248.104:44001...
DEBUG [2018-09-25 13:32:38.51]: [Transporter]: INFO: Connected to UDP sgr604.apple.com/17.110.248.104:44001
DEBUG [2018-09-25 13:32:38.79]: [Transporter]: INFO: Authenticating
DEBUG [2018-09-25 13:32:39.94]: [Transporter]: INFO: The Signiant transfer engine's status is AWAITING_DATA_STREAMS
DEBUG [2018-09-25 13:32:39.94]: [Transporter]: INFO: Setting up data streams
DEBUG [2018-09-25 13:32:41.32]: [Transporter]: INFO: The Signiant transfer engine's status is CONNECTED
DEBUG [2018-09-25 13:32:41.32]: [Transporter]: INFO: Connected using WAN accelerator
DEBUG [2018-09-25 13:32:41.63]: [Transporter]: INFO:      File: 7674d2a4-b16b-42a6-a7aa-3f2948971ba3946407519007486774.txt 11/11, 100% completed
DEBUG [2018-09-25 13:32:41.65]: [Transporter]: DBG-X: The status for the file, 7674d2a4-b16b-42a6-a7aa-3f2948971ba3946407519007486774.txt, is TRANSFERRED.
DEBUG [2018-09-25 13:32:42.13]: [Transporter]: INFO: The Signiant transfer engine's status is DISCONNECTED
DEBUG [2018-09-25 13:32:42.28]: [Transporter]: INFO: The Signiant transfer engine's status is DISCONNECTED
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DEBUG: Using token file path /Users/Ricardo/.itmstransporter/UploadTokens/MacBook-Pro-2.local_WWTMC7WMCD_1180574083.itmsp.token
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DEBUG: Attempting exclusive file lock on token file
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DEBUG: Set token: 1bcaf311-5b45-4427-85d1-f4d13e98920e/1537878718247
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X: Memory: [JVM] 932M free, 981M total, 981M max [System] (Physical) 3352M free, 16384M total (Swap) 358M free, 3072M total
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X: Deflated 485 bytes to 424
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X: Using operation named: validateAssets
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X: Apple's web service operation input parameters:
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter Application = iTMSTransporter
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter BaseVersion = 1.11.0
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter CPUToken = 1bcaf311-5b45-4427-85d1-f4d13e98920e/1537878718247
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter Files = [metadata.xml, cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa]
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter MetadataChecksum = 2802a5514d474b6f2f24e17a2a9e1b6a
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter MetadataCompressed = (suppressed)
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter MetadataInfo = {app_platform=ios, primary_bundle_identifier=, device_id=, bundle_identifier=, packageVersion=software5.4, apple_id=1180574083, asset_types=[bundle], bundle_version=, bundle_short_version_string=}
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter OSIdentifier = Mac OS X 10.13.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter PackageName = 1180574083.itmsp
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter PackageSize = 300487770
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter RequestUUID = 8cb681b9-7358-42d7-9535-d870653ac386
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter StatisticsClientStartDateTimeZoneISO = 2018-09-25T13:32:42+01:00
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter StreamingInfoList = [file: 240d197a-1ef7-4c9b-8690-e70f409f79683329992715111080224.swinfo.plist.gz, content-length: 703802, content-type: application/binary, MD5: f4c5b47ad183b10d8de9699ee6162503]
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter Throttle = 100000
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter Transport = Signiant
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter TransporterArguments = -m upload -u rruiz@MyApp.com -p **hidden value** -f /var/folders/m4/0kdhnqg90wg8s8w3b6vby2lc0000gn/T/d20180925-51113-182ixba/1180574083.itmsp -t Signiant -k 100000
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter Version = 1.12.0
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: DBG-X:   parameter iTMSTransporterMode = upload
DEBUG [2018-09-25 13:32:42.44]: [Transporter]: INFO: id = 20180925133242-266
DEBUG [2018-09-25 13:32:42.45]: [Transporter]: INFO: iTMSTransporter Correlation Key: 58159346-f2ba-41e3-843c-0a9e7f7ebceb
DEBUG [2018-09-25 13:33:21.41]: [Transporter]: DBG-X: Apple's web service operation return value:
DEBUG [2018-09-25 13:33:21.41]: [Transporter]: DBG-X:   parameter SessionExpiration = 2018-09-29T12:32:43.598Z
DEBUG [2018-09-25 13:33:21.41]: [Transporter]: DBG-X:   parameter TransportUser = transporter
DEBUG [2018-09-25 13:33:21.41]: [Transporter]: DBG-X:   parameter ResumeFlag = false
DEBUG [2018-09-25 13:33:21.41]: [Transporter]: DBG-X:   parameter Success = true
DEBUG [2018-09-25 13:33:21.41]: [Transporter]: DBG-X:   parameter FilesToUpload = [metadata.xml, cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa]
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter AssetsToDescribe = [{Role=source, Filename=cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa, ShouldDescribeAsset=true, UTI=com.apple.ipa}]
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter CPUToken = cd20647c-7619-4ffb-a873-977e16916b78/1537878784619
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter SigniantLoggingLevel = INFO
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter FileSizes = {cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa=300487285}
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter TransportPort = 44001
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter EnableJWTForAllCalls = false
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter TransportHosts = [sgr602.apple.com]
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter SoftwareMediaDescriptionFormat = binary
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter SoftwareMediaDescriptionThresholds = {in-app-purchase-content={extensions=[pkg], size=100000000}, ccats={extensions=[pdf], size=100000000}, product-archive={extensions=[pkg], size=100000000}, developer-id-package={extensions=[zip, pkg, dmg], size=100000000}, bundle={extensions=[zip, ipa], size=100000000}, large-icon={extensions=[jpg, png, jpeg], size=100000000}}
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter StreamingSettings = {LogStreamingEnabled=true, MultipartUploadsEnabled=true, AssetDescriptionStreamingEnabled=false}
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter ProviderName = WWTMC7WMCD
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter Checksums = {cfb6b93e520e6de3d07d8d79ab7dc0399a3bf1b94548a6f2977d54c108b6d6df.ipa=72c551bf4a8f2e275232bb6a3b2d1379}
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter TransportPath = sgr6_pod1/transporter/content/transporter/WWTMC7WMCD
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter NewPackageName = 1180574083-20180925053305-932.itmsp
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X:   parameter ProviderNameForToken = WWTMC7WMCD
DEBUG [2018-09-25 13:33:21.42]: [Transporter]: DBG-X: JSON-START>>{"dev-id-results":{"upload_id":"8cb681b9-7358-42d7-9535-d870653ac386"}}<:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios alpha_command_line", :BUILD_NUMBER=>"208", :IPA_OUTPUT_PATH=>"/Users/Ricardo/Desktop/MyAppIOS_S/MyApp.ipa", :DSYM_OUTPUT_PATH=>"/Users/Ricardo/Desktop/MyAppIOS_S/MyApp.app.dSYM.zip", :XCODEBUILD_ARCHIVE=>"/Users/Ricardo/Library/Developer/Xcode/Archives/2018-09-25/MyApp 2018-09-25 13.29.18.xcarchive"}
ERROR [2018-09-25 13:40:25.64]: Could not set changelog: Server error got 500
INFO [2018-09-25 13:40:25.65]: Successfully generated documentation at path '/Users/Ricardo/Desktop/MyAppIOS_S/fastlane/README.md'
ERROR [2018-09-25 13:40:25.66]: fastlane finished with errors

fastlane-bot commented 6 years ago

It seems like this issue might be related to code signing :no_entry_sign:

Have you seen our new Code Signing Troubleshooting Guide? It will help you resolve the most common code signing issues :+1:

fastlane-bot commented 6 years ago

It seems like you have not included the output of fastlane env

To make it easier for us help you resolve this issue, please update the issue to include the output of fastlane env :+1:

bsefcik commented 6 years ago

Getting this as well

khorbushko commented 6 years ago

faced with this issue also

bsefcik commented 6 years ago

Was able to fix this by going to AppStoreConnect -> TestFlight and updating the compliance information for my app.

marekpridal commented 6 years ago

Also getting same error

[15:09:44]: Waiting for App Store Connect to finish processing the new build (1.0 - 138)
[15:10:17]: Successfully finished processing the build 1.0 - 138
[15:10:19]: Successfully set the beta_app_feedback_email and/or beta_app_description
[15:10:20]: Could not set changelog: Server error got 500
[15:10:20]: fastlane finished with errors
[!] Could not set changelog: Server error got 500
marekpridal commented 6 years ago

I fixed it with setting <key>ITSAppUsesNonExemptEncryption</key><false/> in my info p list. Probably problem with (not) providing export compliance. Fastlane doesn't provide better solution because of missing support of providing export compliance.

justinwaite commented 6 years ago

Solved with @marekpridal's suggestion.

acevif commented 5 years ago

@marekpridal's solution fixed our problem too.

Thanks.

Ricardo1980 commented 5 years ago

Solved with @marekpridal's suggestion, so I close this issue.