You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update DYLD_FALLBACK_LIBRARY_PATH to the new path (#416)
We found an app launch crash where it complains cannot load image @rpath/libXCTestSwiftSupport.dylib.
This dylib is in "platform/Developer/usr/lib" which has an updated path over the years of Xcode evolvement.
Updating the `DYLD_FALLBACK_LIBRARY_PATH` to use the new path so the simulator can pick up the dylib.
Co-authored-by: Ravi Kumar Mandala <rmandala@linkedin.com>
0 commit comments