jetpacapp / DeepBeliefSDK

The SDK for Jetpac's iOS Deep Belief image recognition framework
Other
2.86k stars 437 forks source link

Readme: prescribe linking against libc++.dylib in order to avoid related... #22

Closed arielelkin closed 9 years ago

arielelkin commented 9 years ago

The errors related to operator new consistently happen when you don't link against libc++.dylib.

The workaround that's suggested involves an unnecessary performance penalty.

Linking against libc++ really would be the most adequate practice.

petewarden commented 9 years ago

Thanks! Merging.