Error using Pod Install command on Podfile in Terminal

You shouldn’t use TextEdit to edit the pod file because TextEdit likes to replace standard quotes with more graphically appealing quotes. This can cause CocoaPods to get confused and display errors, so it’s best to just use Xcode or another programming text editor. TextEdit: Using TextEdit will give you following, pod ‘Parse’, ‘~> 1.7.1′ //notice … Read more

Flutter iOS build failed an error of pod files: Podfile is out of date

This mostly happens when you upgrade your flutter application, to solve this issue follow bellow steps Go to Your_Project_Directory/ios/ and remove Podfile or you can do it by running the following command in the root project directory rm ios/Podfile Run your project again, this will create a new and updated Podfile for you flutter run

How to set the Legacy Swift Versions for each Pod in Podfile

I found this while searching how to set the SWIFT_VERSION to 3.2 for Xcode 9. Using the AirMapSDK which itself and multiple dependencies need 3.2 instead of 4.0 Here is an example of how to set pod specific SWIFT_VERSION for others that may come across this question. post_install do |installer| installer.pods_project.targets.each do |target| if [‘AirMapSDK’, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)