XCode 8.1 -> duplicate symbol __TMRbBp

Hi All,


I'm stumped and I'm hoping someone out there can comment on this. Under XCode 8.0 my project builds without issues. Under the 8.1 GM and final 8.1 from the App Store the same project results in the error for three swift files that I've created.

duplicate symbol __TMRbBp


First off, any idea what TMRbBp is? Google wasn't helpful here.


I've looked at the linker settings to make sure I'm not double-linking in libraries.


The target that's complaining is a TodayView Extension target. Two of the three source files are also compiled into the main host app, but I can't think of a reason why that would matter. Many other files are built/included the same way.


Thanks for any help and suggestions,

Wes

this is the error in facing, im run my code

linker command failed with exit code 1 (use -v to see invocation)

XCode 8.1 -> duplicate symbol __TMRbBp
 
 
Q