objective c - Static framework with -"ObjC" -
My project is already importing many third-party structures, and in many "-ObjC" Optimization is required -> Linking -> Other Linker flag tab.
Currently, I am trying to add a more stable structure (Osmap SDK), and causes undefined symbols "errors adaptation" architecture i386. Undefined symbols for the architecture are i386: "_BZ2_bzBuffToBuffDecompress", referenced from: - [OSTerrain getDataLoadedForEasting: Answer:] Referenced in OSMap ("OO"), "_OBJC_CLASS _ $ _ RMMapTiledLayerView", in: objc-class-ref Osmap (RMMapView.o) "_OBJC_CLASS _ $ _ RMMarker", refers to: Osjepi (Armmpiovrlewuko.) in objc-class-ref in "Obijesi_elass _ $ _ RM Opanstrektmapasait" Osmpi (Armmapwuko ) Refers to the objection-class-reference in "_OBJC_CLASS _ $ _ RMQuadTree", in: OBJC- Las-ref (Armmapwuko) LD: Architecture of symbol (s) not found I386 Clag: Error: Linker Command Use -V to see EF exit code (invitation with 1)
I'm sure I added the quartzakor framework and other frameworks specified on GIT. And as far as I can see, no one in the framework is there. I do not have the file.
Is there a way to use the fixed link while other linker also has the functionality of optimization under the flag?
Edit:
- Libbz.dylib helps eliminate the first error.
- There are still four other errors still exist. My guess is that they are on the way-my library, and somehow missing. And if I import the library - although it can eliminate the error of the undefined symbol, it will generate new errors of duplicate symbols.
Comments
Post a Comment