glog 0.3.5 - Flipper-Glog 0.3.6 Build Failure on macOS 15.4.1 and Xcode 16.3...
After updating to macOS 15.4.1 and Xcode 16.3, my React Native iOS build is failing during pod installation. The specific error occurs with Flipper-Glog, where it's trying to install version 0.3.6...
View ArticleReact native iOS crash on launch (EXC_BAD_ACCESS (SIGSEGV) - How do I find...
I'm taking over a React Native app from previous developers. I'm very new to development, but keen to learn.When I deploy the iOS app to TestFlight and install the app on my iphone, it crashes on...
View ArticleReact-native-permissions for IOS never asks for permission
I am inserting a map in my application. I used react-native-maps, and it renders fine. However, I find myself completely unable to get location permissions to work.For context, I have tried using both...
View ArticleExpo eas build error: Xcode 16.3 and undefined template 'std::char_traits'...
I’m facing an unknown error when building my application made with React Native and Expo using the managed workflow. Everything was working fine during my previous builds until today, when I...
View Article"No Script Url Provided" Error when running React Native Project on Xcode
I have been following the react native set up guide from https://reactnative.dev/docs/getting-started-without-a-frameworkand set up the environment according to here...
View Article'Expression' is ambiguous for type lookup in this context while running iOS...
I'm new to iOS.I've a react-native app, for which iOS app used to run correctly, recently updated xCode to 16.2Whenever I try to run app I get 'Expression' is ambiguous for type lookup in this context...
View Article'RCTAppDelegate.h' file not found
After updating the RN version from 0.70.6 to 0.71.4 ios pod install working, but the app doesn't build and gives an error.'RCTAppDelegate.h' file not foundany ideas??I have tried all steps in...
View ArticleKeyboardAvoidingView not working with ScrollView with nested Views
I'm using KeyboardAvoidingView successfully on other screens in this mobile (iOS) app, but I suspect there is something about the overall layout of this screen that is causing it not to function as...
View ArticleUnable to connect to server/invalid web redirect url for google and apple...
Problem StatementI'm developing a React Native application using the Expo framework (Managed Workflow) and Supabase for authentication. I'm trying to implement both 'Sign in with Google' and 'Sign in...
View ArticleNo such module 'OneSignal' - XCode Swift Compiler Error
I'm currently trying to add OneSignal to my react native expo (bare) IOS build and have followed OneSignal's guide as shown here: https://documentation.onesignal.com/docs/react-native-sdk-setupHowever,...
View ArticleReact Native - iOS - Invalid `Podfile` file: undefined method `[]' for...
I have just started out with React Native. I was following the React Native CLI Quickstart from the official documentation. That does also mean I am up to date with React Native version 0.61.2.Since...
View ArticleExpo EAS Build: Bitcode in AgoraRtmKit.framework breaks App Store submission...
I'm using Expo SDK 52 (React Native 0.76.9) in a managed workflow and integrating video call functionality using:react-native-agora@4.5.2agora-react-native-rtm@1.5.1agora-rn-uikit@5.0.2My builds...
View ArticleTab Bar Icons not vertically centered React Native Navigation
When testing my react native app (with expo) through the expo go IOS app the icons are not vertically centered, however when testing on web they are vertically centered. I have tried giving each icon a...
View ArticleReact Native not displaying network image
I’m having problems loading a network image into a header functional component in React Native. I’ve recently updated from RN 0.74.5 to 0.77.2. I was using FastImage and previously the images loaded...
View ArticleI updated to SDK 53 from SDK 52 and the app is not running on Expo Go on iOS
I'm developing a React Native app using Expo SDK 53 and encountering several issues:Routing Error: I'm getting the error Error: Component auth has not been registered yet when running the app in Expo...
View Articledyld: Library not loaded: /usr/lib/swift/libswiftWebKit.dylib
I'm getting this error when I run my app through iphone 6s ios version 13.1.2 but it is workin with ios version 14 and up. I tried deleting Pods, brew update, brew upgrade, brew cleanup and update my...
View ArticleHow to implement text-to-sticker clipboard functionality in a mobile app?
I'm developing a mobile app that lets users convert text into styled "stickers" that can be copied and pasted into messaging apps like Instagram and Telegram. The goal is to convert user input text...
View ArticleA coordinated app install already exists for
I'm trying to run react-native app on Mac(designed for iPad), but it's not working. Everything works fine on iOS. I deleted the application from the iOS simulator and deleted DerivedData, but this does...
View ArticleXCode 15.3 IOS build error : Incompatible function pointer types for...
I'm encountering an error while trying to build my React Native iOS app. The error message I'm receiving is:Incompatible function pointer types passing 'YGSize (YGNodeConstRef,float, YGMeasureMode,...
View ArticleSandbox: bash(72986) deny(1) file-write-data...
Xcode build Share extension error for react native.Sandbox: bash(72986) deny(1) file-write-data /Users/XXX/ios/Pods/resources-to-copy-XXXShareExtension.txtI have tried to rebuild many times and still...
View ArticleAsset validation failed, NSLocalizedRecoverySuggestion=Invalid Executable....
if a build the app it is correct. archieve is also correct. but when i upload app to Test Flight i get this error o MacOS 15 , Xcode 16 .<IDEDistributionContext: 0x7f9ef32a6d50; archive =...
View ArticleReact-native: Command PhaseScriptExecution failed - Build Phases, no such...
I was trying to build a react-native project on iOS, but the project had been developed mainly for Android for quite some time.So I faced this Command PhaseScriptExecution failed with a nonzero exit...
View ArticleNew React Native project with old version of react native
I am trying to create a new react native project which should utilize an older version of react-native.The result I would like would be to do something like: react-native init MyProject but have the...
View ArticleXcode ScanDependencies failures building React Native iOS app...
I’m trying to build a React Native iOS project in Xcode (Debug-iphonesimulator) but I keep getting “ScanDependencies” failures before compilation even begins:ScanDependencies...
View ArticleProblems with fmt compiler in react native 0.73
The following build commands failed: CompileC...
View Article## Live Activity Update Problem in React Native *Title:* Live Activity...
I'm developing a React Native iOS application that uses Live Activities. I've implemented the Live Activities functionality using native modules (Objective-C/Swift) to interact with the underlying iOS...
View ArticleError connecting in Maplibre for ios
I have a native error when I try to work with the map scale. When I try to do something with , the error immediately crashes and is constantly in the same place.export const GeneralMap () => { const...
View ArticleReact Native / Expo - Double header height with StatusBar and Stack
I try to change a color of app header to light green and color of StatusBar to a bit darker. This is my _layout.tsx file:import { Stack } from "expo-router";import { View, StatusBar, StyleSheet,...
View ArticleCannot get expo-audio (newer audio library) metering property at all
I am creating an Expo, react-native application that records your audio as an audio file.I'm having problems getting the 'metering' property from the RecorderState, which is preventing my...
View ArticleXcode Build Fails - Command PhaseScriptExecution Failed Due to Missing Node...
I am working on a React Native project and encountering the following build error when trying to run my app on iOS using Xcode:Node found at:...
View Article