react native ./gradlew bundleRelease not working
enter image description here i can't build apk and I have this error
enter image description here i can't build apk and I have this error
After carefully following the steps from the React Native upgrade helper and upgrading to 0.70 I can't build neither from xcode nor with yarn ios. Getting an error: Cycle in dependencies between targets 'RNReanimated' and 'Pods-myproj'; building could produce unreliable…
I'm facing this error while building on Ubuntu server: Step 1/10 : FROM java:8-jre-alpine ERROR: Service 'XXXX' failed to build: manifest for java:8-jre-alpine not found: manifest unknown: manifest unknown It was working fine since months, suddenly now its not working.…
I am trying to build a Docker image but when I build it, I get the error message : 'E: Unable to locate package libxcb-util1'. Here is my Dockerfile : `# $DEL_BEGIN` FROM python:3.9.7-buster WORKDIR /prod COPY design_interface design_interface COPY…
I have a Flutter project that works fine on Android, but I can't run it on iOS. The build always fails. SDWebImage shows an Arc Semantic Issue. /ios/Pods/SDWebImage/SDWebImage/Core/SDImageCoderHelper.m:31:40: No visible @interface for 'UIImage' declares the selector 'imageByPreparingForDisplay' /ios/Pods/SDWebImage/SDWebImage/Core/SDImageCoderHelper.m:48:40: No visible…
I am trying to build iOS app (simulator) from expo managed project. The build fails At Pod installation step. In Expo SDK 44 everything is okay. But when I upgrade to SDK 45 or even 46, I am facing the…
I have developed an application using ionic for the frontend and laravel for the backend ... now I wish I could see it running on my phone, but I don't know what I need to buy as hosting and database,…
I haven't changed a bit in the cmake configuration of the project. The only thing that has changed is the "in-house" built release of a new version of the opensource library (OpenCV). What is strange is that some of the…
If I have a very large file that I only need during build time, and If I use the following commands: docker buildx build Dockerfile . and then a line somewhere in the Dockerfile: RUN --mount=type=bind,target=/target_path,readonly,source=large_dir_or_file would that very large…
When I create a new project (with the default settings, wasn't modified) in the newest Android Studio version (no more updates available) I get this message: Build file 'C:UsersuserAndroidStudioProjectsMyApplicationbuild.gradle' line: 3 Plugin [id: 'com.android.application', version: '7.2.1', apply: false] was not…