Post

Replies

Boosts

Views

Activity

Reply to Xcode Showing Build Failed
The linker error says "duplicate symbols". Did you build the files successfully individually before? You almost certainly have defined the same symbols (function, global variable, etc.) more than once across the two files. Since they are now compiled in one executable instead of two, you need to have unique names. Or compile the two separately, in one target each.
Feb ’24
Reply to Swift project build process is extremely slow after upgrading to 16.3
This happens to me too, and seems to have been reported a few times here and elsewhere (e.g. StackOverflow and individual blog posts), but Apple seems yet to address, let alone fix, the issue.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Xcode Showing Build Failed
The linker error says "duplicate symbols". Did you build the files successfully individually before? You almost certainly have defined the same symbols (function, global variable, etc.) more than once across the two files. Since they are now compiled in one executable instead of two, you need to have unique names. Or compile the two separately, in one target each.
Replies
Boosts
Views
Activity
Feb ’24
Reply to Settings app crashes on iOS 15 iPhone Simulator
Also reported here https://developer.apple.com/forums/thread/737471
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23