expo / eas-cli

Fastest way to build, submit, and update iOS and Android apps
https://docs.expo.dev/eas/
MIT License
830 stars 85 forks source link

EAS: IOS build - font daemon connection is not available #1932

Open kozarip opened 1 year ago

kozarip commented 1 year ago

Build/Submit details page URL

https://expo.dev/accounts/kozarip/projects/roland_hajstudio/builds/717de4cd-f9e4-4b6c-ad3a-d08301e6738b

Summary

Hi Everyone

I have an error during the IOS build and don't know what the problem is. I have an Apple dev account and I added fonts to the provisioning profile. I also use Amazon Amplify.

I'm getting these error messages:

[stderr] 
2023-07-13 07:37:35.789 xcodebuild[4183:11513] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

[stderr] 
2023-07-13 07:37:35.789 xcodebuild[4183:11513] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

[stderr] 
2023-07-13 07:37:35.828 xcodebuild[4183:11513] XType: failed to connect - Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process.}

[stderr] 
2023-07-13 07:37:35.828 xcodebuild[4183:11513] Font server protocol version mismatch (expected:5 got:0), falling back to local fonts

[stderr] 
2023-07-13 07:37:35.828 xcodebuild[4183:11513] XType: unable to make a connection to the font daemon!

[stderr] 
2023-07-13 07:37:35.828 xcodebuild[4183:11513] XType: XTFontStaticRegistry is enabled as fontd is not available.

[stderr] 
--- xcodebuild: WARNING: Using the first of multiple matching destinations:

[stderr] 
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-5AF214E115F824CF }

[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:4E8693A3-C513-4C5C-97AE-C5C8422C6889, OS:15.5, name:iPad (9th generation) }

[stderr] 
{ platform:iOS Simulator, id:55CFA807-930F-4330-B4D7-A19DD9754A0F, OS:15.5, name:iPad Air (5th generation) }

[stderr] 
{ platform:iOS Simulator, id:6D202563-A27A-4769-81A8-AD0FAC6CC4EE, OS:15.5, name:iPad Pro (9.7-inch) }

[stderr] 
{ platform:iOS Simulator, id:45DF003B-87BD-4F47-9EB0-FDC36E0761A4, OS:15.5, name:iPad Pro (11-inch) (3rd generation) }

[stderr] 
{ platform:iOS Simulator, id:F1D17C4D-1587-4EFD-9C5B-81D0EFA4B361, OS:15.5, name:iPad Pro (12.9-inch) (5th generation) }

[stderr] 
{ platform:iOS Simulator, id:F9C955A8-8910-4D0C-ADB0-D65C80953F76, OS:15.5, name:iPad mini (6th generation) }

[stderr] 
{ platform:iOS Simulator, id:2E699379-06E7-4F69-B5EE-9D86BECE29C1, OS:15.5, name:iPhone 8 }

[stderr] 
{ platform:iOS Simulator, id:E4F46071-353E-4237-A85C-36E0F13CE670, OS:15.5, name:iPhone 8 Plus }

[stderr] 
{ platform:iOS Simulator, id:201927D1-D128-4A5F-8375-62AB428BF8EE, OS:15.5, name:iPhone 11 }

[stderr] 
{ platform:iOS Simulator, id:E3E861A4-FCF2-4774-91CD-38AA61C3D0A0, OS:15.5, name:iPhone 11 Pro }

[stderr] 
{ platform:iOS Simulator, id:407AECAF-BD37-4E66-852C-33549B2196F5, OS:15.5, name:iPhone 11 Pro Max }

[stderr] 
{ platform:iOS Simulator, id:CCDD8DA2-7A89-49C7-8538-A6F56EC120D9, OS:15.5, name:iPhone 12 }

[stderr] 
{ platform:iOS Simulator, id:4F327F7F-1202-4787-9B37-F587839F6083, OS:15.5, name:iPhone 12 Pro }

[stderr] 
{ platform:iOS Simulator, id:05E438EF-6052-4B0C-90A8-9DADE78712C6, OS:15.5, name:iPhone 12 Pro Max }

[stderr] 
{ platform:iOS Simulator, id:A168B1E6-E707-4AE3-9EFE-73A836934BA5, OS:15.5, name:iPhone 12 mini }

[stderr] 
{ platform:iOS Simulator, id:B5BC7E31-1B91-4137-82B7-29B7969B74DF, OS:15.5, name:iPhone 13 }

[stderr] 
{ platform:iOS Simulator, id:CE657326-391C-4C82-9761-23831BAD8064, OS:15.5, name:iPhone 13 Pro }

[stderr] 
{ platform:iOS Simulator, id:31D33A89-9314-4BE1-8DD2-32130A9BA3AE, OS:15.5, name:iPhone 13 Pro Max }

[stderr] 
{ platform:iOS Simulator, id:61D76B07-3E09-465B-96F0-D35098724B93, OS:15.5, name:iPhone 13 mini }

[stderr] 
{ platform:iOS Simulator, id:099A2192-96AF-48A2-9B4D-CF357B1D461C, OS:15.5, name:iPhone SE (3rd generation) }

[stderr] 
{ platform:iOS Simulator, id:53B5CD93-701E-4802-A1A3-AD4E0D6BF126, OS:15.5, name:iPod touch (7th generation) }

Here is my package.json:

{
  "dependencies": {
    "@azure/core-asynciterator-polyfill": "^1.0.2",
    "@react-native-async-storage/async-storage": "1.17.11",
    "@react-native-community/netinfo": "9.3.7",
    "@react-native-picker/picker": "2.4.8",
    "@react-navigation/bottom-tabs": "^6.3.3",
    "@react-navigation/material-bottom-tabs": "^6.2.3",
    "@react-navigation/native": "^6.0.12",
    "@react-navigation/native-stack": "^6.8.0",
    "@reduxjs/toolkit": "^1.8.3",
    "amazon-cognito-identity-js": "^5.2.10",
    "aws-amplify": "^5.0.7",
    "aws-amplify-react-native": "^7.0.2",
    "expo": "^48.0.0",
    "expo-build-properties": "~0.6.0",
    "expo-dev-client": "~2.2.1",
    "expo-font": "~11.1.1",
    "expo-splash-screen": "~0.18.2",
    "expo-status-bar": "~1.4.4",
    "expo-web-browser": "~12.1.1",
    "graphql": "^14.0.0",
    "link": "^1.5.0",
    "moment": "^2.29.4",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-moment": "^1.1.2",
    "react-native": "0.71.8",
    "react-native-calendars": "^1.1285.0",
    "react-native-modal": "^13.0.1",
    "react-native-paper": "^4.12.2",
    "react-native-phone-call": "^1.2.0",
    "react-native-safe-area-context": "4.5.0",
    "react-native-safe-area-view": "^1.1.1",
    "react-native-screens": "~3.20.0",
    "react-native-web": "~0.18.11",
    "react-redux": "^7.0.2"
  },
  "resolutions": {
    "@types/react-native": "0.68.2"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@types/react": "~18.0.27",
    "@types/react-native": "~0.66.13",
    "typescript": "^4.9.4"
  },
  "private": true
}

Managed or bare?

managed

Environment

  expo-env-info 1.0.5 environment info:
    System:
      OS: Linux 4.15 Linux Mint 19 (Tara)
      Shell: 4.4.20 - /bin/bash
    Binaries:
      Node: 14.18.1 - ~/.nvm/versions/node/v14.18.1/bin/node
      Yarn: 1.21.1 - /usr/local/bin/yarn
      npm: 9.6.5 - ~/.nvm/versions/node/v14.18.1/bin/npm
    IDEs:
      Android Studio: AI-212.5712.43.2112.8815526
    npmPackages:
      expo: ^48.0.0 => 48.0.11 
      react: 18.2.0 => 18.2.0 
      react-dom: 18.2.0 => 18.2.0 
      react-native: 0.71.8 => 0.71.8 
      react-native-web: ~0.18.11 => 0.18.12 
    npmGlobalPackages:
      eas-cli: 3.10.0
      expo-cli: 6.3.7
    Expo Workflow: managed
npx expo-doctor
✔ Check package.json for common issues
✔ Validate global prerequisites versions
✔ Validate Expo Config
✔ Check compatible dependency versions for the installed Expo SDK
✔ Check for incompatible packages
✔ Check for conflicting global packages in project
✔ Verify prebuild support package versions are compatible

Didn't find any issues with the project!

Error output

Creating Gymfile

Gymfile created

Successfully loaded '/Users/expo/workingdir/build/ios/Gymfile' 📄

+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------------+

| Detected Values from './Gymfile' |

+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------------+

| suppress_xcode_output | true |

| clean | false |

| scheme | RolandHajstdi |

| configuration | Release |

| export_options | |

| export_xcargs | OTHER_CODE_SIGN_FLAGS="--keychain /var/folders/yc/3dlsntw51bb9g9zy1gzxdmmc0000gn/T/turtle-v2-0414258e-2610-4add-8841-da99e1ac095a.keychain" |

| disable_xcpretty | true |

| buildlog_path | /Users/expo/workingdir/logs |

| output_directory | ./build |

+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------------+

Resolving Swift Package Manager dependencies...

$ xcodebuild -resolvePackageDependencies -workspace ./RolandHajstdi.xcworkspace -scheme RolandHajstdi -configuration Release

▸ 2023-07-13 07:37:34.290 xcodebuild[4177:11406] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

▸ 2023-07-13 07:37:34.290 xcodebuild[4177:11406] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

▸ 2023-07-13 07:37:34.330 xcodebuild[4177:11406] XType: failed to connect - Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process.}

▸ 2023-07-13 07:37:34.330 xcodebuild[4177:11406] Font server protocol version mismatch (expected:5 got:0), falling back to local fonts

▸ 2023-07-13 07:37:34.330 xcodebuild[4177:11406] XType: unable to make a connection to the font daemon!

▸ 2023-07-13 07:37:34.330 xcodebuild[4177:11406] XType: XTFontStaticRegistry is enabled as fontd is not available.

▸ Command line invocation:

▸ /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -resolvePackageDependencies -workspace ./RolandHajstdi.xcworkspace -scheme RolandHajstdi -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-5AF214E115F824CF }

▸ { 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:4E8693A3-C513-4C5C-97AE-C5C8422C6889, OS:15.5, name:iPad (9th generation) }

▸ { platform:iOS Simulator, id:55CFA807-930F-4330-B4D7-A19DD9754A0F, OS:15.5, name:iPad Air (5th generation) }

▸ { platform:iOS Simulator, id:6D202563-A27A-4769-81A8-AD0FAC6CC4EE, OS:15.5, name:iPad Pro (9.7-inch) }

▸ { platform:iOS Simulator, id:45DF003B-87BD-4F47-9EB0-FDC36E0761A4, OS:15.5, name:iPad Pro (11-inch) (3rd generation) }

▸ { platform:iOS Simulator, id:F1D17C4D-1587-4EFD-9C5B-81D0EFA4B361, OS:15.5, name:iPad Pro (12.9-inch) (5th generation) }

▸ { platform:iOS Simulator, id:F9C955A8-8910-4D0C-ADB0-D65C80953F76, OS:15.5, name:iPad mini (6th generation) }

▸ { platform:iOS Simulator, id:2E699379-06E7-4F69-B5EE-9D86BECE29C1, OS:15.5, name:iPhone 8 }

▸ { platform:iOS Simulator, id:E4F46071-353E-4237-A85C-36E0F13CE670, OS:15.5, name:iPhone 8 Plus }

▸ { platform:iOS Simulator, id:201927D1-D128-4A5F-8375-62AB428BF8EE, OS:15.5, name:iPhone 11 }

