I am trying to add a few C ++ files to Swift to make a bioinformatic tool prototype as part of my bachelor's thesis.
I am not a programmer and my studies are focused on biotechnology so this area is new to me, I have learned a lot but in this point I am completely stuck with the project, so I am looking for some help.
The error I am seeing is this:
Undefined symbols for architecture x86_64:
"Aline_Wrapper::Aline_seq()", referenced from:
-[Aline_W Aline_Full] in Aline_W.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The information I have read and tried to use to correct the error is here.
I haven't been able to solve my problem using this information.
The project files that I have so far can be found here.