React Native ios build fails with "'RNNAppDelegate.h' file not found" - Stack Overflow

..projectiosAudiriAppDelegate.h:1:9: fatal error: 'RNNAppDelegate.h' file not found1 | #

/..project/ios/Audiri/AppDelegate.h:1:9: fatal error: 'RNNAppDelegate.h' file not found
1 | #import "RNNAppDelegate.h"
  |         ^~~~~~~~~~~~~~~~~~

I am getting this error when I run npm run ios in my react native project.

What I have tried so far

  • rm -rf ./node_modules
  • npm i
  • cd ./ios
  • pod deintegrate
  • rm -rf Pods
  • rm -rf ~/Library/Developer/Xcode/DerivedData
  • pod install

Upgrading React Native Navigation Library to the latest version.

    "react-native-navigation": "^7.44.0",

Verified that the file exists.

ls /Users/praveen/code_skoolbag/skoolbag-react-native/ios/Audiri/AppDelegate.h
/Users/praveen/code_skoolbag/skoolbag-react-native/ios/Audiri/AppDelegate.h
/..project/ios/Audiri/AppDelegate.h:1:9: fatal error: 'RNNAppDelegate.h' file not found
1 | #import "RNNAppDelegate.h"
  |         ^~~~~~~~~~~~~~~~~~

I am getting this error when I run npm run ios in my react native project.

What I have tried so far

  • rm -rf ./node_modules
  • npm i
  • cd ./ios
  • pod deintegrate
  • rm -rf Pods
  • rm -rf ~/Library/Developer/Xcode/DerivedData
  • pod install

Upgrading React Native Navigation Library to the latest version.

    "react-native-navigation": "^7.44.0",

Verified that the file exists.

ls /Users/praveen/code_skoolbag/skoolbag-react-native/ios/Audiri/AppDelegate.h
/Users/praveen/code_skoolbag/skoolbag-react-native/ios/Audiri/AppDelegate.h
Share Improve this question asked Mar 7 at 9:43 EnzioEnzio 88917 silver badges35 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Verified that the file exists

You’re verifying the wrong file. It’s looking for the AppDelegate from React Native Navigation. Did you follow all the iOS steps for installation?

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744937986a4602142.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信