▸ { platform:iOS Simulator, id:E3E861A4-FCF2-4774-91CD-38AA61C3D0A0, OS:15.5, name:iPhone 11 Pro }

▸ { platform:iOS Simulator, id:407AECAF-BD37-4E66-852C-33549B2196F5, OS:15.5, name:iPhone 11 Pro Max }

▸ { platform:iOS Simulator, id:CCDD8DA2-7A89-49C7-8538-A6F56EC120D9, OS:15.5, name:iPhone 12 }

▸ { platform:iOS Simulator, id:4F327F7F-1202-4787-9B37-F587839F6083, OS:15.5, name:iPhone 12 Pro }

▸ { platform:iOS Simulator, id:05E438EF-6052-4B0C-90A8-9DADE78712C6, OS:15.5, name:iPhone 12 Pro Max }

▸ { platform:iOS Simulator, id:A168B1E6-E707-4AE3-9EFE-73A836934BA5, OS:15.5, name:iPhone 12 mini }

▸ { platform:iOS Simulator, id:B5BC7E31-1B91-4137-82B7-29B7969B74DF, OS:15.5, name:iPhone 13 }

▸ { platform:iOS Simulator, id:CE657326-391C-4C82-9761-23831BAD8064, OS:15.5, name:iPhone 13 Pro }

▸ { platform:iOS Simulator, id:31D33A89-9314-4BE1-8DD2-32130A9BA3AE, OS:15.5, name:iPhone 13 Pro Max }

▸ { platform:iOS Simulator, id:61D76B07-3E09-465B-96F0-D35098724B93, OS:15.5, name:iPhone 13 mini }

▸ { platform:iOS Simulator, id:099A2192-96AF-48A2-9B4D-CF357B1D461C, OS:15.5, name:iPhone SE (3rd generation) }

▸ { platform:iOS Simulator, id:53B5CD93-701E-4802-A1A3-AD4E0D6BF126, OS:15.5, name:iPod touch (7th generation) }

▸ resolved source packages:

$ xcodebuild -showBuildSettings -workspace ./RolandHajstdi.xcworkspace -scheme RolandHajstdi -configuration Release

[stderr] 2023-07-13 07:37:35.789 xcodebuild[4183:11513] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

[stderr] 2023-07-13 07:37:35.789 xcodebuild[4183:11513] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

[stderr] 2023-07-13 07:37:35.828 xcodebuild[4183:11513] XType: failed to connect - Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process.}

[stderr] 2023-07-13 07:37:35.828 xcodebuild[4183:11513] Font server protocol version mismatch (expected:5 got:0), falling back to local fonts

[stderr] 2023-07-13 07:37:35.828 xcodebuild[4183:11513] XType: unable to make a connection to the font daemon!

[stderr] 2023-07-13 07:37:35.828 xcodebuild[4183:11513] XType: XTFontStaticRegistry is enabled as fontd is not available.

[stderr] --- xcodebuild: WARNING: Using the first of multiple matching destinations:

[stderr] { platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-5AF214E115F824CF }

[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:4E8693A3-C513-4C5C-97AE-C5C8422C6889, OS:15.5, name:iPad (9th generation) }

[stderr] { platform:iOS Simulator, id:55CFA807-930F-4330-B4D7-A19DD9754A0F, OS:15.5, name:iPad Air (5th generation) }

[stderr] { platform:iOS Simulator, id:6D202563-A27A-4769-81A8-AD0FAC6CC4EE, OS:15.5, name:iPad Pro (9.7-inch) }

[stderr] { platform:iOS Simulator, id:45DF003B-87BD-4F47-9EB0-FDC36E0761A4, OS:15.5, name:iPad Pro (11-inch) (3rd generation) }

[stderr] { platform:iOS Simulator, id:F1D17C4D-1587-4EFD-9C5B-81D0EFA4B361, OS:15.5, name:iPad Pro (12.9-inch) (5th generation) }

[stderr] { platform:iOS Simulator, id:F9C955A8-8910-4D0C-ADB0-D65C80953F76, OS:15.5, name:iPad mini (6th generation) }

[stderr] { platform:iOS Simulator, id:2E699379-06E7-4F69-B5EE-9D86BECE29C1, OS:15.5, name:iPhone 8 }

[stderr] { platform:iOS Simulator, id:E4F46071-353E-4237-A85C-36E0F13CE670, OS:15.5, name:iPhone 8 Plus }

[stderr] { platform:iOS Simulator, id:201927D1-D128-4A5F-8375-62AB428BF8EE, OS:15.5, name:iPhone 11 }

[stderr] { platform:iOS Simulator, id:E3E861A4-FCF2-4774-91CD-38AA61C3D0A0, OS:15.5, name:iPhone 11 Pro }

[stderr] { platform:iOS Simulator, id:407AECAF-BD37-4E66-852C-33549B2196F5, OS:15.5, name:iPhone 11 Pro Max }

[stderr] { platform:iOS Simulator, id:CCDD8DA2-7A89-49C7-8538-A6F56EC120D9, OS:15.5, name:iPhone 12 }

[stderr] { platform:iOS Simulator, id:4F327F7F-1202-4787-9B37-F587839F6083, OS:15.5, name:iPhone 12 Pro }

[stderr] { platform:iOS Simulator, id:05E438EF-6052-4B0C-90A8-9DADE78712C6, OS:15.5, name:iPhone 12 Pro Max }

[stderr] { platform:iOS Simulator, id:A168B1E6-E707-4AE3-9EFE-73A836934BA5, OS:15.5, name:iPhone 12 mini }

[stderr] { platform:iOS Simulator, id:B5BC7E31-1B91-4137-82B7-29B7969B74DF, OS:15.5, name:iPhone 13 }

[stderr] { platform:iOS Simulator, id:CE657326-391C-4C82-9761-23831BAD8064, OS:15.5, name:iPhone 13 Pro }

[stderr] { platform:iOS Simulator, id:31D33A89-9314-4BE1-8DD2-32130A9BA3AE, OS:15.5, name:iPhone 13 Pro Max }

