Thanks! I'll give that a try.
Post
Replies
Boosts
Views
Activity
Add special linker settings to reference Info.plist and define that file.
targets: [ .executableTarget( name: "MyProgram", dependencies: [], linkerSettings: [ .unsafeFlags([ "-Xlinker", "-sectcreate", "-Xlinker", "__TEXT", "-Xlinker", "__info_plist", "-Xlinker", "Sources/Resources/Info.plist" ]) ] ), ]
Thank you for for this thread and for referencing your FB ticket. I'm seeing the same issue and can add that the behavior is identical with Xcode 15.0 beta 8.