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
If one xcodeproj references another, a crash occurs when calling the project.write function.
This happens in the PBXProjEncoder.sortProjectReferences function because lFile.name is nil, yet a forced unwrap is performed.
If one
xcodeprojreferences another, a crash occurs when calling theproject.writefunction.This happens in the
PBXProjEncoder.sortProjectReferencesfunction becauselFile.nameis nil, yet a forced unwrap is performed.