The build failure was due to the dblurt package link.
Thanks to jacob, I can replace gitlab repo to npm package like this
https://www.npmjs.com/package/dblurt
before
package.json
dependencies: {
"dblurt": "gitlab:blurt/openblurt/dblurt",
}
after
package.json
dependencies: {
"dblurt": "0.1.2",
}
Then, install depedencies by yarn.
$ yarn
Deprecated
I tried to build the letsblurt app today but it failed.
I don't know the reason. but I succeeded to build the app by following procedure:
1. delete node_modules
2. remove dblurt dependency in package.json
"dblurt": "gitlab:blurt/openblurt/dblurt",
3. install dependencies using yarn
$ yarn
4. try install again this using npm
$ npm install
5. add dblurt dependency in package.json
"dblurt": "gitlab:blurt/openblurt/dblurt",
6. install dependencies using npm
$ npm install
I know the gitlab:blurt is only supported in npm. but I don't know why npm installing caused errors which are not relevant such as firebase/auth errror.
Update
I can do simply the following:
$ npm install --force
Another build issue:
https://stackoverflow.com/questions/60919046/how-to-fix-build-gradle
java.nio.file.NoSuchFileException: /Users/etainclub/devel-src/letsblurt/letsblurt/android/app/build/intermediates/external_file_lib_dex_archives/debug/out
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
So I did the following:
$ rm -rf android/.gradle android/.idea
For android, it works!
ios works too!
Can’t wait to get a LetsBlurt app on my iPhone.
I just tried to build the app. I don't know when I can try to publish new version because I am super busy now.
Ok… good work !
How did the issue resolve with Apple? I thought they kept saying No coz of the crypto.
Congratulations, your post has been Manually curated by @blessed-girl. You can use the tag #R2cornell. Also, find us on Discord
Felicitaciones, su publicación ha sido votada manualmente por @blessed-girl. Puedes usar el tag #R2cornell. También, nos puedes encontrar en
Discord