After compiling below issue shown can you help me for this issue . 1 warning generated. compiling ossl_hmac.c In file included from ossl_hmac.c:10: In file included from ./ossl.h:177: ./openssl_missing.h:195:11: warning: 'TS_VERIFY_CTS_set_certs' macro redefined [-Wmacro-redefined] # define TS_VERIFY_CTS_set_certs(ctx, crts) ((ctx)->certs=(crts)) ^ /usr/local/Cellar/openssl@3/3.1.3/include/openssl/ts.h:426:11: note: previous definition is here # define TS_VERIFY_CTS_set_certs(ctx, cert) TS_VERIFY_CTX_set_certs(ctx,cert) ^ ossl_hmac.c:249:35: error: incomplete definition of type 'struct evp_md_ctx_st' pkey = EVP_PKEY_CTX_get0_pkey(EVP_MD_CTX_get_pkey_ctx(ctx));
Your tutorial was fantastic, but you misspelled the command in this comment, it's vi ~/.zshrc One thing worth mentioning is that you have to run vi ~/.zshrc when you are in the home directory, you can run cd ~ before running this command to get to the home directory.
I was stuck with this problem for a few days now, was trying to setup environment for KMM. This video worked perfectly. Thank you so much for taking the time to create this video and explaining everything in detail.
Day 1: Can't use flutter, can't download Cocoapods. Two calls to Apple support with no results. Tried everything else on the web, no results. Day 3: Finally, I can user Flutter now. THANK YOU SO MUCH!!!
thaaanx it work ... note: if u face this problem "chruby: unknown Ruby: ruby-3.1.2" ,,, back to step that we write (sudo vi ~/.zshrc ) then change 3.1.2 to last version ... when i write this comment the last version is 3.2.1
Finally, this worked for me! You are a lifesaver, thanks a lot! For anyone who got an error during this, go check which brew, and If there is no/opt/homebrew/bin/brew, you gotta reinstall brew or change the install path, that is what I did before trying this video’s solution.
Thank you so much for creating this video! I am new to developing and I was getting increasingly frustrated with all the info out there that doesn't work. Your video was simple and easy to follow and it worked!
Man, really thank you for this!!! At first it didn't work, maybe you should mention in 4:55 that the CURRENT version should be typed in, since I'm doing this a half year later and 3.2.0 released, it will fail to update if your version is put in. Maybe you could add a TH-cam-hint at this point, I'm sure some others will also fail. Thank you so much for this really, I've been struggling around with this for over 4 hours and searched my way to different forums cuz I couldn't make a unity build because wrong pods have been installed. You saved my day
You are the greatest person for first day of 2024, i was hopeless for 2 months and stopped my project development. Your guide helped me very well. I hope new year will be great for you. Thanks for your efforts.
I have been trying for the past 3 days to solve the cocoapods error for flutter (Macbook Inter Ver); I installed it successfully. Thank you, Buddy! You are the best. 👍
thank you so much bro it really worked, from the last three I spend hours on TH-cam tutorials none of them worked and finally I found this. thank you so much one again
Thank you for your video, faced issue with Ruby installation I used the command for Installation : ruby-install 3.1.2 -- --enable-shared finally it worked for my MacBook Air M2
Thank you for your video, it is simply incredible. Tip for those new to programming: The command to write the last line of the file "vi ~/.zshrc or sudo vi ~/.zshrc", is: "Shiff" + ":" = x! - Enter. greetings.
still not able to resolve the issue as i am getting same filePermissionError and the only difference i see is the difference in ruby version where after restarting terminal in the video your ruby version was 3.1.2 but mine was same as before can you please help me out with this issue as nothing seems to be working
I'am stuck because i didn't wich key ned I press to exit form instert mod. I am trying with every keys and shortcuts but they have not function. Please help!!!
/best best best solution it worked for me i've being trying it since 3 days and nothing worked for me then i found your video and give it a try.. Well Explained Thank you so much
I followed through from the homebrew video but still got the error: chruby: unknown Ruby: ruby-3.1.2. Is there something I must have done wrong here? Please point me in the right direction. Thanks!
Dude, thanks! Been looking for a sollution for days. Had to buy a Mac just to put my app on the App Store. Having to do all this without any official documentation on these problems. Mac sucks!
bro i did all well but in last it shows this error 1 warning and 1 error generated. make[2]: *** [ossl_hmac.o] Error 1 make[1]: *** [ext/openssl/all] Error 2 make: *** [build-ext] Error 2 !!! Compiling ruby 3.2.2 failed!
For the error that ruby --version is the same as before, tap: brew install ruby 3.1.2 (I'm not sure of the exact syntax, see the comments) For the error pod --version, tap : Open Terminal Type open ~/.zshrc (or open ~/.profile if you don't use zsh) It seems that LANG="en_US.UTF-8" alone isn't enough, so you have to set: export LANG=en_US.UTF-8 export LANGUAGE=en_US.UTF-8 export LC_ALL=en_US.UTF-8
All the tutorial worked for me but inside android studio it still throws the error: "Error running pod install" when I run the app... any advice? thanks
i receive the message successfully installed Ruby 3.2.2 but we i quit the terminal and open it again it still refers to the old Ruby version 2.6.0 why that?
Not able to install ruby latest because of google santa interruption even after voting enabled: This application has been blocked from executing. Please use Precinct to vote to have this application added to the whitelist.
if you face this problem "chruby: unknown Ruby: ruby-3.1.2" back to step that we write (sudo vi ~/.zshrc ) then change 3.1.2 to last version ... when i write this comment the last version is 3.3.0
if you are following along, there is no need to use sudo when editing the .zshrc file. simply run vi ~/.zschrc
After compiling below issue shown can you help me for this issue .
1 warning generated.
compiling ossl_hmac.c
In file included from ossl_hmac.c:10:
In file included from ./ossl.h:177:
./openssl_missing.h:195:11: warning: 'TS_VERIFY_CTS_set_certs' macro redefined [-Wmacro-redefined]
# define TS_VERIFY_CTS_set_certs(ctx, crts) ((ctx)->certs=(crts))
^
/usr/local/Cellar/openssl@3/3.1.3/include/openssl/ts.h:426:11: note: previous definition is here
# define TS_VERIFY_CTS_set_certs(ctx, cert) TS_VERIFY_CTX_set_certs(ctx,cert)
^
ossl_hmac.c:249:35: error: incomplete definition of type 'struct evp_md_ctx_st'
pkey = EVP_PKEY_CTX_get0_pkey(EVP_MD_CTX_get_pkey_ctx(ctx));
same issue appears to me... did you found any solution?@@premachithra5957
Your tutorial was fantastic, but you misspelled the command in this comment, it's vi ~/.zshrc
One thing worth mentioning is that you have to run vi ~/.zshrc when you are in the home directory, you can run cd ~ before running this command to get to the home directory.
Why have only 1k people found this video? :) You rock!! Thank you so much! :)
I was stuck with this problem for a few days now, was trying to setup environment for KMM. This video worked perfectly. Thank you so much for taking the time to create this video and explaining everything in detail.
Day 1: Can't use flutter, can't download Cocoapods. Two calls to Apple support with no results. Tried everything else on the web, no results. Day 3: Finally, I can user Flutter now. THANK YOU SO MUCH!!!
thaaanx it work ...
note: if u face this problem "chruby: unknown Ruby: ruby-3.1.2" ,,, back to step that we write (sudo vi ~/.zshrc ) then change 3.1.2 to last version ... when i write this comment the last version is 3.2.1
dude, thank you so much. you saved me.
Finally, this worked for me!
You are a lifesaver, thanks a lot!
For anyone who got an error during this, go check which brew, and If there is no/opt/homebrew/bin/brew, you gotta reinstall brew or change the install path, that is what I did before trying this video’s solution.
Thank you so much for creating this video! I am new to developing and I was getting increasingly frustrated with all the info out there that doesn't work. Your video was simple and easy to follow and it worked!
should update title to say "and intel macs too", this worked perfectly
Good to know! Cheers for that!
I am new on macbook m3 and was struggling to install cocapods last 2 days untill I see your vlog. Thankyou co much.
Man, really thank you for this!!! At first it didn't work, maybe you should mention in 4:55 that the CURRENT version should be typed in, since I'm doing this a half year later and 3.2.0 released, it will fail to update if your version is put in. Maybe you could add a TH-cam-hint at this point, I'm sure some others will also fail. Thank you so much for this really, I've been struggling around with this for over 4 hours and searched my way to different forums cuz I couldn't make a unity build because wrong pods have been installed. You saved my day
he actually mentioned it at 2:28 but it is easy to miss! hope it helps.
You are the greatest person for first day of 2024, i was hopeless for 2 months and stopped my project development. Your guide helped me very well. I hope new year will be great for you. Thanks for your efforts.
Glad I could help!
Hi did you use the latest version of ruby or the version in the video
I used lastet one, it was a newer version.@@GameDevForLife
i was stuck with this problem for almost a month, thanks to your video i was able to solve it.
THANK YOU SO MUCH!
You’re welcome
good god this almost screwed my entire dev team over. But you saved the day!! Subscribed!! Thank you :D
If you didn't make this video for us I could never fix this problem. Thanks!!
I have been trying for the past 3 days to solve the cocoapods error for flutter (Macbook Inter Ver); I installed it successfully. Thank you, Buddy! You are the best. 👍
Glad I could help!
Work for me! After 4 hours of trying, you saved my life!
thank you so much bro it really worked, from the last three I spend hours on TH-cam tutorials none of them worked and finally I found this. thank you so much one again
Glad I could help
Great video. Thanks for the easy to follow tutorial. You got me out of a real bind getting cocapods installed!
Glad I could help!
Thanks man. For me, version worked and the command "ruby-install --update ruby" worked.
thanks man I was stuck on this part
Thank you for your video, faced issue with Ruby installation
I used the command for Installation : ruby-install 3.1.2 -- --enable-shared
finally it worked for my MacBook Air M2
nice tip!
thanks you save my time
Thank you man! This video needs to be bundled with every apple silicon mac being sold. LOL
Such a helpful video. I was stuck and this helped me out. Thanks so much
Thank you, you deserve way more than 131 likes for this!
Thank you so much! It's working!)) Best tutorial I could find for solve cocoapods installing problems!
Thank you for your video, it is simply incredible.
Tip for those new to programming: The command to write the last line of the file "vi ~/.zshrc or sudo vi ~/.zshrc", is:
"Shiff" + ":" = x! - Enter.
greetings.
thank you bro, you are the best dude who really helped me, health and success, thank you from the bottom of my heart
Thank you man, you saved my life. Great work!
great tutorial, you saved the day
Worked, great video. Made my day, thanks.
still not able to resolve the issue as i am getting same filePermissionError and the only difference i see is the difference in ruby version where after restarting terminal in the video your ruby version was 3.1.2 but mine was same as before can you please help me out with this issue as nothing seems to be working
could you solve the issue. I am having the same here.
@@luiscarlospxr i just removed everything and installed cocoa pods using home brew it’s way to easier than this headache. I’d suggest you the same
Great help! Keep up the great work 🎉🎉
I'am stuck because i didn't wich key ned I press to exit form instert mod. I am trying with every keys and shortcuts but they have not function.
Please help!!!
thank you so much this was extremely helpful!
Wow THANK YOU VERY MUCH ! I was stucks for hours, try everything, nothing was working! But yours works, great video, I subscribe to your chanel !
appreciated man this worked out after frustrating trying of full night
I'm following all of your steps and it is a great tutorial but I still show the old version of ruby even after restarting the terminal?
/best best best solution it worked for me i've being trying it since 3 days and nothing worked for me then i found your video and give it a try.. Well Explained Thank you so much
Such an useful tutorial. Thanks!
Such an amazing tutorial, thank you so much
I followed through from the homebrew video but still got the error: chruby: unknown Ruby: ruby-3.1.2. Is there something I must have done wrong here? Please point me in the right direction. Thanks!
please put latest downloaded ruby version
@@praveen000015 what do yo mean ?
Dude, thanks! Been looking for a sollution for days. Had to buy a Mac just to put my app on the App Store. Having to do all this without any official documentation on these problems. Mac sucks!
thank you so much ıv been traying to find a solution for ages
Thank you sir,
Both video very helpful for me other people.
Lots of thanks
It's work for me, A very helpful instruction ! Very simple and clean !
Great to hear!
Thank you so much, I was stuck and this helped me out :)
Even after relaunching terminal old version is showing. Need help
Thanks so much for this!
Thank you bro i was really losing my mind with this hahah
Thank you very much, it works! Great detailed instructions!
thx, u are life savior, you got a new follower xx
Thank you so much! Works great.
Lifesaver Video
this video is amazing and easy thanks
Thanks Buddy, very helpful
yeah, and may be can try install cocoapods directly with brew
after i quit the terminal and restart it, the ruby version is just showing the default ones i.e 2.6
before you write chruby ruby-3.1.2 you push Shift + what?? .... i can't understand
i mean after
then this :
Thanks brother it worked✌🏻 You got a new Subscriber 🙂
Thanks for the sub
Thanks Bro, You saved my lot of time.
worked like a charm
Thanks a lot!
Thanks! very helpfull!
ruby is successfully updating but the version still remains the same
what can i do to resole that (Using M2 SONOMA)
thanks buddy works for me , a helpful video
This totally helped me!! thank you so much!!
Thanks
Thanks buddy! It works!
Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)!
bro i did all well but in last it shows this error 1 warning and 1 error generated.
make[2]: *** [ossl_hmac.o] Error 1
make[1]: *** [ext/openssl/all] Error 2
make: *** [build-ext] Error 2
!!! Compiling ruby 3.2.2 failed!
Same issue! Have you solve it?
same issue
currently 3 days into try and install, stuck at install latest ruby " command not found ruby-install" pls help...
Thank you! worked for me , mac11.3 m1
Is this work on MacBook M3?
For the error that ruby --version is the same as before, tap: brew install ruby 3.1.2
(I'm not sure of the exact syntax, see the comments)
For the error pod --version, tap :
Open Terminal
Type open ~/.zshrc (or open ~/.profile if you don't use zsh)
It seems that LANG="en_US.UTF-8" alone isn't enough, so you have to set:
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
jaza k Allah khair brother ,really grateful
All the tutorial worked for me but inside android studio it still throws the error: "Error running pod install" when I run the app... any advice? thanks
Hello in addition had to add this 3.2.2 on .ruby-version file from project
thank you so much from Russia
Amazing Bro!
amazing video bro it helped a lot
Thank you this is working for me
great job bro
you are captain cocopods
thanks
this helps me alot thanks bro
Thank you so much for saving my time 😀
thank you so much really appreciated for the video
Glad it helped
Thank you! But, how did you know to do this?! Impressive. Without this i would have had to give up coding. What a mess. Thank you!!!!
after successfully installing the latest version when i run the command ruby --verion it show the older version
please help
try this ruby-install 3.1.2 -- --enable-shared
Absolute lifesaver, thank you!
Glad it helped!
thank for sharing.
i receive the message successfully installed Ruby 3.2.2 but we i quit the terminal and open it again it still refers to the old Ruby version 2.6.0 why that?
where you able to solve this issue? I am having the same problem
@@JesusLopez-yu5ff still having the same issue, have you solved it?
Same problem
wowwww! please continue
Hi, guys, have you tried to install cocoapods on mac sonoma beta? I made a try,but stopped on installing ruby.
Thank you so much!! 👍
Not able to install ruby latest because of google santa interruption even after voting enabled:
This application has been blocked from executing. Please use Precinct to vote to have this application added to the whitelist.
ruby: invalid option -3 (-h will show valid options) (RuntimeError)
my terminal has a log:chruby: unknown Ruby: ruby-3.1.2
if you face this problem "chruby: unknown Ruby: ruby-3.1.2" back to step that we write (sudo vi ~/.zshrc ) then change 3.1.2 to last version ... when i write this comment the last version is 3.3.0
Awesome brother
Thanks for the help
if openssl error can run it : brew install openssl
Tank you so much!!!
Thanks for the help bro!!!!!!
such a helpful video, thanks a lot (: