-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RNNavV2Auth has not been registered #1
Comments
Getting same error, did you solve? , closed all terminal, killed PID and run on deviceId directly but getting same error again for android devices. |
@felix0324324 , @NagarajRaju |
react-native link after npm install |
I got the following error all the time after just run the project on iOS simulator: "Installing build/Build/Products/Debug-iphonesimulator/RNNavV2Auth.app Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/RNNavV2Auth.app/Info.plist OS: macOS Mojave 10.14 (18A391) Any advice? |
https://wix.github.io/react-native-navigation/#/docs/Installing must follow the rules as stated when implementing and do the manual install if the auto fails as it works then: In Xcode, in Project Navigator (left pane), right-click on the Libraries > Add files to [project name]. Add node_modules/react-native-navigation/lib/ios/ReactNativeNavigation.xcodeproj (screenshots). In Xcode, in Project Navigator (left pane), click on your project (top), then click on your target row (on the "project and targets list", which is on the left column of the right pane) and select the Build Phases tab (right pane). In the Link Binary With Libraries section add libReactNativeNavigation.a (screenshots). In Xcode, you will need to edit this file: AppDelegate.m. This function is the main entry point for your app:
#import "AppDelegate.h" #import <React/RCTBundleURLProvider.h> @implementation AppDelegate
@EnD ! 'RCTBundleURLProvider.h' file not found To make the React scheme available to your project, run npm install -g react-native-git-upgrade followed by react-native-git-upgrade. Once this is done, you can click back to the menu in Xcode: Product -> Scheme -> Manage Schemes, then click '+' to add a new scheme. From the Target menu, select "React", and click the checkbox to make the scheme shared. This should make the error disappear. 3b. If, in Xcode, you see the following warning message in AppDelegate.m next to #import "@implementation AppDelegate": Class 'AppDelegate' does not conform to protocol 'RCTBridgeDelegate'
|
https://imgur.com/E3arPnU
Just follow your steps to do but Still cannot compile, please help : (
The text was updated successfully, but these errors were encountered: