Post

Replies

Boosts

Views

Activity

Comment on SwiftData crashes the app
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" ]) ] ), ]
Topic: Programming Languages SubTopic: Swift Tags:
Nov ’23
Comment on Following up on 'What's new in passkeys'
Thank you for updating the link type on the video.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25
Comment on Swift compiler crashes with simple SwiftData model
Thanks! I'll give that a try.
Replies
Boosts
Views
Activity
Nov ’23
Comment on SwiftData crashes the app
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" ]) ] ), ]
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Swift compiler crashes with simple SwiftData model
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.
Replies
Boosts
Views
Activity
Aug ’23