我有这个React Native项目,我与多台计算机一起工作,在我的MacBook一切正常,当我运行“npm安装”后运行“豆荚安装”的豆荚项目创建成功,另一方面,当我在我的桌面上做同样的事情,我得到以下错误:
我试过为其他项目安装豆荚,一切正常,问题特别是这个项目。
更新:
感谢您的评论,希望您知道:
运行后:
pod repo remove trunk
pod install
这是我得到的:
这是我的包裹
{
"name": "aksystems",
"version": "3.9.8",
"description": "",
"author": "",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"ios": "cd ios/ && rm -rf Pods/ && rm -rf Podfile.lock && pod install && cd ../ && react-native run-ios",
"android": "cd android/ && ./gradlew clean && cd ../ && react-native run-android",
"build:ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file='index.js' --bundle-output='./ios/mstore/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios'",
"setup": "./scripts/setup.sh",
"setup:android": "./scripts/setup_android.sh",
"reset": "./scripts/reset.sh",
"postinstall": "patch-package && npx jetify"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@invertase/react-native-apple-authentication": "^0.1.1",
"@react-native-community/async-storage": "^1.5.1",
"@react-native-community/netinfo": "5.0.1",
"@react-native-community/viewpager": "^3.3.0",
"@react-native-firebase/app": "^6.0.4",
"@react-native-firebase/auth": "^6.0.4",
"api-ecommerce": "0.0.34",
"base-64": "^0.1.0",
"currency-formatter": "^1.5.4",
"deprecated-react-native-listview": "0.0.6",
"firebase": "^7.9.1",
"firebase-admin": "^8.9.2",
"glob": "^7.1.6",
"html-entities": "^1.2.1",
"jetifier": "^1.6.3",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"native-base": "^2.13.8",
"oauth-1.0a": "^2.2.6",
"patch-package": "^6.1.2",
"postinstall-postinstall": "^2.0.0",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-admob": "^2.0.0-beta.6",
"react-native-animatable": "^1.3.2",
"react-native-app-intro-slider": "^3.0.0",
"react-native-apple-authentication": "https://github.com/ton44079/react-native-apple-authentication",
"react-native-camera": "git+https://git@github.com/react-native-community/react-native-camera.git",
"react-native-clean-form": "^0.5.0",
"react-native-collapsible": "^1.4.0",
"react-native-country-picker-modal": "^1.10.0",
"react-native-credit-card-input": "^0.4.1",
"react-native-date-picker": "^2.7.7",
"react-native-drawer": "^2.5.1",
"react-native-facebook-account-kit": "^2.1.0",
"react-native-fbsdk": "^1.1.1",
"react-native-fluid-slider": "^1.0.2",
"react-native-gesture-handler": "^1.6.0",
"react-native-image-picker": "^2.3.1",
"react-native-image-zoom-viewer": "^2.2.26",
"react-native-keyboard-aware-scroll-view": "0.9.1",
"react-native-linear-gradient": "^2.5.5",
"react-native-localization": "^2.1.4",
"react-native-masked-text": "^1.12.4",
"react-native-modalbox": "2.0.0",
"react-native-onesignal": "3.5.0",
"react-native-paper": "3.4.0",
"react-native-picker-select": "^6.3.3",
"react-native-radio-buttons": "^1.0.0",
"react-native-reanimated": "^1.7.0",
"react-native-render-html": "^4.1.2",
"react-native-restart": "^0.0.13",
"react-native-screens": "^2.0.0-alpha.22",
"react-native-scrollable-tab-view": "1.0.0",
"react-native-snap-carousel": "^3.8.0",
"react-native-star-rating": "^1.1.0",
"react-native-store-rating": "^1.0.1",
"react-native-swipe-list-view": "^2.0.0",
"react-native-swiper": "^1.6.0-nightly.5",
"react-native-tab-view": "^2.13.0",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^5.0.2",
"react-native-webview": "8.0.1",
"react-navigation": "4.0.10",
"react-navigation-stack": "^1.10.3",
"react-navigation-tabs": "^2.6.2",
"react-redux": "7.1.0",
"redux": "4.0.5",
"redux-actions": "^2.6.5",
"redux-persist": "5.10.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"tcomb-form-native": "^0.6.20",
"tipsi-stripe": "^7.5.1",
"urijs": "^1.19.1",
"url": "^0.11.0",
"url-parse": "^1.4.7",
"util": "^0.12.1",
"uuid": "^3.3.2",
"validate.js": "^0.13.1",
"wpapi": "^1.2.1"
},
"devDependencies": {
"@babel/core": "7.6.2",
"@babel/runtime": "7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "24.9.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react-hooks": "^2.3.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.57.0",
"react-test-renderer": "16.10.2",
"reactotron-react-native": "4.0.2",
"reactotron-redux": "3.1.2"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./node_modules/react-native-gesture-handler/jestSetup.js"
]
}
}
和播客文件:
platform :ios, '9.0'
#require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
target 'aksystems' do
# Pods for mstore
pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
pod 'React', :path => '../node_modules/react-native/'
pod 'React-Core', :path => '../node_modules/react-native/'
pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
pod 'React-Core/DevSupport', :path => '../node_modules/react-native/'
pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'
pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
pod 'Google-Mobile-Ads-SDK'
pod 'react-native-date-picker', :path => '../node_modules/react-native-date-picker'
pod 'react-native-image-picker', :path => '../node_modules/react-native-image-picker'
pod 'Stripe', '~> 14.0.0'
pod 'tipsi-stripe', :path => '../node_modules/tipsi-stripe'
pod 'react-native-onesignal', :path => '../node_modules/react-native-onesignal'
target 'aksystemsTests' do
inherit! :search_paths
# Pods for testing
end
use_native_modules!
end
target 'OneSignalNotificationServiceExtension' do
pod 'OneSignal', '>= 2.9.3', '< 3.0'
end
正如你所说,我在各种SO问题和GitHub帖子中看到的,这可能是一个网络问题,但正如我告诉你的,另一个Pod项目工作得很好,Pod版本是相同的(最后一个),两台机器都运行在同一个网络上。
5条答案
按热度按时间holgip5t1#
您可以尝试更新repos,因为它可能不包含您想要的内容。More info
如果失败,
pod 'Google-Mobile-Ads-SDK'
用法的example显式添加一个源代码,旧答案:
你试过
pod repo remove trunk; pod install
从这个SO question。如果你分享你的Podfile
会很有用。这将从cocopods中删除一个名为“trunk”的repo,然后重新添加它。
我的Podfile的Here is a gist,它也使用Firebase。
sz81bmfz2#
谢谢大家的支持,经过多次努力解决这个问题,我发现解决方案是与我的网络作出IPV6请求,而不是IPV4,我不完全明白这一点,但这是我如何解决:
系统偏好设置〉网络〉高级〉TCP/IP〉配置IPv6:仅本地链路
来源
dgtucam13#
CocoaPods 1.8.x提供了使用Git或CDN(默认)的能力。
您可以通过在Podfile中添加以下内容,返回到之前基于git的实现:
根据你上次的错误日志,我认为这会很有用。
ca1c2owp4#
我遇到了完全相同的问题。原来我用
make install
从我的操作系统的源代码编译了一个有问题的curl
库版本。这个libcurl二进制文件缺少请求https URL的能力。所以我只是
make uninstall
这个libcurl,然后回退到系统的libcurl,一切都恢复正常。wixjitnu5#