objc-zmq icon indicating copy to clipboard operation
objc-zmq copied to clipboard

objc-zmq issues using Xcode 10

Open elyesfkihmhamed opened this issue 6 years ago • 0 comments

Hi , I have used your pod in correct way with xcode 9.4 but when i made an update to Xcode 10 , I have many issue for the project's architecture ( arm64) : I have tried many solutions + Now I force my project to be compiled by adding libstdc-.6.0.9.tbd file in my xcode lib directory (temorary solution) and i can't run my project on device since references to libstdc++ (including -lstdc++, -lstdc++.6.0.9, libstdc++.6.0.9.tbd, and libstdc++.6.0.9.dylib) were removed on Xcode 10 : -lstdc++ was removed from Build Phases--> Link binary with librairies and adding such flag in other linker flags is obselete now. Project dependencies such as static archives that were built against libstdc++ will also need to be rebuilt against libc++. Apple will unlikely ever support libstdc++ again. So could you rebuild your archive against libC++ , i need this to make submission in the App Store. Thanks.

elyesfkihmhamed avatar Oct 24 '18 09:10 elyesfkihmhamed