[stderr] { platform:iOS Simulator, id:61D76B07-3E09-465B-96F0-D35098724B93, OS:15.5, name:iPhone 13 mini }

[stderr] { platform:iOS Simulator, id:099A2192-96AF-48A2-9B4D-CF357B1D461C, OS:15.5, name:iPhone SE (3rd generation) }

[stderr] { platform:iOS Simulator, id:53B5CD93-701E-4802-A1A3-AD4E0D6BF126, OS:15.5, name:iPod touch (7th generation) }

Detected provisioning profile mapping: {:"com.kozarip.rolandhajstudio"=>"3e390697-293c-4d2d-86be-78fdf4f04459"}

+-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+

| Summary for gym 2.206.1 |

+-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+

| workspace | ./RolandHajstdi.xcworkspace |

| scheme | RolandHajstdi |

| clean | false |

| output_directory | ./build |

| output_name | RolandHajstdi |

| configuration | Release |

| silent | false |

| skip_package_ipa | false |

| skip_package_pkg | false |

| export_options.method | app-store |

| export_options.provisioningProfiles.com.kozarip.rolandhajstudio | 3e390697-293c-4d2d-86be-78fdf4f04459 |

| export_xcargs | OTHER_CODE_SIGN_FLAGS="--keychain /var/folders/yc/3dlsntw51bb9g9zy1gzxdmmc0000gn/T/turtle-v2-0414258e-2610-4add-8841-da99e1ac095a.keychain" |

| build_path | /Users/expo/Library/Developer/Xcode/Archives/2023-07-13 |

| 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 ./RolandHajstdi.xcworkspace -scheme RolandHajstdi -configuration Release -destination 'generic/platform=iOS' -archivePath /Users/expo/Library/Developer/Xcode/Archives/2023-07-13/RolandHajstdi\ 2023-07-13\ 07.37.36.xcarchive archive | tee /Users/expo/workingdir/logs/RolandHajstdi-RolandHajstdi.log > /dev/null

▸ 2023-07-13 07:37:37.202 xcodebuild[4204:11599] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

▸ 2023-07-13 07:37:37.202 xcodebuild[4204:11599] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

▸ 2023-07-13 07:37:37.240 xcodebuild[4204:11599] XType: failed to connect - Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process.}

▸ 2023-07-13 07:37:37.240 xcodebuild[4204:11599] Font server protocol version mismatch (expected:5 got:0), falling back to local fonts

▸ 2023-07-13 07:37:37.240 xcodebuild[4204:11599] XType: unable to make a connection to the font daemon!

▸ 2023-07-13 07:37:37.240 xcodebuild[4204:11599] XType: XTFontStaticRegistry is enabled as fontd is not available.

› 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

› Compiling react-native Pods/glog » demangle.cc

› Compiling react-native Pods/fmt » format.cc

› Compiling react-native Pods/fmt » fmt-dummy.m

› Packaging react-native Pods/glog » libglog.a

› Packaging react-native Pods/fmt » libfmt.a

› Preparing Pods/expo-dev-menu-EXDevMenu » ResourceBundle-EXDevMenu-expo-dev-menu-Info.plist

› Copying ../../../Users/expo/Library/Developer/Xcode/DerivedData/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/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/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/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/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/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/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/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/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/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/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/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/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/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/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/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/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/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/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/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/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/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/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/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

› Creating Pods/expo-dev-menu-EXDevMenu » EXDevMenu.bundle

› Compiling expo-dev-menu-interface Pods/expo-dev-menu-interface » expo-dev-menu-interface-dummy.m

› Packaging expo-dev-menu-interface Pods/expo-dev-menu-interface » libexpo-dev-menu-interface.a

› Executing expo-dev-menu-interface Pods/expo-dev-menu-interface » Copy generated compatibility header

› Compiling react-native Pods/Yoga » log.cpp

› Compiling react-native Pods/Yoga » experiments.cpp

› Compiling react-native Pods/Yoga » event.cpp

› Preparing Pods/expo-dev-launcher-EXDevLauncher » ResourceBundle-EXDevLauncher-expo-dev-launcher-Info.plist

› 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

› Creating Pods/expo-dev-launcher-EXDevLauncher » EXDevLauncher.bundle

› Compiling react-native Pods/React-logger » react_native_log.cpp

› 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

› Packaging react-native Pods/React-logger » libReact-logger.a

› Preparing react-native Pods/React-Core-AccessibilityResources » ResourceBundle-AccessibilityResources-React-Core-Info.plist

› Copying react-native ../../../Users/expo/Library/Developer/Xcode/DerivedData/RolandHajstdi-faxxwfscirgnmaewgckwdnquxnte/Build/Intermediates.noindex/ArchiveIntermediates/RolandHajstdi/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle/en.lproj ➜ ../../../Users/expo/workingdir/build/node_modules/react-native/React/AccessibilityResources/en.lproj

› Creating react-native Pods/React-Core-AccessibilityResources » AccessibilityResources.bundle

› Compiling expo-updates-interface Pods/EXUpdatesInterface » noop-file.m

› Compiling expo-updates-interface Pods/EXUpdatesInterface » EXUpdatesInterface-dummy.m

› Compiling expo-updates-interface Pods/EXUpdatesInterface » EXUpdatesControllerRegistry.m

› Packaging expo-updates-interface Pods/EXUpdatesInterface » libEXUpdatesInterface.a

› Compiling expo-json-utils Pods/EXJSONUtils » NSDictionary+EXJSONUtils.m

› Compiling expo-json-utils Pods/EXJSONUtils » EXJSONUtils-dummy.m

› Packaging expo-json-utils Pods/EXJSONUtils » libEXJSONUtils.a

› Compiling expo-manifests Pods/EXManifests » EXManifestsNewManifest.m

› Compiling expo-manifests Pods/EXManifests » EXManifestsManifestFactory.m

› Compiling expo-manifests Pods/EXManifests » EXManifestsLegacyManifest.m

