I can't access classes - e.g. public class Foo in ContentView.swift, from within JSBridge.swift
import Foo does not work. And no 'target membership' panel on the right hand side of xcode displays for any JSBridge dir file (which prevents testing whether target membership is the issue).
How might I make my classes available to files within this JSBridge folder / JSBridge.swift file?
Edit: I have this JSBridge dir in my build settings > compile sources. But there's still no 'target membership' panel when I click on any of the JSBridge files.
How do you make this dir/dir's files members of your target?