Question

You can see from the pic, I've different output for the same variable folderMetadata. I'm selecting the method in the functions stack and the pretend the output as always. What's going on? (I'm in debug mode, just checked).

enter image description here

Update: NSLog output:

folderMetadata {
    AlbumLookup1 = "<e41e5700 f41e5700 e41e5700 c4b25600 e4b05600 e41e5700 241e5700 b4305700 34275700 00000000 00000000 a42c5700 00000000 00000000 00000000>";
    AlbumLookup2 = "<141f5700 f41e5700 141f5700 c4b25600 e4b05600 141f5700 241e5700 c4305700 34275700 00000000 00000000 e42c5700 00000000 00000000 00000000>";
    Artist = "<84235700 b4205700 a4205700 74df5600 e4b05600 84295700 f4325700 04335700 64275700 00000000 00000000 a4295700 00000000 00000000 00000000>";
Was it helpful?

Solution

one of the sideeffects of the optimization compiler does, hopefully going to be fixed in upcoming Xcode versions

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top