110

My life as an ios developper

Comments
  • 8
    I've said this before but it's worth repeating: I hate Xcode. HATE.
  • 1
    It's even better when the pre processor uses 100% CPU and all code completion goes away...
  • 2
    I see your pain guys, I feel sorry for you
  • 0
    In my case it quits for me! 🙂
  • 0
    The macOS "Task manager". cute.
  • 0
    @flag0 that isn't actually the macOS task manager.
  • 1
    @Oyveloper I know activity monitor exists but the shortcut opens this thing and not the AM.
  • 0
    sorry if this question is as stupid as it could be but...is swift kinda like js ?
  • 1
    @vonverletzt not really, swift is class oriented, strongly typed and has so many features that differenciate it from js
  • 0
    @mk3d i am still on xcode 7 last version, we have an app in pre-launch phase so we have to wait before migrating our codebase to swift 3 and moving to xcode 8.
    Might explain why xcode crashes so much on me, about 3 to 4 times a week if not more
  • 1
    @ryanmhoffman same here, can't stand it anymore
  • 1
    @feril i can totally relate to that 😁
  • 1
    @Oyveloper it happens too 😢
  • 0
    oh boy..story of my life..
  • 3
    Validate project settings - update to recommended settings, last time I tried this my project broke :/
  • 2
    I don't have to do that, it auto crash and save me time 😓
  • 1
    @gitpush it's a feature
  • 2
    @dontbeevil innovative feature 😏
  • 0
    I can relate.
    I am stuck with xcode 7.3.1 on sierra and i have at least one crash a day
  • 2
    Long time ago on Xcode 5.whatever I got reliable crashes and instant Xcode quits when navigating to preferences/accounts. So I was not able to log in to my account which is mandatory for code signing etc.

    It ends up writing a shell script to clear all caches while clean up project and deleting derived data was not enough to solve this issue.

    It was something like

    defaults delete com.apple.dt.Xcode rm -rf $HOME/Library/Application Support/Developer/Shared/Xcode rm -rf $HOME/Library/Saved\ Application\ State/com.apple.dt.Xcode.savedState rm -rf $HOME/Library/Preferences/com.apple.dt.Xcode.*

    Then I was able to login to my account. Once. Next time I had to run the script again.

    This was really weird.
  • 1
    iTunes is not crashed yet? 🤔🤔🤔
Add Comment