VictorNouvellet / KubiServerApp

Other
0 stars 0 forks source link

Apple Mach-O Linker Error #2

Open Mose726 opened 6 years ago

Mose726 commented 6 years ago

After following the instructions in ReadMe, I got "Apple Mach-O Linker Error" as in the image below.

screen shot 2018-10-05 at 14 34 49

How can I deal with the errors?

VictorNouvellet commented 6 years ago

Hi! This is because of a reference on a class inside of the missing framework. You can try to delete the project, clone it again and do every installation steps before building a first time.

Mose726 commented 6 years ago

I could successfully build and run the app on my phone. I really appreciate your help!