-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Good day, I have an error after the last pod update, specifically:
'headerValue()' is unavailable in Swift: Use 'asyncHeaderValue() async -> String?' instead.
This occurs in the file AuthBackend.swift.
I am attaching screenshots:


Also, here is my package.json:
{
"name": "name",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"repods": "cd ios && pod install",
"reinstall": "rm -rf node_modules/ && yarn cache clean && yarn install && cd ios && rm -rf Podfile.lock && rm -rf Pods && arch -x86_64 pod install",
"icons": "svgr -d assets/icons-auto/components assets/icons-auto/svg --template assets/icons-auto/icon-template.js --typescript --native --no-dimensions",
"android-release-bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/build/intermediates/res/merged/release/ && rm -rf android/app/src/main/res/drawable- && rm -rf android/app/src/main/res/raw/* && cd android && ./gradlew bundleRelease && cd ..",
"android-release-build": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/build/intermediates/res/merged/release/ && rm -rf android/app/src/main/res/drawable-* && rm -rf android/app/src/main/res/raw/* && cd android && ./gradlew assembleRelease && cd .."
},
"dependencies": {
"@gorhom/bottom-sheet": "^5.0.4",
"@invertase/react-native-apple-authentication": "^2.4.0",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-firebase/app": "^21.1.0",
"@react-native-firebase/auth": "^21.1.0",
"@react-native-firebase/database": "^21.1.0",
"@react-native-firebase/messaging": "^21.1.0",
"@react-native-firebase/storage": "^21.1.0",
"@react-native-google-signin/google-signin": "^13.1.0",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@svgr/cli": "^8.1.0",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"react": "18.3.1",
"react-native": "0.75.4",
"react-native-contacts": "^7.0.8",
"react-native-fbsdk-next": "^13.1.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.20.0",
"react-native-get-random-values": "^1.11.0",
"react-native-global-props": "^1.1.5",
"react-native-image-picker": "^7.1.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-permissions": "^5.0.1",
"react-native-purchases": "^8.2.4",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^3.16.1",
"react-native-safe-area-context": "^4.11.1",
"react-native-screens": "^3.34.0",
"react-native-section-alphabet-list": "^3.0.0",
"react-native-shadow-2": "^7.1.0",
"react-native-share": "^11.0.4",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^15.8.0",
"react-native-text-input-mask": "^3.2.0",
"react-native-vision-camera": "^4.5.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/runtime": "^7.25.7",
"@react-native-community/cli": "^14.1.1",
"@react-native/babel-preset": "0.75.4",
"@react-native/eslint-config": "0.75.4",
"@react-native/metro-config": "0.75.4",
"@react-native/typescript-config": "0.75.4",
"@types/react": "^18.3.11",
"@types/react-native-global-props": "^1.1.6",
"@types/react-native-push-notification": "^8.1.4",
"@types/react-test-renderer": "^18.3.0",
"@types/uuid": "^10.0.0",
"babel-jest": "^29.7.0",
"eslint": "^9.13.0",
"jest": "^29.7.0",
"prettier": "3.3.3",
"react-native-dotenv": "^3.4.11",
"react-test-renderer": "18.3.1",
"typescript": "5.6.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}