› Compiling expo-manifests Pods/EXManifests » EXManifestsBaseManifest.m

› Packaging react-native Pods/React-jsinspector » libReact-jsinspector.a

› Compiling expo-manifests Pods/EXManifests » EXManifestsBaseLegacyManifest.m

› Compiling expo-manifests Pods/EXManifests » EXManifestsBareManifest.m

› Compiling expo-manifests Pods/EXManifests » EXManifests-dummy.m

› Packaging expo-manifests Pods/EXManifests » libEXManifests.a

› Creating expo-constants Pods/EXConstants-EXConstants » EXConstants.bundle

› Compiling react-native Pods/DoubleConversion » strtod.cc

› Compiling react-native Pods/DoubleConversion » fixed-dtoa.cc

› Compiling react-native Pods/DoubleConversion » fast-dtoa.cc

› Compiling react-native Pods/DoubleConversion » double-conversion.cc

› Compiling react-native Pods/DoubleConversion » diy-fp.cc

› Compiling react-native Pods/DoubleConversion » cached-powers.cc

› Compiling react-native Pods/DoubleConversion » bignum.cc

› Compiling react-native Pods/DoubleConversion » bignum-dtoa.cc

› Compiling react-native Pods/DoubleConversion » DoubleConversion-dummy.m

› Packaging react-native Pods/DoubleConversion » libDoubleConversion.a

› Compiling react-native Pods/RCT-Folly » json_pointer.cpp

› Compiling react-native Pods/RCT-Folly » json.cpp

› Compiling react-native Pods/RCT-Folly » dynamic.cpp

› Compiling react-native Pods/RCT-Folly » UniqueInstance.cpp

› Compiling react-native Pods/RCT-Folly » Unicode.cpp

› Compiling react-native Pods/RCT-Folly » ToAscii.cpp

› Compiling react-native Pods/RCT-Folly » ThreadId.cpp

› Compiling react-native Pods/RCT-Folly » SysUio.cpp

› Compiling react-native Pods/RCT-Folly » String.cpp

› Compiling react-native Pods/RCT-Folly » SpookyHashV2.cpp

› Compiling react-native Pods/RCT-Folly » ScopeGuard.cpp

› Compiling react-native Pods/RCT-Folly » SafeAssert.cpp

› Compiling react-native Pods/RCT-Folly » RCT-Folly-dummy.m

› Compiling react-native Pods/RCT-Folly » NetOps.cpp

› Compiling react-native Pods/RCT-Folly » MallocImpl.cpp

› Compiling react-native Pods/RCT-Folly » Format.cpp

› Compiling react-native Pods/RCT-Folly » FileUtil.cpp

› Compiling react-native Pods/RCT-Folly » F14Table.cpp

› Compiling react-native Pods/RCT-Folly » Exception.cpp

› Compiling react-native Pods/RCT-Folly » Demangle.cpp

› Compiling react-native Pods/RCT-Folly » Conv.cpp

› Compiling react-native Pods/RCT-Folly » CString.cpp

› Compiling react-native Pods/RCT-Folly » Assume.cpp

› Packaging react-native Pods/RCT-Folly » libRCT-Folly.a

› Compiling react-native Pods/React-jsi » jsilib-windows.cpp

› Compiling react-native Pods/React-jsi » jsilib-posix.cpp

› Compiling react-native Pods/React-jsi » jsi.cpp

› Compiling react-native Pods/React-jsi » React-jsi-dummy.m

› Compiling react-native Pods/React-jsi » JSIDynamic.cpp

› Compiling react-native Pods/React-jsi » JSCRuntime.cpp

› Packaging react-native Pods/React-jsi » libReact-jsi.a

› Compiling react-native Pods/React-bridging » React-bridging-dummy.m

› Compiling react-native Pods/React-bridging » LongLivedObject.cpp

› Compiling react-native Pods/React-cxxreact » ReactMarker.cpp

› Compiling react-native Pods/React-cxxreact » React-cxxreact-dummy.m

› Compiling react-native Pods/React-cxxreact » NativeToJsBridge.cpp

› Compiling react-native Pods/React-cxxreact » ModuleRegistry.cpp

› Compiling react-native Pods/React-cxxreact » MethodCall.cpp

› Compiling react-native Pods/React-cxxreact » JSIndexedRAMBundle.cpp

› Compiling react-native Pods/React-cxxreact » JSExecutor.cpp

› Compiling react-native Pods/React-cxxreact » JSBundleType.cpp

› Compiling react-native Pods/React-cxxreact » JSBigString.cpp

› Compiling react-native Pods/React-cxxreact » Instance.cpp

› Compiling react-native Pods/React-cxxreact » CxxNativeModule.cpp

› Packaging react-native Pods/React-bridging » libReact-bridging.a

› Packaging react-native Pods/React-cxxreact » libReact-cxxreact.a

› Compiling react-native Pods/React-jsiexecutor » React-jsiexecutor-dummy.m

› Compiling react-native Pods/React-jsiexecutor » JSINativeModules.cpp

› Compiling react-native Pods/React-jsiexecutor » JSIExecutor.cpp

› Packaging react-native Pods/React-jsiexecutor » libReact-jsiexecutor.a

› Compiling react-native Pods/React-Core » UIView+React.m

› Compiling react-native Pods/React-Core » React-Core-dummy.m

› Compiling react-native Pods/React-Core » RCTWrapperViewController.m

› Compiling react-native Pods/React-Core » RCTWeakProxy.m

› Compiling react-native Pods/React-Core » RCTViewUtils.m

› Compiling react-native Pods/React-Core » RCTViewRegistry.m

› Compiling react-native Pods/React-Core » RCTViewManager.m

› Compiling react-native Pods/React-Core » RCTView.m

› Compiling react-native Pods/React-Core » RCTVersion.m

› Compiling react-native Pods/React-Core » RCTUtilsUIOverride.m

› Compiling react-native Pods/React-Core » RCTUtils.m

