Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Duplicate symbol error when using Xcode 10 beta [duplicate]

Tags:

xcode

flurry

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?

like image 263
Vallette Avatar asked Jul 31 '18 16:07

Vallette


1 Answers

Xcode 10 beta 6 fixes this issue

like image 65
Tayphoon Avatar answered Oct 14 '22 15:10

Tayphoon