Referenced from

Hello,

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!
The loader exited because you have no implementation for StartProfile::setup()
Explain, It says StartProfile::Player::Player()
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.

Topic archived. No new replies allowed.