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

Added .trim() to resolve some issues others and I were having. #61

Closed
wants to merge 1 commit into from

Conversation

J7779
Copy link

@J7779 J7779 commented Dec 23, 2024

Fix: In a few instances of json formatting for others and myself the "getExpoConfigAsync()" method was inconsistent in its parsing, throwing an error stating unknown characters were being added to the json file though we could not find said characters. Not a big deal, just figured it would be worth adding in case others have the same issue in the future.

@AngelD18
Copy link

AngelD18 commented Feb 19, 2025

Hello, good afternoon.

I am experiencing the following problem when trying to make a build with EAS using the command:

eas build --platform android --profile production-opk-dev --clear-cache --local

[PREBUILD] Error: [android.manifest]: withAndroidManifestBaseMod: File not found at updates.codeSigningCertificate path: /private/var/folders/6h/m00wqcxj1pd232ynh8w6gpyw0000gn/T/eas-build-local-nodejs/02e6d066-4303-4fc7-8028-fb448408d82b/build/assets/certs/certificate.pem

In my app.config file, the configuration related to updates is as follows:

updates: {
url: “http://66.97.34.155:3000/api/manifest”,
enabled: true,
fallbackToCacheTimeout: 30000,
codeSigningCertificate: “./certs/certificate.pem”,
codeSigningMetadata: {
keyid: “main”,
alg: “rsa-v1_5-sha256”,
},
}

The ./certs/certificate.pem directory exists in my local project, but EAS doesn't seem to find it when building.

Could you please give me some guidance on what could be causing this problem and how to fix it?

Thanks in advance for your help.

@J7779 J7779 closed this Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants