I've one widget in my app, so technically I have two Targets.
Now every time I hit compile, Xcode just launching my widget's Target by default, not my app's Target and I can't even change the log to my app's Target instead of widget's Target. So I cannot read logs from ViewController.swift.
my app's Target
Now every time I hit compile, Xcode just launching my widget's Target by default, not my app's Target and I can't even change the log to my app's Target instead of widget's Target. So I cannot read logs from ViewController.swift.
my app's Target
my widget's Targetcom.myapp
Help me. How can I add my primary Target there?com.myapp.widget