› Compiling react-native Pods/React-Core » RCTUIUtils.m

› Compiling react-native Pods/React-Core » RCTUIManagerUtils.m

› Compiling react-native Pods/React-Core » RCTUIManagerObserverCoordinator.mm

› Compiling react-native Pods/React-Core » RCTUIManager.m

› Compiling react-native Pods/React-Core » RCTTouchHandler.m

› Compiling react-native Pods/React-Core » RCTTouchEvent.m

› Compiling react-native Pods/React-Core » RCTSwitchManager.m

› Compiling react-native Pods/React-Core » RCTSwitch.m

› Compiling react-native Pods/React-Core » RCTSurfaceView.mm

› Compiling react-native Pods/React-Core » RCTSurfaceStage.m

› Compiling react-native Pods/React-Core » RCTSurfaceSizeMeasureMode.mm

› Compiling react-native Pods/React-Core » RCTSurfaceRootView.mm

› Compiling react-native Pods/React-Core » RCTSurfaceRootShadowView.m

› Compiling react-native Pods/React-Core » RCTSurfacePresenterStub.m

› Compiling react-native Pods/React-Core » RCTSurfaceHostingView.mm

› Compiling react-native Pods/React-Core » RCTSurfaceHostingProxyRootView.mm

› Compiling react-native Pods/React-Core » RCTSurface.mm

› Compiling react-native Pods/React-Core » RCTSliderManager.m

› Compiling react-native Pods/React-Core » RCTSlider.m

› Compiling react-native Pods/React-Core » RCTShadowView.m

› Compiling react-native Pods/React-Core » RCTShadowView+Layout.m

› Compiling react-native Pods/React-Core » RCTShadowView+Internal.m

› Compiling react-native Pods/React-Core » RCTSegmentedControlManager.m

› Compiling react-native Pods/React-Core » RCTSegmentedControl.m

› Compiling react-native Pods/React-Core » RCTScrollViewManager.m

› Compiling react-native Pods/React-Core » RCTScrollView.m

› Compiling react-native Pods/React-Core » RCTScrollEvent.m

› Compiling react-native Pods/React-Core » RCTScrollContentViewManager.m

› Compiling react-native Pods/React-Core » RCTScrollContentView.m

› Compiling react-native Pods/React-Core » RCTScrollContentShadowView.m

› Compiling react-native Pods/React-Core » RCTSafeAreaViewManager.m

› Compiling react-native Pods/React-Core » RCTSafeAreaViewLocalData.m

› Compiling react-native Pods/React-Core » RCTSafeAreaView.m

› Compiling react-native Pods/React-Core » RCTSafeAreaShadowView.m

› Compiling react-native Pods/React-Core » RCTSRWebSocket.m

› Compiling react-native Pods/React-Core » RCTRootView.m

› Compiling react-native Pods/React-Core » RCTRootShadowView.m

› Compiling react-native Pods/React-Core » RCTRootContentView.m

› Compiling react-native Pods/React-Core » RCTReloadCommand.m

› Compiling react-native Pods/React-Core » RCTRefreshControlManager.m

› Compiling react-native Pods/React-Core » RCTRefreshControl.m

› Compiling react-native Pods/React-Core » RCTRedBoxSetEnabled.m

› Compiling react-native Pods/React-Core » RCTRedBoxExtraDataViewController.m

› Compiling react-native Pods/React-Core » RCTReconnectingWebSocket.m

› Compiling react-native Pods/React-Core » RCTProgressViewManager.m

› Compiling react-native Pods/React-Core » RCTProfile.m

› Compiling react-native Pods/React-Core » RCTPerformanceLoggerLabels.m

› Compiling react-native Pods/React-Core » RCTPerformanceLogger.m

› Compiling react-native Pods/React-Core » RCTParserUtils.m

› Compiling react-native Pods/React-Core » RCTPackagerConnection.mm

› Compiling react-native Pods/React-Core » RCTPackagerClient.m

› Compiling react-native Pods/React-Core » RCTObjcExecutor.mm

› Compiling react-native Pods/React-Core » RCTNativeModule.mm

› Compiling react-native Pods/React-Core » RCTMultipartStreamReader.m

› Compiling react-native Pods/React-Core » RCTMultipartDataTask.m

› Compiling react-native Pods/React-Core » RCTModuleRegistry.m

› Compiling react-native Pods/React-Core » RCTModuleMethod.mm

› Compiling react-native Pods/React-Core » RCTModuleData.mm

› Compiling react-native Pods/React-Core » RCTModalManager.m

› Compiling react-native Pods/React-Core » RCTModalHostViewManager.m

› Compiling react-native Pods/React-Core » RCTModalHostViewController.m

› Compiling react-native Pods/React-Core » RCTModalHostView.m

› Compiling react-native Pods/React-Core » RCTMessageThread.mm

› Compiling react-native Pods/React-Core » RCTMaskedViewManager.m

› Compiling react-native Pods/React-Core » RCTMaskedView.m

› Compiling react-native Pods/React-Core » RCTManagedPointer.mm

› Compiling react-native Pods/React-Core » RCTLog.mm

› Compiling react-native Pods/React-Core » RCTLayoutAnimationGroup.m

› Compiling react-native Pods/React-Core » RCTLayoutAnimation.m

› Compiling react-native Pods/React-Core » RCTLayout.m

› Compiling react-native Pods/React-Core » RCTKeyCommands.m

› Compiling react-native Pods/React-Core » RCTJavaScriptLoader.mm

› Compiling react-native Pods/React-Core » RCTJSThread.m

› Compiling react-native Pods/React-Core » RCTJSStackFrame.m

› Compiling react-native Pods/React-Core » RCTJSIExecutorRuntimeInstaller.mm

› Compiling react-native Pods/React-Core » RCTInspectorPackagerConnection.m

› Compiling react-native Pods/React-Core » RCTInspectorDevServerHelper.mm

› Compiling react-native Pods/React-Core » RCTInspector.mm

› Compiling react-native Pods/React-Core » RCTImageSource.m

› Compiling react-native Pods/React-Core » RCTI18nUtil.m

› Compiling react-native Pods/React-Core » RCTFrameUpdate.m

› Compiling react-native Pods/React-Core » RCTFont.mm

› Compiling react-native Pods/React-Core » RCTFollyConvert.mm

› Compiling react-native Pods/React-Core » RCTEventEmitter.m

› Compiling react-native Pods/React-Core » RCTEventDispatcher.m

› Compiling react-native Pods/React-Core » RCTErrorInfo.m

› Compiling react-native Pods/React-Core » RCTDisplayLink.m

› Compiling react-native Pods/React-Core » RCTDevLoadingViewSetEnabled.m

› Compiling react-native Pods/React-Core » RCTDefaultCxxLogFunction.mm

› Compiling react-native Pods/React-Core » RCTDatePickerManager.m

› Compiling react-native Pods/React-Core » RCTDatePicker.m

› Compiling react-native Pods/React-Core » RCTCxxUtils.mm

› Compiling react-native Pods/React-Core » RCTCxxModule.mm

› Compiling react-native Pods/React-Core » RCTCxxMethod.mm

› Compiling react-native Pods/React-Core » RCTCxxConvert.m

› Compiling react-native Pods/React-Core » RCTCxxBridge.mm

› Compiling react-native Pods/React-Core » RCTConvert.m

› Compiling react-native Pods/React-Core » RCTConvert+Transform.m

› Compiling react-native Pods/React-Core » RCTConvert+CoreLocation.m

› Compiling react-native Pods/React-Core » RCTConstants.m

› Compiling react-native Pods/React-Core » RCTComponentEvent.m

› Compiling react-native Pods/React-Core » RCTComponentData.m

› Compiling react-native Pods/React-Core » RCTCallableJSModules.m

› Compiling react-native Pods/React-Core » RCTBundleURLProvider.mm

› Compiling react-native Pods/React-Core » RCTBundleManager.m

› Compiling react-native Pods/React-Core » RCTBridgeModuleDecorator.m

› Compiling react-native Pods/React-Core » RCTBridge.m

› Compiling react-native Pods/React-Core » RCTBorderDrawing.m

› Compiling react-native Pods/React-Core » RCTAssert.m

› Compiling react-native Pods/React-Core » RCTAppSetupUtils.mm

› Compiling react-native Pods/React-Core » RCTActivityIndicatorViewManager.m

› Compiling react-native Pods/React-Core » RCTActivityIndicatorView.m

› Compiling react-native Pods/React-Core » NSDataBigString.mm

› Compiling react-native Pods/React-Core » JSCExecutorFactory.mm

› Packaging react-native Pods/React-Core » libReact-Core.a

› Compiling @react-native-community/netinfo Pods/react-native-netinfo » react-native-netinfo-dummy.m

› Compiling @react-native-community/netinfo Pods/react-native-netinfo » RNCNetInfo.m

› Compiling @react-native-community/netinfo Pods/react-native-netinfo » RNCConnectionStateWatcher.m

› Compiling @react-native-community/netinfo Pods/react-native-netinfo » RNCConnectionState.m

› Compiling react-native Pods/ReactCommon » TurboModuleUtils.cpp

› Compiling react-native Pods/ReactCommon » TurboModulePerfLogger.cpp

› Packaging @react-native-community/netinfo Pods/react-native-netinfo » libreact-native-netinfo.a

› Compiling react-native Pods/ReactCommon » TurboModuleBinding.cpp

› Compiling react-native Pods/ReactCommon » TurboModule.cpp

› Compiling react-native Pods/ReactCommon » TurboCxxModule.cpp

› Compiling react-native Pods/ReactCommon » ReactCommon-dummy.m

› Compiling react-native Pods/ReactCommon » RCTTurboModuleManager.mm

› Compiling react-native Pods/ReactCommon » RCTTurboModule.mm

› Compiling react-native Pods/ReactCommon » RCTBlockGuard.mm

› Compiling react-native Pods/React-RCTText » React-RCTText-dummy.m

› Compiling react-native Pods/React-RCTText » RCTVirtualTextViewManager.m

› Compiling react-native Pods/React-RCTText » RCTVirtualTextShadowView.m

› Compiling react-native Pods/React-RCTText » RCTUITextView.m

› Compiling react-native Pods/React-RCTText » RCTUITextField.m

› Packaging react-native Pods/ReactCommon » libReactCommon.a

› Compiling react-native Pods/React-RCTText » RCTTextViewManager.m

› Compiling react-native Pods/React-RCTText » RCTTextView.m

› Compiling react-native Pods/React-RCTText » RCTTextShadowView.m

› Compiling react-native Pods/React-RCTText » RCTTextSelection.m

› Compiling react-native Pods/React-RCTText » RCTTextAttributes.m

› Compiling react-native Pods/React-RCTText » RCTSinglelineTextInputViewManager.m

› Compiling react-native Pods/React-RCTText » RCTRawTextViewManager.m

› Compiling react-native Pods/React-RCTText » RCTRawTextShadowView.m

› Compiling react-native Pods/React-RCTText » RCTMultilineTextInputViewManager.m

› Compiling react-native Pods/React-RCTText » RCTMultilineTextInputView.m

› Compiling react-native Pods/React-RCTText » RCTInputAccessoryViewManager.m

› Compiling react-native Pods/React-RCTText » RCTInputAccessoryViewContent.m

› Compiling react-native Pods/React-RCTText » RCTInputAccessoryView.m

› Compiling react-native Pods/React-RCTText » RCTConvert+Text.m

› Compiling react-native Pods/React-RCTText » RCTBaseTextViewManager.m

› Compiling react-native Pods/React-RCTText » RCTBaseTextShadowView.m

› Compiling react-native Pods/React-RCTText » RCTBaseTextInputViewManager.m

