customerio / customerio-expo-plugin

MIT License
11 stars 9 forks source link

Expo 50 eas build error 65 #145

Closed thozh closed 2 months ago

thozh commented 3 months ago

Build fails with EAS when customerio-expo-plugin is included. Removing the plugin from app config makes it work.

Exit status: 65
+---------------------------------------+
|           Build environment           |
+-------------+-------------------------+
| xcode_path  | /Applications/Xcode.app |
| gym_version | 2.220.0                 |
| sdk         | iPhoneOS17.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
[!] 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.
mrehan27 commented 3 months ago

Hi @thozh. Sorry to hear about the issue you are facing. From the details shared so far, this looks like signing issue with Fastlane. Can you please try the following:

Let us know if this solves the problem for you. Please feel free to reach out if you have more questions.

mrehan27 commented 2 months ago

Closing due to inactivity. Even though the issue is closed, please feel free to ask any questions you may have or reopen if needed.