You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've cloned the repository and tried to run the application for development on my Mac M3 Pro. This issue concerns the React Native part of the application.
The React Native app configures and runs successfully.
Actual behavior:
The iOS part builds successfully, but the React Native part fails to run.
Additional context:
npx tsc --noEmit: no issues
I've tried using an Intel-based Mac, tested different versions of Xcode (14 and 15), and experimented with various Ruby versions — none of these attempts resolved the issue. Moreover, if I replace the main code in app/index.tsx with a simple "Hello World", the application registers successfully.
It seems the issue requires a fine-tuned environment configuration to run the project properly. What dependencies might I be missing? Which versions should I double-check?
The text was updated successfully, but these errors were encountered:
Which branch should I use to build the white-label app?
I only upgraded expo-apple-authentication to version 6.4.2 to support Xcode 16. Additionally, I made changes to iOS-related settings, such as PRODUCT_BUNDLE_IDENTIFIER and similar configurations. Which dependency versions should I double-check?
Description:
I've cloned the repository and tried to run the application for development on my Mac M3 Pro. This issue concerns the React Native part of the application.
Environment Information:
MacOS Sonoma 14.6.1
Xcode 16.1
ruby 2.7.4
node 23.4.0
metro 0.80.6
npm 10.9.2
Steps to reproduce:
Running from root folder:
yarn
npx pod-install
yarn ios
Expected behavior:
The React Native app configures and runs successfully.
Actual behavior:
The iOS part builds successfully, but the React Native part fails to run.
Additional context:
npx tsc --noEmit
: no issuesI've tried using an Intel-based Mac, tested different versions of Xcode (14 and 15), and experimented with various Ruby versions — none of these attempts resolved the issue. Moreover, if I replace the main code in app/index.tsx with a simple "Hello World", the application registers successfully.
It seems the issue requires a fine-tuned environment configuration to run the project properly. What dependencies might I be missing? Which versions should I double-check?
The text was updated successfully, but these errors were encountered: