Am working on a project in Xcode 15 that allows me to access websites that aren’t secure, HTTP.
Since there is no longer a visible info.plist in Xcode 15 (or since 13.x I believe), I created one by:
- Going to the Target section of my project
- Highlighting the Info tab
- Select URL Types
- Click to add an item
info.plist appeared in my project and from there I added App Transport Security Settings, and added my exceptions.
I did nothing else and then Xcode gave me the error:
Multiple commands produce '/Users/danielq/Library/Developer/Xcode/DerivedData/How_Many-epkwpbuwbsaxacambbiyrtukideu/Build/Intermediates.noindex/How Many.build/Debug-iphoneos/How Many.build/Objects-normal/arm64/ContentView.stringsdata'
I tried cleaning the build folder, restarting Xcode, but the error remains.
Was my mistake adding the info.plist? I can always create a new clean project but is there another place I can enter all the I can always create a new clean project but ?