Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EAS Build fails with Expo SDK 50 (iOS only) #741

Open
mrossmaple opened this issue Nov 25, 2024 · 1 comment
Open

EAS Build fails with Expo SDK 50 (iOS only) #741

mrossmaple opened this issue Nov 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mrossmaple
Copy link

mrossmaple commented Nov 25, 2024

Describe the bug

We've an expo sdk 50 project.

We added datadog by adding to our app.json, plugins section:

  • "expo-datadog"

To our package.json:

  • "expo-datadog": "^50.0.0",
  • "@datadog/mobile-react-native": "~2.4.4",
  • "@datadog/mobile-react-navigation": "~2.4.4",
  • "@datadog/datadog-ci": "~2.45.1",

We added the DATADOG_API_KEY secret in EAS. Android builds well. iOS builds always results in a PhaseScriptExecution error, which seems to indicate a problem with the pods, but, not sure how to resolve.

Error:

▸ 	PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/expo/Library/Developer/Xcode/DerivedData/MapleT-ginjkllqonxtxldigmaacxopckix/Build/Intermediates.noindex/ArchiveIntermediates/MapleT/IntermediateBuildFilesPath/MapleT.build/Release-iphoneos/MapleT.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'MapleT' from project 'MapleT')
▸ (1 failure)
** ARCHIVE FAILED **

Reproduction steps

See description - add datadog packages per documentation and the build fails.

SDK logs

No response

Expected behavior

No response

Affected SDK versions

expo-datadog v50

Latest working SDK version

unknown

Did you confirm if the latest SDK version fixes the bug?

No

Integration Methods

Yarn

React Native Version

No response

Package.json Contents

No response

iOS Setup

No response

Android Setup

No response

Device Information

No response

Other relevant information

No response

@mrossmaple mrossmaple added the bug Something isn't working label Nov 25, 2024
@mrossmaple
Copy link
Author

We've tried using expo-datadog v51 (with Expo SDK 50), as well as using Expo SDK 51 with expo-datadog v51 and they all result in the same failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant