Duplicate symbol error when using Xcode 10 beta [duplicate]
Asked Answered
F

1

16

I get the following duplicate symbol errors when attempting to build my project on an actual device using Xcode 10 beta 5:

enter image description here

The errors don't occur when building to the simulator nor do they occur when using previous versions of Xcode and I'm not attempting to include the library multiple times (This is an old project which doesn't use pods but it's always compiled fine in the past). I'd assume I'm using another library that also includes PLCrashReport but I can't understand why I wouldn't see the same error when building with older versions of Xcode.

Anyone having similar issues using Xcode 10?

Ferriferous answered 31/7, 2018 at 16:30 Comment(4)
Yes, it's the same as this problem: #51603285 ... stick to beta 4 for now. Apple will have to fix it.Coagulate
Thank you for the response Sami. I guess it's back to beta 4.Ferriferous
Confirmed the same bug on beta5, as a workaround, you can uncheck the framework from the target membership section in the Xcode utilities panel. For me, it works. But it's definitely a Xcode bug.Guffey
This is fixed for me with Xcode 10 beta 6Signpost
L
1

Xcode 10 beta 6 fixes this issue

Linguistician answered 15/8, 2018 at 8:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.