Struggling with XCode Settings for ios deeplinking

I am using flutter to develop my iOS App.
My app should open when someone clicks on a link of my subdomain.
This works on my android phone so I assume that I have done everything correctly on the coding site. So I started by adding the subdomain to my runner.entitlements . The Target Membership category has the "Runner" unticked. As soon as I tick it, the "Info.plist" occurs in Build Phases under the "Copy Bundle resource" section. Because of this, the build fails with a "Multiple commands produce xxxxx" error.

To fix this, I have to remove the info. plist from the "Copy Bundle Resources" from my "Build Phases" Section.

I am running in circles and not sure what causes my App to not open when I enter the unilink in safai
Struggling with XCode Settings for ios deeplinking
 
 
Q