That_One_Guy Posted August 4, 2020 Share Posted August 4, 2020 I tried to run a simple read method on my Mac and I kept getting a fucking encoding error. Took one time on PC. Macs are great for watching shit but for some reason they just run into weird snags with programming. At least for me idk Link to comment Share on other sites More sharing options...
Doom Metal Alchemist Posted August 4, 2020 Share Posted August 4, 2020 (edited) Are you sure it didn't have to do with your IDE? Or are you strictly using the console? Because apple command line syntax is not the same as Windows command line syntax. That said, I'm pretty sure programming in Objective-C, Swift, and iOS are perfectly Mac friendly. 😝 There was actually a time when you actually literally couldn't code in those languages on a PC, but I THINK that has since changed (not sure about that though). Or it could be your compiler. For newbies it can be complicated figuring out how to get a compiler to work. Edited August 4, 2020 by Doom Metal Alchemist Link to comment Share on other sites More sharing options...
That_One_Guy Posted August 4, 2020 Author Share Posted August 4, 2020 (edited) 4 minutes ago, Doom Metal Alchemist said: Are you sure it didn't have to do with your IDE? Or are you strictly using the console? Because apple command line syntax is not the same as Windows command line syntax. That said, I'm pretty sure programming in Objective-C, Swift, and iOS are perfectly Mac friendly. 😝 There was actually a time when you actually literally couldn't code in those languages on a PC, but I THINK that has since changed (not sure about that though). Or it could be your compiler. For newbies it can be complicated figuring out how to get a compiler to work. It could be user error I am a beginner but programming on my PC is always easier. My Mac has weird ass exceptions and shit Edited August 4, 2020 by That_One_Guy Link to comment Share on other sites More sharing options...
Doom Metal Alchemist Posted August 4, 2020 Share Posted August 4, 2020 (edited) 1 minute ago, That_One_Guy said: It could be user error I am a beginner but programming on my PC is always easier. My Mac has weird ass exceptions and shit Are you using the console or an IDE? Not that I think I can help you 😝 just curious. Edited August 4, 2020 by Doom Metal Alchemist Link to comment Share on other sites More sharing options...
That_One_Guy Posted August 4, 2020 Author Share Posted August 4, 2020 2 minutes ago, Doom Metal Alchemist said: Are you using the console or an IDE? Not that I think I can help you 😝 just curious. I'm using an IDE 1 Link to comment Share on other sites More sharing options...
Recommended Posts