› Compiling react-native Pods/React-RCTText » RCTBaseTextInputView.m

› Compiling react-native Pods/React-RCTText » RCTBaseTextInputShadowView.m

› Compiling react-native Pods/React-RCTText » RCTBackedTextInputDelegateAdapter.m

› Compiling react-native Pods/React-RCTText » NSTextStorage+FontScaling.m

› Packaging react-native Pods/React-RCTText » libReact-RCTText.a

› Compiling @react-native-picker/picker Pods/RNCPicker » RNCPickerManager.m

› Compiling @react-native-picker/picker Pods/RNCPicker » RNCPickerLabel.m

› Compiling @react-native-picker/picker Pods/RNCPicker » RNCPicker-dummy.m

› Compiling @react-native-async-storage/async-storage Pods/RNCAsyncStorage » RNCAsyncStorage.m

› Compiling @react-native-async-storage/async-storage Pods/RNCAsyncStorage » RNCAsyncStorage-dummy.m

› Compiling amazon-cognito-identity-js Pods/RNAWSCognito » RNAWSCognito.m

› Compiling amazon-cognito-identity-js Pods/RNAWSCognito » RNAWSCognito-dummy.m

› Compiling amazon-cognito-identity-js Pods/RNAWSCognito » JKBigInteger.m

› Compiling amazon-cognito-identity-js Pods/RNAWSCognito » JKBigDecimal.m

› Compiling react-native Pods/RCTTypeSafety » RCTTypedModuleConstants.mm

› Compiling react-native Pods/RCTTypeSafety » RCTTypeSafety-dummy.m

› Packaging amazon-cognito-identity-js Pods/RNAWSCognito » libRNAWSCognito.a

› Compiling react-native Pods/RCTTypeSafety » RCTConvertHelpers.mm

❌ (node_modules/expo-modules-core/ios/Swift/DynamicTypes/DynamicEnumType.swift:7:22)

5 | */ 6 | internal struct DynamicEnumType: AnyDynamicType {

7 | let innerType: any Enumerable.Type | ^ protocol 'Enumerable' can only be used as a generic constraint because it has Self or associated type requirements 8 | 9 | func wraps(_ type: InnerType.Type) -> Bool { 10 | return innerType == InnerType.self

❌ (node_modules/expo-modules-core/ios/Swift/DynamicTypes/DynamicType.swift:21:36)

19 | return DynamicConvertibleType(innerType: ConvertibleType) 20 | }

21 | if let EnumType = T.self as? any Enumerable.Type { | ^ protocol 'Enumerable' can only be used as a generic constraint because it has Self or associated type requirements 22 | return DynamicEnumType(innerType: EnumType) 23 | } 24 | if let SharedObjectType = T.self as? SharedObject.Type {

❌ (node_modules/expo-modules-core/ios/Swift/Objects/PropertyComponent.swift:142:9)

140 | } 141 | guard let getter = self.getter else {

142 | return | ^ non-void function should return a value 143 | } 144 | return try getter.call(by: this, withArguments: args) 145 | }

❌ (node_modules/expo-modules-core/ios/Swift/Objects/PropertyComponent.swift:157:9)

155 | } 156 | guard let setter = self.setter else {

157 | return | ^ non-void function should return a value 158 | } 159 | return try setter.call(by: this, withArguments: args) 160 | }

› Packaging react-native Pods/RCTTypeSafety » libRCTTypeSafety.a

› Executing react-native Pods/FBReactNativeSpec » [CP-User] Generate Specs

ARCHIVE FAILED

▸ The following build commands failed:

▸ CompileSwift normal arm64 (in target 'ExpoModulesCore' from project 'Pods')

▸ CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ExpoModulesCore' from project 'Pods')

▸ (2 failures)

2023-07-13 07:37:37.202 xcodebuild[4204:11599] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

2023-07-13 07:37:37.202 xcodebuild[4204:11599] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

2023-07-13 07:37:37.240 xcodebuild[4204:11599] XType: failed to connect - Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process.}

2023-07-13 07:37:37.240 xcodebuild[4204:11599] Font server protocol version mismatch (expected:5 got:0), falling back to local fonts

2023-07-13 07:37:37.240 xcodebuild[4204:11599] XType: unable to make a connection to the font daemon!

2023-07-13 07:37:37.240 xcodebuild[4204:11599] XType: XTFontStaticRegistry is enabled as fontd is not available.

ARCHIVE FAILED

The following build commands failed:

CompileSwift normal arm64 (in target 'ExpoModulesCore' from project 'Pods')

CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ExpoModulesCore' from project 'Pods')

(2 failures)

Exit status: 65

› Compiling react-native-safe-area-context Pods/react-native-safe-area-context » react-native-safe-area-context-dummy.m

› Compiling react-native-safe-area-context Pods/react-native-safe-area-context » RNCSafeAreaViewMode.m

+-------------+-------------------------+

| Build environment |

+-------------+-------------------------+

| xcode_path | /Applications/Xcode.app |

| gym_version | 2.206.1 |

| sdk | iPhoneOS15.5.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

Reproducible demo or steps to reproduce from a blank project

expo init npx eas build --platform ios or EXPO_NO_CAPABILITY_SYNC=1 npx eas build --platform ios

szdziedzic commented 1 year ago

I think that this is the same issue that was described here https://github.com/expo/eas-cli/issues/1378 🤔

Could you give jsc engine a try to see if it helps?

https://docs.expo.dev/guides/configuring-js-engines/

kozarip commented 1 year ago

I think that this is the same issue that was described here #1378 thinking

Could you give jsc engine a try to see if it helps?

https://docs.expo.dev/guides/configuring-js-engines/

Thanks for the quick reply. I forgot to mention my app.json. I'm using jsc engine.

Here is the ios part of my app.json:

"ios": {
      "supportsTablet": true,
      "bundleIdentifier": "com.kozarip.xxx",
      "buildNumber": "1.1.12",
      "jsEngine": "jsc"
},