Xcode debugger stopped displaying local and self variables

前端 未结 6 2091
别跟我提以往
别跟我提以往 2021-01-12 05:06

I don\'t understand this at all, but I can no longer see any locals or ivars when debugging my iPhone app with Xcode 3.2.3. Everything seemed normal until yesterday afternoo

6条回答
  •  情歌与酒
    2021-01-12 05:24

    With Xcode 7.1 appeared the same problem, while I'm not sure, if it really was the update, because I changed the Architecture also to "Universal (32/64bit)" and Valid Architectures to "x86_64 i386" in the Project->Build settings.

    Anyway, I checked all advices I could find, but my settings were correct.

    Changing the Product->Destination from 32 bit to 64 bit solved. I could also recreate the problem by switching from 64 bit to 32 bit.

提交回复
热议问题