gpt4 book ai didi

ios - 如何解决 React Native iOS 链接错误:: 'ReactNativeNavigation/ReactNativeNavigation.h' 找不到文件?

转载 作者:行者123 更新时间:2023-12-01 15:47:17 25 4
gpt4 key购买 nike

我已经为我的 React Native 应用程序集成了 React Native Navigation 包。我需要将我的旧 React Native Navigation 版本更新到最新版本。我正在关注它的官方设置文档::检查此链接 https://wix.github.io/react-native-navigation/#/docs/Installing?id=ios

我在 iOS 链接中遇到问题。

Error:: 'ReactNativeNavigation/ReactNativeNavigation.h' file not found

Error:: Semantic issue: Use of undeclared identifier ReactNativeNavigation

我也关注了之前的帖子,但它对我不起作用 link我正在为我的应用程序设置 React Native Navigation,适用于使用 Xcode 的 iOS。

我已经在 AppDelegate.m 文件中进行了修改,后面是它的官方链接:

#import "AppDelegate.h"

#import <React/RCTBundleURLProvider.h>
#import <React/RCTRootView.h>
#import <ReactNativeNavigation/ReactNativeNavigation.h>

@implementation AppDelegate

- (BOOL)application:(UIΩApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
NSURL *jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
[ReactNativeNavigation bootstrap:jsCodeLocation launchOptions:launchOptions];

return YES;
}

@end

请建议如何为 iOS 平台解决此问题。

最佳答案

我仍然有其他构建问题,但添加了行

pod 'ReactNativeNavigation', :podspec => '../node_modules/react-native-navigation/ReactNativeNavigation.podspec'

我的 ios 目录中的 Podfile 为我解决了 XCode 错误。添加此行后,您必须运行

pod install 来自 ios 目录

react-native-navigation 文档说新版本的 react-native 将使用 pod。您可以在 Installation with CocoaPods 部分下看到它

https://wix.github.io/react-native-navigation/#/docs/Installing

关于ios - 如何解决 React Native iOS 链接错误:: 'ReactNativeNavigation/ReactNativeNavigation.h' 找不到文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54821452/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com