0

I am trying to build the 3D scanning sample provided by the StandardCyborg's Capture SDK for 3D scanning with your iPhone.

I forked their GitHub project and had to make a fix changes to make the project work as you can see in this forked repo. However, I am not able to get past this issue, "No such module 'PromiseKit'.

I tried to search up the long list of possible solutions for the "No such module..." error, but neither worked, do you guys know what I can do to get rid of that error?

Creating an API key is free from the standard cyborg website if you want to test their stuff

Screenshot of error

Saamer
  • 4,687
  • 1
  • 13
  • 55

1 Answers1

0

Ah yes, I figured this out. There's two Xcode workspace files in the Standard Cyborg git repo, one inside the StandardCyborgCocoa folder and another inside the StandardCyborgExample folder.

After following the instructions and doing a pod install, I was trying to look at why the Pods are not accessible. That's when I noticed another workspace file in the example folder. As soon as I opened that workspace, I just had to press build and it worked!

Dharman
  • 30,962
  • 25
  • 85
  • 135
Saamer
  • 4,687
  • 1
  • 13
  • 55