Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oceas/6a09e7d76d7801b116d01d150ae01e46 to your computer and use it in GitHub Desktop.
Save Oceas/6a09e7d76d7801b116d01d150ae01e46 to your computer and use it in GitHub Desktop.
Creating Gymfile
Gymfile created
Successfully loaded '/Users/expo/workingdir/build/ios/Gymfile' 📄
+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| Detected Values from './Gymfile' |
+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| suppress_xcode_output | true |
| clean | false |
| scheme | appname |
| configuration | Release |
| export_options | |
| export_xcargs | OTHER_CODE_SIGN_FLAGS="--keychain /var/folders/rp/_x4mwf8x2f52ml0n3qt65jw80000gn/T/turtle-v2-70b22c1d-23c1-4f96-823e-4920d003549d.keychain" |
| disable_xcpretty | true |
| buildlog_path | /Users/expo/workingdir/logs |
| output_directory | ./build |
+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
Resolving Swift Package Manager dependencies...
$ xcodebuild -resolvePackageDependencies -workspace ./appname.xcworkspace -scheme appname -configuration Release
▸ Command line invocation:
▸ /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -resolvePackageDependencies -workspace ./appname.xcworkspace -scheme appname -configuration Release
▸ User defaults from command line:
▸ IDEPackageSupportUseBuiltinSCM = YES
▸ --- xcodebuild: WARNING: Using the first of multiple matching destinations:
▸ { platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-66D45333AEB93EDA }
▸ { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
▸ { platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
▸ { platform:iOS Simulator, id:3A1FD6BA-A84C-4728-A0AA-E7D9DF147BA7, OS:16.2, name:iPhone 14 }
▸ { platform:iOS Simulator, id:5D252FD0-2816-4FAE-B85D-C29DC8D2C73C, OS:16.2, name:iPhone 14 Plus }
▸ { platform:iOS Simulator, id:AA475350-BBB4-4568-A722-4528CF187FA8, OS:16.2, name:iPhone 14 Pro }
▸ { platform:iOS Simulator, id:01B24393-FC59-4FEC-87FD-338E47BABDAE, OS:16.2, name:iPhone 14 Pro Max }
▸ { platform:iOS Simulator, id:88B2387A-FF6D-4979-9155-B06611A97148, OS:16.2, name:iPhone SE (3rd generation) }
▸ { platform:iOS Simulator, id:94EE5B62-6A73-4410-8C64-A56FBFD9C55D, OS:16.2, name:iPad (10th generation) }
▸ { platform:iOS Simulator, id:537FF0C8-8B14-4E2E-9828-0ED246BE9E38, OS:16.2, name:iPad Air (5th generation) }
▸ { platform:iOS Simulator, id:777A520C-1C1B-484A-99C6-35943FA97067, OS:16.2, name:iPad Pro (11-inch) (4th generation) }
▸ { platform:iOS Simulator, id:A5447295-3264-4816-9C78-50E5F35C1122, OS:16.2, name:iPad Pro (12.9-inch) (6th generation) }
▸ { platform:iOS Simulator, id:067F74D9-EEC3-4066-B8A8-B3EAD0EE5649, OS:16.2, name:iPad mini (6th generation) }
▸ resolved source packages:
$ xcodebuild -showBuildSettings -workspace ./appname.xcworkspace -scheme appname -configuration Release
[stderr]
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
[stderr]
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-66D45333AEB93EDA }
[stderr]
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
[stderr]
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
[stderr]
{ platform:iOS Simulator, id:3A1FD6BA-A84C-4728-A0AA-E7D9DF147BA7, OS:16.2, name:iPhone 14 }
[stderr]
{ platform:iOS Simulator, id:5D252FD0-2816-4FAE-B85D-C29DC8D2C73C, OS:16.2, name:iPhone 14 Plus }
[stderr]
{ platform:iOS Simulator, id:AA475350-BBB4-4568-A722-4528CF187FA8, OS:16.2, name:iPhone 14 Pro }
[stderr]
{ platform:iOS Simulator, id:01B24393-FC59-4FEC-87FD-338E47BABDAE, OS:16.2, name:iPhone 14 Pro Max }
[stderr]
{ platform:iOS Simulator, id:88B2387A-FF6D-4979-9155-B06611A97148, OS:16.2, name:iPhone SE (3rd generation) }
[stderr]
{ platform:iOS Simulator, id:94EE5B62-6A73-4410-8C64-A56FBFD9C55D, OS:16.2, name:iPad (10th generation) }
[stderr]
{ platform:iOS Simulator, id:537FF0C8-8B14-4E2E-9828-0ED246BE9E38, OS:16.2, name:iPad Air (5th generation) }
[stderr]
{ platform:iOS Simulator, id:777A520C-1C1B-484A-99C6-35943FA97067, OS:16.2, name:iPad Pro (11-inch) (4th generation) }
[stderr]
{ platform:iOS Simulator, id:A5447295-3264-4816-9C78-50E5F35C1122, OS:16.2, name:iPad Pro (12.9-inch) (6th generation) }
[stderr]
{ platform:iOS Simulator, id:067F74D9-EEC3-4066-B8A8-B3EAD0EE5649, OS:16.2, name:iPad mini (6th generation) }
Command timed out after 3 seconds on try 1 of 4, trying again with a 6 second timeout...
[stderr]
2023-05-17 07:50:31.679 xcodebuild[4357:11892] Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition
[stderr]
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
[stderr]
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-66D45333AEB93EDA }
[stderr]
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
[stderr]
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
[stderr]
{ platform:iOS Simulator, id:3A1FD6BA-A84C-4728-A0AA-E7D9DF147BA7, OS:16.2, name:iPhone 14 }
[stderr]
{ platform:iOS Simulator, id:5D252FD0-2816-4FAE-B85D-C29DC8D2C73C, OS:16.2, name:iPhone 14 Plus }
[stderr]
{ platform:iOS Simulator, id:AA475350-BBB4-4568-A722-4528CF187FA8, OS:16.2, name:iPhone 14 Pro }
[stderr]
{ platform:iOS Simulator, id:01B24393-FC59-4FEC-87FD-338E47BABDAE, OS:16.2, name:iPhone 14 Pro Max }
[stderr]
{ platform:iOS Simulator, id:88B2387A-FF6D-4979-9155-B06611A97148, OS:16.2, name:iPhone SE (3rd generation) }
[stderr]
{ platform:iOS Simulator, id:94EE5B62-6A73-4410-8C64-A56FBFD9C55D, OS:16.2, name:iPad (10th generation) }
[stderr]
{ platform:iOS Simulator, id:537FF0C8-8B14-4E2E-9828-0ED246BE9E38, OS:16.2, name:iPad Air (5th generation) }
[stderr]
{ platform:iOS Simulator, id:777A520C-1C1B-484A-99C6-35943FA97067, OS:16.2, name:iPad Pro (11-inch) (4th generation) }
[stderr]
{ platform:iOS Simulator, id:A5447295-3264-4816-9C78-50E5F35C1122, OS:16.2, name:iPad Pro (12.9-inch) (6th generation) }
[stderr]
{ platform:iOS Simulator, id:067F74D9-EEC3-4066-B8A8-B3EAD0EE5649, OS:16.2, name:iPad mini (6th generation) }
[stderr]
2023-05-17 07:50:32.378 xcodebuild[4374:12003] Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition
Detected provisioning profile mapping: {:"com.appname.appname"=>"4c54abe1-785a-4902-91b2-fd7a1e55458c"}
+-----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| Summary for gym 2.211.0 |
+-----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| workspace | ./appname.xcworkspace |
| scheme | appname |
| clean | false |
| output_directory | ./build |
| output_name | appname |
| configuration | Release |
| silent | false |
| skip_package_ipa | false |
| skip_package_pkg | false |
| export_options.method | app-store |
| export_options.provisioningProfiles.com.appname.appname | 4c54abe1-785a-4902-91b2-fd7a1e55458c |
| export_xcargs | OTHER_CODE_SIGN_FLAGS="--keychain /var/folders/rp/_x4mwf8x2f52ml0n3qt65jw80000gn/T/turtle-v2-70b22c1d-23c1-4f96-823e-4920d003549d.keychain" |
| build_path | /Users/expo/Library/Developer/Xcode/Archives/2023-05-17 |
| result_bundle | false |
| buildlog_path | /Users/expo/workingdir/logs |
| destination | generic/platform=iOS |
| suppress_xcode_output | true |
| xcodebuild_formatter | xcpretty |
| disable_xcpretty | true |
| skip_profile_detection | false |
| xcodebuild_command | xcodebuild |
| skip_package_dependencies_resolution | false |
| disable_package_automatic_updates | false |
| use_system_scm | false |
| xcode_path | /Applications/Xcode.app |
+-----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
$ set -o pipefail && xcodebuild -workspace ./appname.xcworkspace -scheme appname -configuration Release -destination 'generic/platform=iOS' -archivePath /Users/expo/Library/Developer/Xcode/Archives/2023-05-17/appname\ 2023-05-17\ 07.50.32.xcarchive archive | tee /Users/expo/workingdir/logs/appname-appname.log > /dev/null
› Compiling @react-native-firebase/analytics Pods/nanopb » pb_encode.c
› Compiling @react-native-firebase/analytics Pods/nanopb » pb_decode.c
› Compiling @react-native-firebase/analytics Pods/nanopb » pb_common.c
› Compiling @react-native-firebase/analytics Pods/nanopb » nanopb-dummy.m
› Compiling react-native Pods/glog » vlog_is_on.cc
› Compiling react-native Pods/glog » utilities.cc
› Compiling react-native Pods/glog » symbolize.cc
› Compiling react-native Pods/glog » signalhandler.cc
› Compiling react-native Pods/glog » raw_logging.cc
› Compiling react-native Pods/glog » logging.cc
› Compiling react-native Pods/glog » glog-dummy.m
› Packaging @react-native-firebase/analytics Pods/nanopb » libnanopb.a
› Compiling react-native Pods/glog » demangle.cc
› Compiling react-native Pods/fmt » format.cc
› Packaging react-native Pods/glog » libglog.a
› Compiling react-native Pods/fmt » fmt-dummy.m
› Packaging react-native Pods/fmt » libfmt.a
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevMenu.bundle/MaterialCommunityIcons.ttf ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-menu/assets/MaterialCommunityIcons.ttf
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevMenu.bundle/Ionicons.ttf ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-menu/assets/Ionicons.ttf
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevMenu.bundle/Inter-Thin.otf ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-menu/assets/Inter-Thin.otf
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevMenu.bundle/Inter-SemiBold.otf ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-menu/assets/Inter-SemiBold.otf
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevMenu.bundle/Inter-Regular.otf ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-menu/assets/Inter-Regular.otf
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevMenu.bundle/Inter-Medium.otf ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-menu/assets/Inter-Medium.otf
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevMenu.bundle/Inter-Light.otf ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-menu/assets/Inter-Light.otf
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevMenu.bundle/Inter-ExtraLight.otf ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-menu/assets/Inter-ExtraLight.otf
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevMenu.bundle/Inter-ExtraBold.otf ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-menu/assets/Inter-ExtraBold.otf
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevMenu.bundle/Inter-Bold.otf ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-menu/assets/Inter-Bold.otf
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevMenu.bundle/Inter-Black.otf ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-menu/assets/Inter-Black.otf
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevMenu.bundle/EXDevMenuApp.ios.js ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-menu/assets/EXDevMenuApp.ios.js
› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.bundle/main.jsbundle ➜ ../../../Users/expo/workingdir/build/node_modules/expo-dev-launcher/ios/main.jsbundle
› Compiling expo-dev-launcher Pods/expo-dev-launcher-EXDevLauncher » EXDevLauncherErrorView.storyboard
› Compiling expo-dev-menu-interface Pods/expo-dev-menu-interface » expo-dev-menu-interface-dummy.m
› Preparing Pods/expo-dev-launcher-EXDevLauncher » ResourceBundle-EXDevLauncher-expo-dev-launcher-Info.plist
› Creating Pods/expo-dev-menu-EXDevMenu » EXDevMenu.bundle
› Packaging expo-dev-menu-interface Pods/expo-dev-menu-interface » libexpo-dev-menu-interface.a
› Compiling react-native Pods/Yoga » log.cpp
› Executing expo-dev-menu-interface Pods/expo-dev-menu-interface » Copy generated compatibility header
› Creating Pods/expo-dev-launcher-EXDevLauncher » EXDevLauncher.bundle
› Compiling react-native Pods/Yoga » experiments.cpp
› Compiling react-native Pods/Yoga » event.cpp
› Compiling react-native Pods/Yoga » Yoga.cpp
› Compiling react-native Pods/Yoga » Yoga-dummy.m
› Compiling react-native Pods/Yoga » YGValue.cpp
› Compiling react-native Pods/Yoga » YGStyle.cpp
› Compiling react-native Pods/Yoga » YGNodePrint.cpp
› Compiling react-native Pods/Yoga » YGNode.cpp
› Compiling react-native Pods/Yoga » YGLayout.cpp
› Compiling react-native Pods/Yoga » YGEnums.cpp
› Compiling react-native Pods/Yoga » YGConfig.cpp
› Compiling react-native Pods/Yoga » Utils.cpp
› Compiling react-native Pods/React-perflogger » React-perflogger-dummy.m
› Compiling react-native Pods/React-perflogger » BridgeNativeModulePerfLogger.cpp
› Packaging react-native Pods/Yoga » libYoga.a
› Compiling react-native Pods/React-logger » react_native_log.cpp
❌ (ios/Pods/Headers/Public/glog/glog/logging.h:512:1)
510 |
511 | // They need the definitions of integer types.
> 512 | #include "glog/log_severity.h"
| ^ import of module 'glog.glog.log_severity' appears within namespace 'google'
513 | #include "glog/vlog_is_on.h"
514 |
515 | // Initialize google's logging library. You will see the program name
› Compiling react-native Pods/React-logger » React-logger-dummy.m
› Packaging react-native Pods/React-perflogger » libReact-perflogger.a
› Compiling react-native Pods/React-jsinspector » React-jsinspector-dummy.m
› Compiling react-native Pods/React-jsinspector » InspectorInterfaces.cpp
Run script build phase '[CP-User] Generate app.manifest for expo-updates' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'EXUpdates' from project 'Pods')
Run script build phase '[CP-User] Generate app.config for prebuilt Constants.manifest' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'EXConstants' from project 'Pods')
Run script build phase 'Start Packager' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'appname' from project 'appname')
Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'appname' from project 'appname')
Run script build phase '[CP-User] [RNFB] Core Configuration' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'appname' from project 'appname')
▸ ** ARCHIVE FAILED **
▸ The following build commands failed:
▸ CompileC /Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/React-logger.build/Objects-normal/arm64/react_native_log.o /Users/expo/workingdir/build/node_modules/react-native/ReactCommon/logger/react_native_log.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'React-logger' from project 'Pods')
▸ (1 failure)
** ARCHIVE FAILED **
The following build commands failed:
CompileC /Users/expo/Library/Developer/Xcode/DerivedData/appname-bilaypsfaciysgadimndvzuskhxw/Build/Intermediates.noindex/ArchiveIntermediates/appname/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/React-logger.build/Objects-normal/arm64/react_native_log.o /Users/expo/workingdir/build/node_modules/react-native/ReactCommon/logger/react_native_log.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'React-logger' from project 'Pods')
(1 failure)
Exit status: 65
+-------------+-------------------------+
| Build environment |
+-------------+-------------------------+
| xcode_path | /Applications/Xcode.app |
| gym_version | 2.211.0 |
| sdk | iPhoneOS16.2.sdk |
+-------------+-------------------------+
Looks like fastlane ran into a build/archive error with your project
It's hard to tell what's causing the error, so we wrote some guides on how
to troubleshoot build and signing issues: https://docs.fastlane.tools/codesigning/getting-started/
Before submitting an issue on GitHub, please follow the guide above and make
sure your project is set up correctly.
fastlane uses `xcodebuild` commands to generate your binary, you can see the
the full commands printed out in yellow in the above log.
Make sure to inspect the output above, as usually you'll find more error information there
[stderr]
[!] Error building the application - see the log above
Error: The "Run fastlane" step failed with an unknown error. Refer to "Xcode Logs" below for additional, more detailed logs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment