Error running pod install Error launching application on iPhone 13 - flutter

I am a beginner learning Flutter on VSCode and am trying to run the project attached in this github link: https://github.com/londonappbrewery/Clima-Flutter-Completed.git. I keep getting this error: "Error running pod install
Error launching application on iPhone 13.", and I don't know how to fix it.Image showing issue

Related

getting build failed on running app on Xcode 13

Getting following error on build and not able to run the app on Xcode. I have tried removing podfile and install it from the terminal(fresh) but still no improvement. The processing fails at build and displays error.

Error running pod install (Flutter android studio)

im having trouble building my flutter project on my mac M1. When i try launching it in android studio im getting the error code 'error running pod install' and when i try opening it in xcode im getting 'module cloud_firestore not found'.
I have tried all the solutions in this thread How to solve "error running pod install" in flutter on mac? but nothing seems to work.
Im having no troble building flutter project without any dependencies but as soon as i add one im getting the error messages mentioned above, any ideas on how i could solve this?
I came to this problem as well (Macbook Air M1). I also tried the solution on your mentioned link but failed. However, finally I could solve the problem by following the steps on 'Deploy to iOS Device'
https://docs.flutter.dev/get-started/install/macos#install-xcode
Run this code on Terminal
$ sudo gem install cocoapods
$ sudo gem install ffi -- --enable-libffi-alloc
Restart Android Studio

Error Module 'flutter_secure_storage' not found when try Product ->Build for -> Profiling

well this error occurs to me when I try to make my app in production.
The app is created with flutter and I was able to create the apk for android, but when I try to do it for ios it won't let me.
The file that I am opening is Runner.xcworkspace and the problem is the import of a flutter library, it seems to me that I have to make some kind of connection with the pods.
here is the error, I want to tell you that I do not want to run the app, but to make an installer
The error that occurs when building a release (ie. flutter build ipa) and not when running a debug build is:
/[REDACTED]/ios/Runner/GeneratedPluginRegistrant.m:48:9: fatal error: module
'flutter_secure_storage' not found
#import flutter_secure_storage;
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
note: Using new build system
For me regenerating Podfile in the following way solved the issue:
rm ios/Podfile && flutter build ios
See Closed [ios][release] GeneratedPluginRegistrant.m Module not found
#43986

pod install error - The following pods are integrated into targets that do not have same Swift version

I'm new to IOS development. I have downloaded a source code from the Internet to my Mac machine when I try to run the command "pod install" to install the dependencies library and it throwing me this error message "The following pods are integrated into targets that do not have same Swift version". Currently, I'm running Xcode 8.2.1.

Iphone - PhoneGap Build failed with 7 errors?

I have xCode 3.2.6 and i have installed phonegap cordova 1.7.0 . I followed the read me instruction and installed. After creating the new app using template i run the application. But the build is failed showing some 7 errors.
/Users/xxx/Desktop/testPGAP/build/testPGAP.build/Debug-iphonesimulator/testPGAP.build/Script-304B58A110DAC018002A0835.sh: line 2: touch: command not found
Command /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copyplist failed with exit code 127
and libCordova.a, cordova.framework , cordovaLibTests.octest and cordovaLibApp.app showing in red color.
What may be the problem. What is the solution to overcome this problem.