CPAProxy icon indicating copy to clipboard operation
CPAProxy copied to clipboard

undefined symbols -> add 'z' to the podspec library

Open rainwolf opened this issue 6 years ago • 0 comments

I ran into undefined symbols when compiling my app with the latest CPAPproxy, and resolved this by adding 'z'to the list of libraries in the podspec. Other solutions included adding the linker flag -lz or adding libz.dylib in the build phases (Link binary with libraries) to the CPAProxy pod in XCode.

rainwolf avatar Sep 03 '19 15:09 rainwolf