Error on iOS eas build

Hello,
I trying to build an ios app, but have an error on fastlane:
Build ID - a482566f-907b-4638-a19c-63650314a84a

** ARCHIVE FAILED **
▸ The following build commands failed:
▸ 	PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/expo/Library/Developer/Xcode/DerivedData/hommits-hczbrjmjxibxcqfjuvaqhrxlqphl/Build/Intermediates.noindex/ArchiveIntermediates/hommits/IntermediateBuildFilesPath/hommits.build/Release-iphoneos/hommits.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'hommits' from project 'hommits')
▸ (1 failure)
2022-05-24 10:17:14.608 xcodebuild[4314:11745] 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
2022-05-24 10:17:14.609 xcodebuild[4314:11745] 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
2022-05-24 10:17:14.673 xcodebuild[4314:11745] XType: com.apple.fonts is not accessible.
2022-05-24 10:17:14.673 xcodebuild[4314:11745] XType: XTFontStaticRegistry is enabled.
** ARCHIVE FAILED **
The following build commands failed:
	PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/expo/Library/Developer/Xcode/DerivedData/hommits-hczbrjmjxibxcqfjuvaqhrxlqphl/Build/Intermediates.noindex/ArchiveIntermediates/hommits/IntermediateBuildFilesPath/hommits.build/Release-iphoneos/hommits.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'hommits' from project 'hommits')
(1 failure)
Exit status: 65
+-------------+-------------------------+
|           Build environment           |
+-------------+-------------------------+
| xcode_path  | /Applications/Xcode.app |
| gym_version | 2.205.2                 |
| sdk         | iPhoneOS15.4.sdk        |
+-------------+-------------------------+

I didn’t see this error before eas 45

expo-cli: 5.4.4
eas-cli/0.52.0 win32-x64 node-v14.17.6
“expo”: “^45.0.0”

Using VM template "macos-monterey-12.3-xcode-13.3" running macOS Monterey 12.3

Installed software:
- Xcode 13.3.1 (13E500a)
- Node.js 16.13.2
- Yarn 1.22.17
- pnpm 7.0.0
- npm 8.1.2
- fastlane 2.205.2
- CocoaPods 1.11.3
- Ruby 2.7
- Expo CLI 5.4.4

If error is at Bundle\ React\ Native\ code\ and\ images then most likely your js does not build correctly

check xcode logs for more info(last section in eas build logs)

2 Likes

Thanks a lot,
I found the error here

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