Getting linker error, Undefined symbols for architecture arm64: “_OBJC_CLASS_$_Reachability”, referenced from”
Getting following error, “warning: Could not find or use auto-linked framework ‘Reachability’: framework ‘Reachability’ not found Undefined symbols for architecture arm64: “_OBJC_CLASS_$_Reachability”, referenced from” My Project Structure is as follows, appModule appFeatures api apiImpl -> Reachibility pod added sharedFlavour common prod -> (point to common, export dependency, api project) qa -> (oint to common, export […]