Rednick16 / libSupport

libSupport is like a toolbox for tinkering with apps. It's a dynamic library that lets you mess around with how different parts of an app work.
46 stars 8 forks source link

Undefined Symbols #5

Closed CarsonARK closed 1 year ago

CarsonARK commented 1 year ago

When typing "make package" in theos, it returns many undefined symbols errors. I tried removing .Theos and removing the $(LIBRARY_NAME)_INSTALL_PATH = @executable_path/Frameworks as sugguested in another comment, however it did not work. Undefined symbols for architecture arm64: "_objc_msgSend$UTF8String", referenced from: l005 in libsupport.a(dyld.m.0e83968f.o) _SupportGetDyldImageName in libsupport.a(dyld.m.0e83968f.o)

Rednick16 commented 1 year ago

on which platform are you using theos?

Rednick16 commented 1 year ago

hopefully libSupport 1.2.1 will fix the linking issues it should work for mobile theos as well btw