Hello,
clang++: error: linker command failed with exit code 1
this error means that some method(_Analysis,_SetTestConfig,_Startup) is referenced that does not have an implementation in the arm64 binary (.a file) or some objects are null. The root issue is in the library.
You could check these methods in your library and see if they are not implemented.
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.