Posts

Post not yet marked as solved
3 Replies
16k Views
Where does Android Studio expect to find CocoaPods? Could the problem be that Android Studio can't find the path to CocoaPods? I'm using Android Studio Bumblebee 2021.1.1. I'm trying to test my app on my iPhone from Android Studio. The error I get is Warning: CocoaPods not installed. Skipping pod install. CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see https://flutter.dev/platform-plugins To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions. Exception: CocoaPods not installed or not in valid state. I ran gem list and the list of installed gems include: cocoapods (1.11.2) cocoapods-core (1.11.2) cocoapods-deintegrate (1.0.5) cocoapods-downloader (1.5.1) cocoapods-plugins (1.0.0) cocoapods-search (1.0.1) cocoapods-trunk (1.6.0) cocoapods-try (1.2.0) I ran I ran flutter clean I restarted Android Studio. I ran File > Invalidate Caches… > Invalidate and Restart. I ran cd ios pod install This threw this error: [!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your build configuration (`Flutter/Release.xcconfig`). What should I do now?
Posted
by tdkehoe.
Last updated
.
Post not yet marked as solved
1 Replies
4.2k Views
I'm trying to deploy my Flutter app to iOS. When I run flutter build ipa I get this error message: Error (Xcode): Framework not found Pods_Runner pod install executes without an error: Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed. I tried the fixes in this question but they didn't help. Here's the full error message: Error output from Xcode build: ↳ ** ARCHIVE FAILED ** Xcode's output: ↳ Writing result bundle at path: /var/folders/_r/0dhg_r457r97_vy_3y7k2_9r0000gn/T/flutter_tools.okmZBY/flutter_ios_build_temp_dirvbv8LS/temporary_xcresult_bundle ld: framework not found Pods_Runner clang: error: linker command failed with exit code 1 (use -v to see invocation) note: Using new build system note: Planning note: Build preparation complete note: Building targets in dependency order Result bundle written to path: /var/folders/_r/0dhg_r457r97_vy_3y7k2_9r0000gn/T/flutter_tools.okmZBY/flutter_ios_build_temp_dirvbv8LS/temporary_xcresult_bundle Error (Xcode): Framework not found Pods_Runner Encountered error while archiving for device.
Posted
by tdkehoe.
Last updated
.
Post not yet marked as solved
3 Replies
1.3k Views
I'm trying to enable Apple Pay capability for the app I'm developing. Following Apple's instructions I'm using Keychain Access to create a Certificate Signing Request. I entered my email address, made up a unique Common Name, clicked "Save to Disk" and "Let me specify key pair information" and then selected ECC and 256 bits. Then I get an error message: "Incorrect CSR Key Pair Expected a Key Pair with ECC Algorithm and key size of 256 bits. Create a new CSR and try again." I've done this four times, same error message. What's wrong? I'm using Big Sur 11.6.2 on my 2014 MacBook Pro.
Posted
by tdkehoe.
Last updated
.
Post not yet marked as solved
1 Replies
654 Views
I'm trying to update from Xcode 12.1. I had 50GB free on my MacBook. I went to the App Store, found Xcode, and clicked "Update." The blue ring filled 98% of the way and then stopped. An error message said there wasn't enough room to update Xcode. I now have 15GB of storage space. What do I do now? How much storage space do I need to install Xcode? How is 50GB not enough?
Posted
by tdkehoe.
Last updated
.