I am not sure if it is related with beta software I am using. I\'ve recorded a video which shows the problem:
https://youtu.be/AuxjNpylaMc
When I create new
I came across the same issue right after updating to macOS Catalina Beta 4 as well. Here is a workaround:
Navigate to the project file in Finder, right click the xcodeproj > Open With > Other... > Enable: All Applications > [text editor of choice]. Open up the project.pbxproj
file.
Find the section named /* Begin PBXFileReference section */
and below it, locate the section where it says:
path = ../../../../../../System/Volumes/Data/Users/patryksredzinski/Desktop/PerfTester/PerfTester-Xcode/PerfTester-Xcode/wtfTableViewCell.swift
and replace it with path = wtfTableViewCell.swift
.
[filename].swift
.Hopefully a permanent fix will come out soon.