SyntaxFix
Write A Post
Hire A Developer
Questions
I had same problem.
The cause was that I declared same global variable in 2 files. So it was showing same error saying 2 duplicate symbols.
The solution was to remove those variables.