I have some code, though I don't think it is necessary. I have the following error:
Line Location Tool:0: "StartProfile::Player::Player()", referenced from:
Line Location Tool:0: collect2: ld returned 1 exit status
Line Location Tool:0: StartProfile::setup() in Startup.o
Line Location Tool:0: symbol(s) not found
Xcode links it all for me, but idk whats going on. Please help!
One or both functions are not implemented.
You have declarations for them, but the implementation(s) do not exist.
Check that you've actually coded both functions.