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.
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.