skip to Main Content

React Native, build for iOS – Debian

I have an app made with React Native that is already working on for Android. I'm working on Debian 10. For Android I build my app-release.aab file with this command: bash android/gradlew --project-dir android --project-prop MYAPP_UPLOAD_STORE_FILE=my-key.keystore --project-prop MYAPP_UPLOAD_KEY_ALIAS=my-key --project-prop MYAPP_UPLOAD_STORE_PASSWORD=mypassword…

VIEW QUESTION

FBSDKCoreKit/FBSDKCoreKit.modulemap' not found while trying to Archive a react native project on XCODE

When I am trying a React native project on the IOS simulator it works fine. But when try to Archive the project to upload to the App Store, Xcode throws an error saying fatal error: module map file '/Users/MyMac/Library/Developer/Xcode/DerivedData/<coolapp>-gsdebkxdyslzmjaypmxjdztvchbl/Build/Intermediates.noindex/ArchiveIntermediates/coolapp/BuildProductsPath/Release-iphoneos/FBSDKCoreKit/FBSDKCoreKit.modulemap' not…

VIEW QUESTION

React Native Woocommerce REST API throws error on localhost

I am using the Woocommerce REST API library @woocommerce/woocommerce-rest-api in my React native e-commerce app. I have also tried out the library https://github.com/JamesUgbanu/react-native-woocommerce-api. I am testing this on localhost:8080. In AndroidManifest.xml, the android:usesCleartextTraffic attribute is set to "true". Both the…

VIEW QUESTION

Xcode – Duplicate output file

I'm trying to run a react-native project using the command react-native run-ios but I'm getting the following errors: Build system information error: Multiple commands produce '/Users/prikshetsharma/Library/Developer/Xcode/DerivedData/Humboi-hjbrwqprmopoeybrdkwevgblfvis/Build/Products/Debug-iphonesimulator/Humboi.app/EvilIcons.ttf': 1) Target 'Humboi' (project 'Humboi') has copy command from '/Users/prikshetsharma/Desktop/Humboi/node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf' to '/Users/prikshetsharma/Library/Developer/Xcode/DerivedData/Humboi-hjbrwqprmopoeybrdkwevgblfvis/Build/Products/Debug-iphonesimulator/Humboi.app/EvilIcons.ttf' 2) That…

VIEW QUESTION
Back To Top
Search