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