(iOS SDK 4.0.5.0) NSObject's description property overwritten?

Hello,

It looks like there is a class in the 4.0.5.0 photon framework which overwrites the description property of NSObject to "?".
You can reproduce this by opening the demo_loadBalancing_objc project and adding the following line anywhere:

NSLog(@"%@", anyObject);

After that you will see it will print out "?" instead of the objects memory address.

Unfortunately I have to revert back to 4.0.4.1 now because of this since it completely halts the development of my project :neutral:

Hope this can get fixed soon.
Cheers.

Comments

  • Kaiserludi
    Kaiserludi admin
    edited January 2016
    Hi @domp_.

    Thanks for reporting. We have fixed this and the fix will be included in the next release 4.1.0.0 that will most likely get published next week.