ios error [!] Invalid `Podfile` file: unexpected token at 'TypeError: Cannot read properties of undefined (reading 'configurations')

huangapple go评论95阅读模式
英文:

ios error [!] Invalid `Podfile` file: unexpected token at 'TypeError: Cannot read properties of undefined (reading 'configurations')

问题

npx pod-install
正在扫描 Pods...
1.12.1

pod install

[!] 无效的 Podfile 文件: 在 'TypeError: Cannot read properties of undefined (reading 'configurations')' 处出现意外的令牌

在 /Users/dhanushraj/Desktop/PRO/mobile/app/node_modules/@react-native-community/cli-platform-ios/build/config/index.js 的 Object.dependencyConfig 处:102:37

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js 的 47:61 处

在 Array.reduce (<匿名>)

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js 的 getDependencyConfig 处:44:51

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js 的 Object.get react-native-splash-screen [as react-native-splash-screen] 处:99:18

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js 的 16:51 处

在 Array.forEach (<匿名>)

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js 的 filterConfig 处:15:38

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js 的 Object.func 处:27:32

在 /Users/dhanushraj/node_modules/@react-native-community/cli/build/index.js 的 Command.handleAction 处:142:23

详细信息,请使用 --verbose 标志运行 CLI。
'。

来自 /Users/dhanushraj/Desktop/PRO/mobile/app/ios/Podfile:60

-------------------------------------------

use_native_modules!

end

-------------------------------------------

无法安装 Pods。正在更新 Pods 项目并重试...

pod install --repo-update

[!] 无效的 Podfile 文件: 在 'TypeError: Cannot read properties of undefined (reading 'configurations')' 处出现意外的令牌

在 /Users/dhanushraj/Desktop/PRO/mobile/app/node_modules/@react-native-community/cli-platform-ios/build/config/index.js 的 Object.dependencyConfig 处:102:37

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js 的 47:61 处

在 Array.reduce (<匿名>)

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js 的 getDependencyConfig 处:44:51

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js 的 Object.get react-native-splash-screen [as react-native-splash-screen] 处:99:18

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js 的 16:51 处

在 Array.forEach (<匿名>)

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js 的 filterConfig 处:15:38

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js 的 Object.func 处:27:32

在 /Users/dhanushraj/node_modules/@react-native-community/cli/build/index.js 的 Command.handleAction 处:142:23

详细信息,请使用 --verbose 标志运行 CLI。
'。

来自 /Users/dhanushraj/Desktop/PRO/mobile/app/ios/Podfile:60

-------------------------------------------

use_native_modules!

end

-------------------------------------------

无法安装 Pods。正在更新 Pods 项目并重试...
Command pod install 失败。
└─ 原因: 无效的 Podfile 文件: 在 'TypeError: Cannot read properties of undefined (reading 'configurations')' 处出现意外的令牌

在 /Users/dhanushraj/Desktop/PRO/mobile/app/node_modules/@react-native-community/cli-platform-ios/build/config/index.js 的 Object.dependencyConfig 处:102:37

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js 的 47:61 处

在 Array.reduce (<匿名>)

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js 的 getDependencyConfig 处:44:51

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js 的 Object.get react-native-splash-screen [as react-native-splash-screen] 处:99:18

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js 的 16:51 处

在 Array.forEach (<匿名>)

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js 的 filterConfig 处:15:38

在 /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js 的 Object.func 处:27:32

在 /Users/dhanushraj/node_modules/@react-native-community/cli/build/index.js 的 Command.handleAction 处:142:23

详细信息,请使用 --verbose 标志运行 CLI。
'。

来自 /Users/dhanushraj/Desktop/PRO/mobile/app/ios/Podfile:60

-------------------------------------------

use_native_modules!

end

-------------------------------------------

英文:

npx pod-install
Scanning for pods...
1.12.1
> pod install

[!] Invalid Podfile file: unexpected token at 'TypeError: Cannot read properties of undefined (reading 'configurations')

at Object.dependencyConfig (/Users/dhanushraj/Desktop/PRO/mobile/app/node_modules/@react-native-community/cli-platform-ios/build/config/index.js:102:37)

at /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js:47:61

at Array.reduce (&lt;anonymous&gt;)

at getDependencyConfig (/Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js:44:51)

at Object.get react-native-splash-screen [as react-native-splash-screen] (/Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js:99:18)

at /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js:16:51

at Array.forEach (&lt;anonymous&gt;)

at filterConfig (/Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js:15:38)

at Object.func (/Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js:27:32)

at Command.handleAction (/Users/dhanushraj/node_modules/@react-native-community/cli/build/index.js:142:23)

info Run CLI with --verbose flag for more details.
'.

from /Users/dhanushraj/Desktop/PRO/mobile/app/ios/Podfile:60

-------------------------------------------

> use_native_modules!

end

-------------------------------------------

Couldn't install Pods. Updating the Pods project and trying again...
> pod install --repo-update

[!] Invalid Podfile file: unexpected token at 'TypeError: Cannot read properties of undefined (reading 'configurations')

at Object.dependencyConfig (/Users/dhanushraj/Desktop/PRO/mobile/app/node_modules/@react-native-community/cli-platform-ios/build/config/index.js:102:37)

at /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js:47:61

at Array.reduce (&lt;anonymous&gt;)

at getDependencyConfig (/Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js:44:51)

at Object.get react-native-splash-screen [as react-native-splash-screen] (/Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js:99:18)

at /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js:16:51

at Array.forEach (&lt;anonymous&gt;)

at filterConfig (/Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js:15:38)

at Object.func (/Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js:27:32)

at Command.handleAction (/Users/dhanushraj/node_modules/@react-native-community/cli/build/index.js:142:23)

info Run CLI with --verbose flag for more details.
'.

from /Users/dhanushraj/Desktop/PRO/mobile/app/ios/Podfile:60

-------------------------------------------

> use_native_modules!

end

-------------------------------------------

Couldn't install Pods. Updating the Pods project and trying again...
Command pod install failed.
└─ Cause: Invalid Podfile file: unexpected token at 'TypeError: Cannot read properties of undefined (reading 'configurations')

at Object.dependencyConfig (/Users/dhanushraj/Desktop/PRO/mobile/app/node_modules/@react-native-community/cli-platform-ios/build/config/index.js:102:37)

at /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js:47:61

at Array.reduce (&lt;anonymous&gt;)

at getDependencyConfig (/Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js:44:51)

at Object.get react-native-splash-screen [as react-native-splash-screen] (/Users/dhanushraj/node_modules/@react-native-community/cli-config/build/loadConfig.js:99:18)

at /Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js:16:51

at Array.forEach (&lt;anonymous&gt;)

at filterConfig (/Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js:15:38)

at Object.func (/Users/dhanushraj/node_modules/@react-native-community/cli-config/build/commands/config.js:27:32)

at Command.handleAction (/Users/dhanushraj/node_modules/@react-native-community/cli/build/index.js:142:23)

info Run CLI with --verbose flag for more details.
'.

from /Users/dhanushraj/Desktop/PRO/mobile/app/ios/Podfile:60

-------------------------------------------

> use_native_modules!

end

-------------------------------------------

                            Recreating a configuration
  • configure: (autoconf)configure Invocation.
    Configuring a package
  • ifnames: (autoconf)ifnames Invocation.
    Listing the conditionals in source code

GNU programming tools

  • automake: (automake). Making Makefile.in's

Utilities

  • Bash: (bash). The GNU Bourne-Again SHell.

GNU Packages
-----Info: (dir)Top, 289 lines --24%------------------------------------------------------------

答案1

得分: 1

以下是翻译好的部分:

"Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json."

"尝试这样做:yarn install"

英文:

What worked for me is:

Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.

try this:- yarn install

答案2

得分: 0

以下是要翻译的内容:

"What worked for me is:

Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.

try this:- yarn install"

英文:

What worked for me is:

Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.

try this:- yarn install

huangapple
  • 本文由 发表于 2023年6月19日 22:20:21
  • 转载请务必保留本文链接:https://go.coder-hub.com/76507512.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定