0. I have renewed our Apple Developer Membership. Once processed I should be able to generate new signing certificates.
1. Pulling adium-1.510.3, I couldn’t compile because of a failure to link to libcrypto. Oddly, I note that while
https://hg.adium.im/adium/rev/0a0f0222bdd4 supposedly switches to 10.7, I’m still seeing 10.6 as the Adium target’s deployment target on a clean checkout.
I ’m confused by this and loathe to commit the seemingly strange change of removing the libcrypto link.
2. I see numerous “error” warnings in the Console at run time like:
2017-03-21 20:33:47.677001 Adium[92832:12697875] [error] warning: dynamic accessors failed to find @property implementation for 'uniqueId' for entity ABCDContact while resolving selector 'uniqueId' on class 'ABCDContact'. Did you remember to declare it @dynamic or @synthesized in the @implementation ?
A quick search on this suggests is may be related to sandboxing, and that Contacts integration may not work if this is shown. Does anyone know anything about it?
-Evan