React Native IOS:发布的构建配置有很多警告

bbu*_*uie 5 ios react-native

我正在尝试发布一个React Native应用程序而且我有点紧张,因为我在构建时会收到数百个警告.我将从头开始:

在"构建目标React"中,我收到以下几个警告:

  • "Unused parameter" warning
  • "code will never be executed" warning

然后在"构建目标[应用程序名称]">"生成[应用程序名称] .app.dSYM"下,我收到以下数百条警告:

  • /ModuleCache/ "No such file or directory" warnings
  • "Could not resolve external type c:objc(cs)[...]" warnings

总共超过200个警告.

任何想法将不胜感激.