Xcode – How to reduce archive size in iOS
So I have just shocked that I ran out of space in my Mac book, then I try to find out what really fills up my space. This machine is only used for iOS app development (react native 0.64), and…
So I have just shocked that I ran out of space in my Mac book, then I try to find out what really fills up my space. This machine is only used for iOS app development (react native 0.64), and…
I'm developing an app with React Native. But when generate .aab file to upload to Google Play Console (its size is about 370MB), I met Your App Bundle contains the following configurations where the initial install would exceed the maximum…
App record creation failed due to an invalid attribute. Request failed with error code "ENTITY_ERROR.ATTRIBUTE.INVALID.DUPLICATE", and reason "The provided entity includes an attribute with a value that has already been used The Bundle ID you entered has already been used."…
I have created an app using React Native and am trying to create an iOS app store build through Expo's eas-cli. When running eas build --platform ios the Fastlane build failed with unknown error After checking the "Run Fastlane" section…
I've moved to Macbook Pro M1, and my Xcode version is 12.5.1 When running my app, I'm getting below error: ld: library not found for -lBVLinearGradient clang: error: linker command failed with exit code 1 (use -v to see invocation)…
I am using a Django server, and a react native frontend (with expo). I can access the server fine on my browser and with the iOS simulator (I use a Mac), however, on the android simulator, I get a network…
Recently I have been facing "Network request failed" issue with the React Native Android app on physical devices. Strangely it works fine on the Emulator but fails only on physical devices be it Android 7, 8, etc. I have upgraded…
xcrun: error: sh -c '/Applications/Xcode-beta.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -find instruments 2> /dev/null' failed with exit code 17664: (null) (errno=No such file or directory) xcrun: error: unable to find utility "instruments", not a developer tool or in PATH Posting this because on…
Building failed with Xcode 13beta for React Native 0.64.2 project. It is on macOS Big Sur. The detail of error is: Undefined symbols for architecture x86_64: "__swift_FORCE_LOAD_$_swiftFileProvider", referenced from: __swift_FORCE_LOAD_$_swiftFileProvider_$_YogaKit in libYogaKit.a(YGLayoutExtensions.o) (maybe you meant: __swift_FORCE_LOAD_$_swiftFileProvider_$_YogaKit) ld: symbol(s) not found…
I've built my React Native app and tested and troubleshooted with my iOS devices for months. Now I'm trying to built and test the app on Android for the first time. The thing is, that I keep getting errors trying…