Xcode – Unrecognized command "link" when linking fonts in react native
Trying to link custom fonts in a react native project, when using npx react-native link I get an error saying Unrecognized command "link" Is there a way to resolve this?
Trying to link custom fonts in a react native project, when using npx react-native link I get an error saying Unrecognized command "link" Is there a way to resolve this?
I am developing a react native mobile app. I want my user to login in one device with one account. If a user tries to login to another mobile device with same account, he should be logout from the first…
:0: error: module map file '/Users/victor/Library/Developer/Xcode/DerivedData/Fitaye-abbjulghomzhkphclpghuyouibfo/Build/Products/Debug-iphonesimulator/NextLevelSessionExporter/NextLevelSessionExporter.modulemap' not found :0: error: module map file '/Users/victor/Library/Developer/Xcode/DerivedData/Fitaye-abbjulghomzhkphclpghuyouibfo/Build/Products/Debug-iphonesimulator/react-native-compressor/react_native_compressor.modulemap' not found :0: error: module map file '/Users/victor/Library/Developer/Xcode/DerivedData/Fitaye-abbjulghomzhkphclpghuyouibfo/Build/Products/Debug-iphonesimulator/react-native-geolocation-service/react_native_geolocation_service.modulemap' not found :0: error: module map file '/Users/victor/Library/Developer/Xcode/DerivedData/Fitaye-abbjulghomzhkphclpghuyouibfo/Build/Products/Debug-iphonesimulator/react-native-pdf-thumbnail/react_native_pdf_thumbnail.modulemap' not found :0: error: module map file '/Users/victor/Library/Developer/Xcode/DerivedData/Fitaye-abbjulghomzhkphclpghuyouibfo/Build/Products/Debug-iphonesimulator/NextLevelSessionExporter/NextLevelSessionExporter.modulemap' not found…
So i'm posting a formdata object with axios to a node.js server. On iOS everything works perfectly, the data get posted and the image uploaded. But on android i'm getting this error [AxiosError: Network Error] here's my axios call const…
Upgraded the react native app from v0.65.1 to v0.67.0. The build failed with the below error. Tried deleting the node modules, pods and installed them again and still facing the issue. The Xcode version is 13.4.1.
I am developing a React Native app using Expo in Visual Studio Code. I am rendering this app on an Android Studio emulator and I am developing on a Windows OS. I have never had any issues rendering the Expo…
Hi i'm getting this issue while archiving the product, its working fine debug mode but getting issue while archiving lease help me Ld /Users/varm/Library/Developer/Xcode/DerivedData/sing-gabxhsjrvxvpvidgonszrxilwwga/Build/Intermediates.noindex/ArchiveIntermediates/sing/InstallationBuildProductsLocation/Applications/sing.app/sing normal (in target 'sing' from project 'sing') cd /Users/varm/Joshi/MyProjects/reactnativecli/sing-ReactApp/ios /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-ios11.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk -L/Users/varm/Library/Developer/Xcode/DerivedData/sing-gabxhsjrvxvpvidgonszrxilwwga/Build/Intermediates.noindex/ArchiveIntermediates/sing/BuildProductsPath/Release-iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk/usr/lib/swift…
I just upgraded from RN 0.68.x to 0.69.0 using the react-native upgrade command.Its shows an error about FBReactNativeSpec 'value' is unavailable : introduced in ios 12.0 react native and same error shown when i create a new project with latest…
Getting a flipper error log while i am trying to run ios app from xcode. flipper: Desktop failed to provide certificates. Error from flipper desktop: rsocket::StreamInterruptedException: connection error App is working smoothly, no issues found. But this log is coming…
I've building an api backend for a mobile app built with react-native. And mobile developer has provided a json data file by mobile developer with the following data format. { "firstName": "John", "imageURL": "https:link-to-image.com/file.jpg", "lastName": "Joe", "linkURL": null, "middleName": null,…