We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
报错信息如下,处理了很久不知道是什么原因,希望能给与解答.谢谢. Undefined symbols for architecture arm64: "_cpSpaceStep", referenced from: -[ZJBKAnimationWithTimerVC stepBox:] in ZJBKAnimationWithTimerVC.o "_cpSpaceEachShape", referenced from: -[ZJBKAnimationWithTimerVC stepBox:] in ZJBKAnimationWithTimerVC.o "_cpSpaceNew", referenced from: -[ZJBKAnimationWithTimerVC p_physicalEngine] in ZJBKAnimationWithTimerVC.o "_cpSpaceAddBody", referenced from: -[ZJBKAnimationWithTimerVC p_physicalEngine] in ZJBKAnimationWithTimerVC.o "_cpShapeFree", referenced from: -[ZJCreate dealloc] in ZJCreate.o "_cpBodyFree", referenced from: -[ZJCreate dealloc] in ZJCreate.o "_cpBodyActivate", referenced from: _cpShapeSetFriction in ZJCreate.o "_cpBodyNew", referenced from: -[ZJCreate initWithFrame:] in ZJCreate.o "_cpMomentForBox", referenced from: -[ZJCreate initWithFrame:] in ZJCreate.o "_cpPolyShapeNew", referenced from: -[ZJCreate initWithFrame:] in ZJCreate.o "_cpSpaceAddShape", referenced from: -[ZJBKAnimationWithTimerVC p_physicalEngine] in ZJBKAnimationWithTimerVC.o "_cpBodySetPos", referenced from: -[ZJCreate initWithFrame:] in ZJCreate.o ld: symbol(s) not found for architecture arm64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
报错信息如下,处理了很久不知道是什么原因,希望能给与解答.谢谢.
Undefined symbols for architecture arm64:
"_cpSpaceStep", referenced from:
-[ZJBKAnimationWithTimerVC stepBox:] in ZJBKAnimationWithTimerVC.o
"_cpSpaceEachShape", referenced from:
-[ZJBKAnimationWithTimerVC stepBox:] in ZJBKAnimationWithTimerVC.o
"_cpSpaceNew", referenced from:
-[ZJBKAnimationWithTimerVC p_physicalEngine] in ZJBKAnimationWithTimerVC.o
"_cpSpaceAddBody", referenced from:
-[ZJBKAnimationWithTimerVC p_physicalEngine] in ZJBKAnimationWithTimerVC.o
"_cpShapeFree", referenced from:
-[ZJCreate dealloc] in ZJCreate.o
"_cpBodyFree", referenced from:
-[ZJCreate dealloc] in ZJCreate.o
"_cpBodyActivate", referenced from:
_cpShapeSetFriction in ZJCreate.o
"_cpBodyNew", referenced from:
-[ZJCreate initWithFrame:] in ZJCreate.o
"_cpMomentForBox", referenced from:
-[ZJCreate initWithFrame:] in ZJCreate.o
"_cpPolyShapeNew", referenced from:
-[ZJCreate initWithFrame:] in ZJCreate.o
"_cpSpaceAddShape", referenced from:
-[ZJBKAnimationWithTimerVC p_physicalEngine] in ZJBKAnimationWithTimerVC.o
"_cpBodySetPos", referenced from:
-[ZJCreate initWithFrame:] in ZJCreate.o
ld: symbol(s) not found for architecture arm64
The text was updated successfully, but these errors were encountered: