diff -r f4709533c816 -r b2e360b78189 MYCryptoTest.m --- a/MYCryptoTest.m Thu Apr 09 21:36:21 2009 -0700 +++ b/MYCryptoTest.m Thu Apr 09 22:27:51 2009 -0700 @@ -80,7 +80,11 @@ for (MYIdentity *ident in e) { Log(@"Found %@ -- name=%@, emails=(%@), key=%@", ident, ident.commonName, +#if TARGET_OS_IPHONE + nil, +#else [ident.emailAddresses componentsJoinedByString: @", "], +#endif ident.privateKey); } }