I have to first tell that I am a newbie in iOS/MacOS programming. When I wanted
to build the sample project without any modifications, there exists too many
compile errors because of the C Compiler. After I have changed the compiler to
'Apple LLVM Compiler 4.1' all of those compile errors except one is solved. I
get the error: 'Variable length array of non-POD element type Unique_X509' in
the line 1956 of NativeCrypto.cpp. If I write a static integer instead of
length variable in 'Unique_X509 certificatesX509[length]' the compile error
disappears. However the code does not work as required then. I don't know what
to do, I need help..
I am using Xcode 4.5 on MaxOS X 10.7.4 (VMware). I have only iOS6 as deployment
target choice.
Original issue reported on code.google.com by ibrahim....@gmail.com on 12 Jan 2013 at 10:01
Original issue reported on code.google.com by
ibrahim....@gmail.com
on 12 Jan 2013 at 10:01