EAS iOS build includes supporting Watch?

When running eas build --platform ios, I fail to build my app when just last week it was succeeding. We’ve made nominal changes since and only upgraded one package. I’m seeing some strange Run fastlane logs - could anyone help me diagnose? I’m not really sure as we haven’t updated anything configuration wise since it was succeeding.

[stderr] 2022-10-16 17:53:32.428 xcodebuild[4139:11643] 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] 2022-10-16 17:53:32.429 xcodebuild[4139:11643] 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] 2022-10-16 17:53:32.485 xcodebuild[4139:11643] 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] 2022-10-16 17:53:32.485 xcodebuild[4139:11643] Font server protocol version mismatch (expected:5 got:0), falling back to local fonts
[stderr] 2022-10-16 17:53:32.485 xcodebuild[4139:11643] XType: unable to make a connection to the font daemon!
[stderr] 2022-10-16 17:53:32.485 xcodebuild[4139:11643] XType: XTFontStaticRegistry is enabled as fontd is not available.
[stderr] --- xcodebuild: WARNING: Using the first of multiple matching destinations:
[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:B575F055-31BB-4681-A541-93C73D3E05F7, OS:15.5, name:iPhone 8 }
[stderr] { platform:iOS Simulator, id:E65EE165-322D-430E-8955-428C34DC9E07, OS:15.5, name:iPhone 8 Plus }

I’m on version 6.0.1

Would be willing to pay someone if there’s premium support

the error message you shared is a red herring. i opened your build logs and saw this:

error src/onramp/OnRampButton.tsx: Unexpected token name «_000_000», expected punc «,» in file src/onramp/OnRampButton.tsx at 50:68.
Error: Unexpected token name «_000_000», expected punc «,» in file src/onramp/OnRampButton.tsx at 50:68
    at minifyCode (/Users/expo/workingdir/build/node_modules/metro-transform-worker/src/index.js:101:13)
    at transformJS (/Users/expo/workingdir/build/node_modules/metro-transform-worker/src/index.js:319:28)
    at transformJSWithBabel (/Users/expo/workingdir/build/node_modules/metro-transform-worker/src/index.js:410:16)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Object.transform (/Users/expo/workingdir/build/node_modules/metro-transform-worker/src/index.js:571:12)

possibly related (from google): typescript - Unexpected token name «_000», expected punc «,» when building react native iOS - Stack Overflow

1 Like

Oh man, totally missed that yikes, brents you’re a hero

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.