Looks like you have a linking error which indicates you’re using a function from a library but it hasn’t been properly accounted for when linking against available libraries. What does the log look like? Usually it will tell you which function is in question. From there you can track down which library you need to add.
1 Like