Skip to content

Instantly share code, notes, and snippets.

@peterlazar1993
Created October 16, 2017 10:37
Show Gist options
  • Save peterlazar1993/1dd4c70bfc4b37bce186d135f4b40b35 to your computer and use it in GitHub Desktop.
Save peterlazar1993/1dd4c70bfc4b37bce186d135f4b40b35 to your computer and use it in GitHub Desktop.
iOS build output
fastlane ios beta
[16:04:18]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
[16:04:20]: -------------------------------------------------
[16:04:20]: --- Step: Verifying required fastlane version ---
[16:04:20]: -------------------------------------------------
[16:04:20]: Your fastlane version 2.60.0 matches the minimum requirement of 2.59.0 ✅
[16:04:20]: ------------------------------
[16:04:20]: --- Step: default_platform ---
[16:04:20]: ------------------------------
[16:04:20]: Driving the lane 'ios beta' 🚀
[16:04:20]: -----------------------
[16:04:20]: --- Step: cocoapods ---
[16:04:20]: -----------------------
[16:04:21]: $ pod install
[16:04:22]: ▸ Analyzing dependencies
[16:04:22]: ▸ Fetching podspec for `RNSound` from `../node_modules/react-native-sound`
[16:04:22]: ▸ Fetching podspec for `React` from `../node_modules/react-native`
[16:04:22]: ▸ Fetching podspec for `Yoga` from `../node_modules/react-native/ReactCommon/yoga`
[16:04:39]: ▸ Downloading dependencies
[16:04:39]: ▸ Using Amplitude-iOS (3.14.1)
[16:04:39]: ▸ Using Analytics (3.6.7)
[16:04:39]: ▸ Using AppAuth (0.90.0)
[16:04:39]: ▸ Using Bolts (1.8.4)
[16:04:39]: ▸ Using Branch (0.14.12)
[16:04:39]: ▸ Using CocoaLumberjack (3.2.1)
[16:04:39]: ▸ Using Crashlytics (3.9.0)
[16:04:39]: ▸ Using ExpoKit (1.20.5)
[16:04:39]: ▸ Using FBAudienceNetwork (4.26.0)
[16:04:39]: ▸ Using FBSDKCoreKit (4.27.1)
[16:04:39]: ▸ Using FBSDKLoginKit (4.27.1)
[16:04:39]: ▸ Using FBSDKShareKit (4.27.1)
[16:04:39]: ▸ Using Fabric (1.7.0)
[16:04:39]: ▸ Using GPUImage (0.1.7)
[16:04:39]: ▸ Using Google-Mobile-Ads-SDK (7.22.0)
[16:04:39]: ▸ Using GoogleAppUtilities (1.1.2)
[16:04:39]: ▸ Using GoogleAuthUtilities (2.0.2)
[16:04:39]: ▸ Using GoogleMaps (2.2.0)
[16:04:39]: ▸ Using GoogleNetworkingUtilities (1.2.2)
[16:04:39]: ▸ Using GoogleSignIn (3.0.0)
[16:04:39]: ▸ Using GoogleSymbolUtilities (1.1.2)
[16:04:39]: ▸ Using GoogleUtilities (1.3.2)
[16:04:39]: ▸ Using KVOController (1.2.0)
[16:04:39]: ▸ Using RNSound (0.10.4)
[16:04:39]: ▸ Using React (0.48.3)
[16:04:39]: ▸ Using Yoga (0.48.3.React)
[16:04:39]: ▸ Using lottie-ios (2.1.3)
[16:04:39]: ▸ Generating Pods project
[16:04:39]: ▸ Integrating client project
[16:04:40]: ▸ Sending stats
[16:04:40]: ▸ Pod installation complete! There are 18 dependencies from the Podfile and 27 total pods installed.
[16:04:40]: -----------------
[16:04:40]: --- Step: gym ---
[16:04:40]: -----------------
[16:04:40]: $ xcodebuild -list -workspace ./black-lotus.xcworkspace
[16:04:41]: $ xcodebuild -showBuildSettings -workspace ./black-lotus.xcworkspace -scheme black-lotus
+------------------+--------------------------------------+
| Summary for gym 2.60.0 |
+------------------+--------------------------------------+
| scheme | black-lotus |
| include_bitcode | false |
| include_symbols | false |
| workspace | ./black-lotus.xcworkspace |
| destination | generic/platform=iOS |
| output_name | black-lotus |
| build_path | /Users/pete/Library/Developer/Xcode |
| | /Archives/2017-10-16 |
| clean | false |
| output_directory | . |
| silent | false |
| skip_package_ipa | false |
| buildlog_path | ~/Library/Logs/gym |
| xcode_path | /Applications/Xcode.app |
+------------------+--------------------------------------+
[16:04:43]: $ set -o pipefail && xcodebuild -workspace ./black-lotus.xcworkspace -scheme black-lotus -destination 'generic/platform=iOS' -archivePath /Users/pete/Library/Developer/Xcode/Archives/2017-10-16/black-lotus\ 2017-10-16\ 16.04.43.xcarchive archive | tee /Users/pete/Library/Logs/gym/black-lotus-black-lotus.log | xcpretty
[16:04:44]: ▸ Building RNSound/RNSound [Release]
[16:04:44]: ▸ Check Dependencies
[16:04:45]: ▸ Compiling RNSound.m
[16:04:45]: ▸ Building Pods/AppAuth [Release]
[16:04:45]: ▸ Check Dependencies
[16:04:45]: ▸ Compiling AppAuth-dummy.m
[16:04:45]: ▸ Compiling OIDAuthorizationRequest.m
[16:04:45]: ▸ Compiling OIDAuthorizationResponse.m
[16:04:45]: ▸ Compiling OIDAuthorizationService+IOS.m
[16:04:45]: ▸ Compiling OIDAuthorizationService.m
[16:04:45]: ▸ Compiling OIDAuthorizationUICoordinatorIOS.m
[16:04:45]: ▸ ❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:48:10: 'SFSafariViewController' is partial: introduced in iOS 9.0 [-Werror,-Wunguarded-availability]
[16:04:45]: ▸ __weak SFSafariViewController *_safariVC;
[16:04:45]: ▸ ^
[16:04:45]: ▸ ❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:157:40: 'SFSafariViewController' is partial: introduced in iOS 9.0 [-Werror,-Wunguarded-availability]
[16:04:45]: ▸ - (void)safariViewControllerDidFinish:(SFSafariViewController *)controller {
[16:04:45]: ▸ ^
[16:04:45]: ▸ ❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:112:10: 'SFSafariViewController' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability]
[16:04:45]: ▸ if ([SFSafariViewController class]) {
[16:04:45]: ▸ ^
[16:04:45]: ▸ ❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:113:7: 'SFSafariViewController' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability]
[16:04:45]: ▸ SFSafariViewController *safariVC =
[16:04:45]: ▸ ^~~~~~~~~~~~~~~~~~~~~~
[16:04:45]: ▸ ❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:138:3: 'SFSafariViewController' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability]
[16:04:45]: ▸ SFSafariViewController *safariVC = _safariVC;
[16:04:45]: ▸ ^~~~~~~~~~~~~~~~~~~~~~
[16:04:45]: ▸ ❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:178:4: 'SFSafariViewController' is partial: introduced in iOS 9.0 [-Werror,-Wunguarded-availability]
[16:04:45]: ▸ - (SFSafariViewController *)safariViewControllerWithURL:(NSURL *)URL {
[16:04:45]: ▸ ^~~~~~~~~~~~~~~~~~~~~~
[16:04:45]: ▸ ❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:179:3: 'SFSafariViewController' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability]
[16:04:45]: ▸ SFSafariViewController *safariViewController =
[16:04:45]: ▸ ^
[16:04:45]: ▸ ❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:180:39: 'initWithURL:entersReaderIfAvailable:' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability]
[16:04:45]: ▸ [[SFSafariViewController alloc] initWithURL:URL entersReaderIfAvailable:NO];
[16:04:45]: ▸ ^~~~~~~~~~~~~~~~~~~~~~
[16:04:45]: ▸ ❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:180:9: 'SFSafariViewController' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability]
[16:04:45]: ▸ [[SFSafariViewController alloc] initWithURL:URL entersReaderIfAvailable:NO];
[16:04:45]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[16:04:45]: ▸ Compiling OIDAuthState+IOS.m
[16:04:45]: ▸ Compiling OIDAuthState.m
[16:04:45]: ▸ Compiling OIDClientMetadataParameters.m
[16:04:45]: ▸ Building Pods/Amplitude-iOS [Release]
[16:04:45]: ▸ Check Dependencies
[16:04:45]: ▸ Compiling AMPConstants.m
[16:04:45]: ▸ Building Pods/Analytics [Release]
[16:04:45]: ▸ Check Dependencies
[16:04:45]: ▸ Compiling Analytics-dummy.m
[16:04:45]: ▸ Compiling NSData+SEGGZIP.m
[16:04:45]: ▸ Building Pods/Bolts [Release]
[16:04:45]: ▸ Check Dependencies
[16:04:45]: ▸ Compiling BFAppLink.m
[16:04:45]: ▸ Building Pods/CocoaLumberjack [Release]
[16:04:45]: ▸ Check Dependencies
[16:04:45]: ▸ Compiling CocoaLumberjack-dummy.m
[16:04:45]: ▸ Compiling DDAbstractDatabaseLogger.m
[16:04:45]: ▸ Compiling DDASLLogCapture.m
[16:04:45]: ▸ Building Pods/Branch [Release]
[16:04:45]: ▸ Check Dependencies
[16:04:45]: ▸ Building Pods/GPUImage [Release]
[16:04:45]: ▸ Check Dependencies
[16:04:45]: ▸ ** ARCHIVE FAILED **
[16:04:45]: ▸ The following build commands failed:
[16:04:45]: ▸ CompileC /Users/pete/Library/Developer/Xcode/DerivedData/black-lotus-ablfcoiaripluofiwptafyyrdgrg/Build/Intermediates.noindex/ArchiveIntermediates/black-lotus/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/AppAuth.build/Objects-normal/armv7/OIDAuthorizationUICoordinatorIOS.o AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
[16:04:45]: ▸ (1 failure)
▸ Building RNSound/RNSound [Release]
▸ Check Dependencies
▸ Compiling RNSound.m
▸ Building Pods/AppAuth [Release]
▸ Check Dependencies
▸ Compiling AppAuth-dummy.m
▸ Compiling OIDAuthorizationRequest.m
▸ Compiling OIDAuthorizationResponse.m
▸ Compiling OIDAuthorizationService+IOS.m
▸ Compiling OIDAuthorizationService.m
▸ Compiling OIDAuthorizationUICoordinatorIOS.m
❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:48:10: 'SFSafariViewController' is partial: introduced in iOS 9.0 [-Werror,-Wunguarded-availability]
__weak SFSafariViewController *_safariVC;
^
❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:157:40: 'SFSafariViewController' is partial: introduced in iOS 9.0 [-Werror,-Wunguarded-availability]
- (void)safariViewControllerDidFinish:(SFSafariViewController *)controller {
^
❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:112:10: 'SFSafariViewController' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability]
if ([SFSafariViewController class]) {
^
❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:113:7: 'SFSafariViewController' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability]
SFSafariViewController *safariVC =
^~~~~~~~~~~~~~~~~~~~~~
❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:138:3: 'SFSafariViewController' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability]
SFSafariViewController *safariVC = _safariVC;
^~~~~~~~~~~~~~~~~~~~~~
❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:178:4: 'SFSafariViewController' is partial: introduced in iOS 9.0 [-Werror,-Wunguarded-availability]
- (SFSafariViewController *)safariViewControllerWithURL:(NSURL *)URL {
^~~~~~~~~~~~~~~~~~~~~~
❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:179:3: 'SFSafariViewController' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability]
SFSafariViewController *safariViewController =
^
❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:180:39: 'initWithURL:entersReaderIfAvailable:' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability]
[[SFSafariViewController alloc] initWithURL:URL entersReaderIfAvailable:NO];
^~~~~~~~~~~~~~~~~~~~~~
❌ /Users/pete/Projects/tester/ios/Pods/AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m:180:9: 'SFSafariViewController' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability]
[[SFSafariViewController alloc] initWithURL:URL entersReaderIfAvailable:NO];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling OIDAuthState+IOS.m
▸ Compiling OIDAuthState.m
▸ Compiling OIDClientMetadataParameters.m
▸ Building Pods/Amplitude-iOS [Release]
▸ Check Dependencies
▸ Compiling AMPConstants.m
▸ Building Pods/Analytics [Release]
▸ Check Dependencies
▸ Compiling Analytics-dummy.m
▸ Compiling NSData+SEGGZIP.m
▸ Building Pods/Bolts [Release]
▸ Check Dependencies
▸ Compiling BFAppLink.m
▸ Building Pods/CocoaLumberjack [Release]
▸ Check Dependencies
▸ Compiling CocoaLumberjack-dummy.m
▸ Compiling DDAbstractDatabaseLogger.m
▸ Compiling DDASLLogCapture.m
▸ Building Pods/Branch [Release]
▸ Check Dependencies
▸ Building Pods/GPUImage [Release]
▸ Check Dependencies
** ARCHIVE FAILED **
The following build commands failed:
CompileC /Users/pete/Library/Developer/Xcode/DerivedData/black-lotus-ablfcoiaripluofiwptafyyrdgrg/Build/Intermediates.noindex/ArchiveIntermediates/black-lotus/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/AppAuth.build/Objects-normal/armv7/OIDAuthorizationUICoordinatorIOS.o AppAuth/Source/iOS/OIDAuthorizationUICoordinatorIOS.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
[16:04:45]: Exit status: 65
+-------------+-------------------------+
| Build environment |
+-------------+-------------------------+
| xcode_path | /Applications/Xcode.app |
| gym_version | 2.60.0 |
| sdk | iPhoneOS11.0.sdk |
+-------------+-------------------------+
[16:04:45]: ▸ write-file /Users/pete/Library/Developer/Xcode/DerivedData/black-lotus-ablfcoiaripluofiwptafyyrdgrg/Build/Intermediates.noindex/ArchiveIntermediates/black-lotus/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/GPUImage.build/Objects-normal/arm64/GPUImage.LinkFileList
[16:04:45]: ▸ /bin/mkdir -p /Users/pete/Library/Developer/Xcode/DerivedData/black-lotus-ablfcoiaripluofiwptafyyrdgrg/Build/Intermediates.noindex/ArchiveIntermediates/black-lotus/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/GPUImage.build/Objects-normal/armv7
[16:04:45]: ▸ write-file /Users/pete/Library/Developer/Xcode/DerivedData/black-lotus-ablfcoiaripluofiwptafyyrdgrg/Build/Intermediates.noindex/ArchiveIntermediates/black-lotus/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/GPUImage.build/Objects-normal/armv7/GPUImage.LinkFileList
[16:04:45]: ▸ write-file /Users/pete/Library/Developer/Xcode/DerivedData/black-lotus-ablfcoiaripluofiwptafyyrdgrg/Build/Intermediates.noindex/ArchiveIntermediates/black-lotus/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/GPUImage.build/GPUImage.hmap
[16:04:45]: ▸ write-file /Users/pete/Library/Developer/Xcode/DerivedData/black-lotus-ablfcoiaripluofiwptafyyrdgrg/Build/Intermediates.noindex/ArchiveIntermediates/black-lotus/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/GPUImage.build/GPUImage-all-target-headers.hmap
[16:04:45]:
[16:04:45]: ⬆️ Check out the few lines of raw `xcodebuild` output above for potential hints on how to solve this error
[16:04:45]: 📋 For the complete and more detailed error log, check the full log at:
[16:04:45]: 📋 /Users/pete/Library/Logs/gym/black-lotus-black-lotus.log
[16:04:45]:
[16:04:45]: Looks like fastlane ran into a build/archive error with your project
[16:04:45]: It's hard to tell what's causing the error, so we wrote some guides on how
[16:04:45]: to troubleshoot build and signing issues: https://docs.fastlane.tools/codesigning/getting-started/
[16:04:45]: Before submitting an issue on GitHub, please follow the guide above and make
[16:04:45]: sure your project is set up correctly.
[16:04:45]: fastlane uses `xcodebuild` commands to generate your binary, you can see the
[16:04:45]: the full commands printed out in yellow in the above log.
[16:04:45]: Make sure to inspect the output above, as usually you'll find more error information there
[16:04:45]:
+------------------+----------+
| Lane Context |
+------------------+----------+
| DEFAULT_PLATFORM | ios |
| PLATFORM_NAME | ios |
| LANE_NAME | ios beta |
+------------------+----------+
[16:04:45]: Error building the application - see the log above
+------+---------------------+-------------+
| fastlane summary |
+------+---------------------+-------------+
| Step | Action | Time (in s) |
+------+---------------------+-------------+
| 1 | Verifying required | 0 |
| | fastlane version | |
| 2 | default_platform | 0 |
| 3 | cocoapods | 19 |
| 💥 | gym | 5 |
+------+---------------------+-------------+
[16:04:45]: fastlane finished with errors
[!] Error building the application - see the log above
#######################################################################
# fastlane 2.61.0 is available. You are on 2.60.0.
# You should use the latest version.
# Please update using `fastlane update_fastlane`.
#######################################################################
2.61.0 Lots of improvements
* [backup_xcarchive] Add custom xcarchive zip filename option (#10540) via thii
* Skip running precheck on `fastlane init` (#10517) via Felix Krause
* [match] Only encrypt and commit files if they changed (#10516) via Felix Krause
* Show verbose information for `fastlane snapshot reset_simulators` (#10518) via Felix Krause
* Tell user about env variable for `fastlane snapshot reset_simulators` (#10519) via Felix Krause
* Allow groups and distribute external to be mutually exclusive (#10220) via David Ohayon
* Add `try_repo_update_on_error` option to `cocoapods` action (#10504) via Siarhei Fiedartsou
* Update fastlane plugins only on update_plugins command (#10441) via Kohki Miki
* Sets the installed profile name from sigh in an environment variable and lane context (#10515) via Josh Holtz
* Add warning about sensitive or private information (#10505) via Iulian Onofrei
* [spaceship] Add pagination support to Client#request (#10451) via Renzo
* Move all docs over to https://docs.fastlane.tools via Felix Krause
2.60.1 Fix match issue
- Revert a regression with match
Please update using `fastlane update_fastlane`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment