Xcode – Can iOS Objective-C app use nested static ObjC/Swift libs?
OBJ-C ONLY... That is, An ObjC app imports ObjC static lib A. Static lib A imports static lib B. Static lib A has functions that call functions within lib B. The app only calls functions in lib A and does…