Skip to main content
4 votes
1 answer
2k views

Flutter app stuck on white screen on iOS 26 real device (works on simulator after delay)

I’m facing an issue where my Flutter app works fine on older iOS versions, but fails on newer ones. Problem: On iOS 26 real devices → app launches but stays on white screen forever. On iOS 26 ...
Davit Derdzyan's user avatar
0 votes
0 answers
53 views

Angular 19 standalone getting error while creating build for dynamic routes

I have created an Angular 19 SSR application where I have standalone components and there are two modules like admin and actors. I have created dynamic routes in admin routing page. It works perfectly ...
Roopa Shekhawat's user avatar
1 vote
1 answer
112 views

Flutter build fails with core SDK errors (e.g., 'Offset isn't a type') despite clean reinstall on Windows

I am facing a persistent build failure on a fresh Flutter installation on Windows 11. The build fails with hundreds of errors pointing to core Flutter/Dart types not being recognized (e.g., Error: '...
Nsikak Okon's user avatar
1 vote
1 answer
666 views

## React Native Document Picker Android Build Error: `GuardedResultAsyncTask` Not Found

I'm trying to implement file upload functionality in my React Native CLI project (targeting Android) using react-native-document-picker. I've encountered a compilation error related to ...
Arjun Singh's user avatar
0 votes
0 answers
37 views

Build error during publishing in MS Visual Studio Professional 2019

I'm getting build error as mentioned below while publishing web project to root directory. Anybody facing same issue? Publish has encountered an error. Build failed. Check the Output window for more ...
Sukhjeevan's user avatar
  • 3,154
1 vote
1 answer
561 views

lottie-react-native 7.2.2 Build Error with React Native 0.80 - Kotlin Type Mismatch

Problem When building a React Native 0.80 project with lottie-react-native version 7.2.2, the build fails with the following Kotlin compilation errors: > Task :lottie-react-native:...
Nijat Aliyev's user avatar
  • 1,042
0 votes
0 answers
385 views

Error: Module not found: Error: Can't resolve 'xxxxxx' in C:\Path...\fesm2022

I'm stuck with this issue and it's driving me a bit crazy. Hope someone can throw me a lifeline here. So I have a frontend Angular project. In this project, I have a private package (my-shared-lib) ...
Rafael Leles's user avatar
0 votes
0 answers
68 views

ANDROID_SDK_ROOT environment variable. Problem: Directory does not exist. REACT NATIVE EXPO - EAS build Error

I'm facing a persistent error when trying to build my Expo React Native app using EAS Build. The build fails with an SDK resolution error related to the ANDROID_SDK_ROOT and sdk.dir properties. Build ...
Vishwanth Prakash's user avatar
0 votes
1 answer
306 views

AOSP 15 build missing aidl/android.security.maintenance interface (servicemanager can't start it)

I'm building system.img and vendor.img for AOSP 15 from source. The build finishes, but the resulting system fails to boot properly, entering a failure loop with the following messages: [ 61.707092s]...
Ciptik's user avatar
  • 1
0 votes
0 answers
43 views

:app:processDebugMainManifest FAILED -> Incorrect Package on EAS Android Build

I'm working on a React Native mobile application for iOS and Android. I've always been able to make development builds using the command: eas build --profile development --platform android --clear-...
Arne Wittouck's user avatar
1 vote
0 answers
279 views

Flutter iOS Simulator (iOS 18.4) DevFSException: Failed to start Dart Development Service

Environment: Flutter SDK: 3.29.3 • channel stable • Dart 3.7.2 • DevTools 2.42.3 Xcode: 16.3 (16E140) with Command Line Tools at /Applications/Xcode.app/Contents/Developer iOS Simulator: iPhone 16 ...
Muhammed akgül's user avatar
0 votes
1 answer
32 views

Next.js Build error: I have customize the fetch to retrieve token from both client and server

I have customized the fetch in a Next.js app to get the token whenever a request is made. This is the function: import { getNewAccessToken } from "./getNewAccessToken"; import { cookies } ...
Saikot Roy's user avatar
0 votes
0 answers
117 views

Vite Build Error: Could not load useAuthStore (ENOENT: no such file or directory)

I'm trying to deploy my project on Render, but I'm facing an issue during the build process, and I can't seem to figure out the root cause. Here's the error: [vite:load-fallback] Could not load /opt/...
Rehan's user avatar
  • 1
0 votes
0 answers
48 views

How to import a svelte.ts component from another app where the import is with $lib

Hi im trying to import a svelte component from another svelte.ts app. This component has a script: button.svelte: <script lang="ts"> import { cn } from "$lib/utils.js"; ...
MOFRA's user avatar
  • 3
0 votes
1 answer
188 views

React Native iOS Build Fails, RCTThirdPartyFabricComponentsProvider.h File Not Found

I'm working on a React Native project using Expo and I'm encountering an issue when trying to build the iOS version of my app. The build fails with this error: ❌ error: /Users/jonastirona/Documents/...
jonas's user avatar
  • 9

15 30 50 per page
1
2 3 4 5
44