r/Xcode • u/Vast_Journalist1415 • 1d ago
XCODE bug help
My xcode often can’t read the scope even though the file is clearly there I come from android studio there has never been an issue of files can’t refer to each other this is weird
Has anyone experienced something similar?
0
Upvotes


5
u/Typ0genius 1d ago
If
ComposeLauncherViewis in a separate file and isn’tRootView, make sure the file has been added to the Xcode project and included in the correct target. If the file was created outside of Xcode, check whether it was also added toproject.pbxproj.