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
Hi @MaxToyberman
I followed this instruction on IOS
--> Open Xcode: Open your project in Xcode.
Select Your Project:
In the Project Navigator (left-hand side of Xcode), click on your project's name. This will open the project settings.
Navigate to Build Phases:
At the top of the main panel, you'll see a series of tabs (e.g., General, Capabilities, etc.). Click on the tab that says "Build Phases".
Expand Link Binary With Libraries:
In the "Build Phases" section, there's a subsection called "Link Binary With Libraries". Click on the triangle icon to expand it.
Add the Library:
Click the + button within "Link Binary With Libraries".
A list will appear. Search for libRNSslPinning.a in the list.
Select libRNSslPinning.a and click "Add".
#end
Android is working Fine, but IOS I am facing this error on Xcode 15
react-native Versoion:- v0.73.10
Error :- /node_modules/react-native/React/Base/RCTBridgeModule.h:11:9 'React/RCTDefines.h' file not found
can you help me?
#Thank you
The text was updated successfully, but these errors were encountered:
mahesh970098
changed the title
cant't Manual installation iOS ,error:- React/RCTDefines.h
can't Manual installation iOS ,error:- React/RCTDefines.h
Jan 8, 2024
Hi @MaxToyberman
I followed this instruction on IOS
--> Open Xcode: Open your project in Xcode.
Select Your Project:
In the Project Navigator (left-hand side of Xcode), click on your project's name. This will open the project settings.
Navigate to Build Phases:
At the top of the main panel, you'll see a series of tabs (e.g., General, Capabilities, etc.). Click on the tab that says "Build Phases".
Expand Link Binary With Libraries:
In the "Build Phases" section, there's a subsection called "Link Binary With Libraries". Click on the triangle icon to expand it.
Add the Library:
Click the + button within "Link Binary With Libraries".
A list will appear. Search for libRNSslPinning.a in the list.
Select libRNSslPinning.a and click "Add".
#end
Android is working Fine, but IOS I am facing this error on Xcode 15
react-native Versoion:- v0.73.10
Error :- /node_modules/react-native/React/Base/RCTBridgeModule.h:11:9 'React/RCTDefines.h' file not found
can you help me?
#Thank you
The text was updated successfully, but these errors were encountered: