pod安装正在其他文件夹中安装

时间:2019-04-26 09:00:15

标签: ios react-native cocoapods

我有一个pod文件,例如:

platform :ios, '9.0'

target 'Project' do

  pod 'AppAuth', '>= 0.94'

  pod 'RNAWSCognito', :path => '../node_modules/amazon-cognito-identity-js'

  pod 'react-native-sqlite-storage', :path => '../node_modules/react-native-sqlite-storage'

end

我做了pod install,但是有些吊舱直接安装到了Target Support File文件夹中的Pods文件夹中。

directory

因此,当我尝试使用这些吊舱时,出现了错误:

errer enter image description here

1 个答案:

答案 0 :(得分:0)

尝试一下: pod install --project-directory=/path/to/root/with/Podfile