Running on iOS

2017-02-20 Thread pdoherty
I am back again with an issue on iOS that only seems to be affecting devices and not the simulator. I did not have access to a device until this point so it went unnoticed. I can build the library with no compiler issues but when I try to run it on a device(this one is arm64 architecture) I

Re: Running on iOS

2017-02-20 Thread pdoherty
I meant to put undefined symbols not unreferenced On Monday, February 20, 2017 at 1:19:52 PM UTC-6, pdoh...@cipherloc.net wrote: > > I am back again with an issue on iOS that only seems to be affecting > devices and not the simulator. I did not have access to a device until > this point so it

Re: Running on iOS

2017-02-20 Thread Jeffrey Walton
On Mon, Feb 20, 2017 at 2:40 PM, Jeffrey Walton wrote: > > > On Monday, February 20, 2017 at 2:19:52 PM UTC-5, pdoh...@cipherloc.net > wrote: >> >> I am back again with an issue on iOS that only seems to be affecting >> devices and not the simulator. I did not have access to

Re: Running on iOS

2017-02-20 Thread Jeffrey Walton
On Monday, February 20, 2017 at 2:19:52 PM UTC-5, pdoh...@cipherloc.net wrote: > > I am back again with an issue on iOS that only seems to be affecting > devices and not the simulator. I did not have access to a device until > this point so it went unnoticed. I can build the library with no

Test namespace within CryptoPP namespace

2017-02-20 Thread Jeffrey Walton
Hi Everyone, We added a Test namespace within the CryptoPP namespace. The commit of interest is https://github.com/weidai11/cryptopp/commit/73836e58a5f5c11cd7bf7db76e9d02013975fc9a. The Test namespace should help with problems like Patrick and others have experienced. Namely, its not obvious