Moment icon indicating copy to clipboard operation
Moment copied to clipboard

Duplicate symbols for architecture x86_64

Open miguelgazela opened this issue 9 years ago • 1 comments

I've tried adding the 4 files to an existing project and it doesn't compile. It gives a bunch of 'duplicated symbols' errors for variables contained in the TimeParser file.

Tried it using a completely new project and faced the same problem.

Do I need to change any configuration in the project compiler phase?

Thanks in advance.

screen shot 2016-03-04 at 10 54 04

miguelgazela avatar Mar 04 '16 11:03 miguelgazela

yeah I remember running into that. There was a configuration change for that. Will have to check later but until then you can checkout https://github.com/momentlib. There is a swift framework project that you could compare your configuration with.

kmussel avatar Mar 07 '16 18:03 kmussel