StandardCyborg / StandardCyborgCocoa

Everything you need for 3D scanning on iOS
https://www.standardcyborg.com
Other
143 stars 49 forks source link

SCReconstructionManagerDelegate not found #41

Open tsukasa1989 opened 8 months ago

tsukasa1989 commented 8 months ago

I want to update the UI, therefor I copied the contents of the StandardCyborgCocoaUI to my project. But now it cannot find SCReconstructionManagerDelegate. If I remove the SCReconstructionManagerDelegate from the class constructor and the remove the _reconstructionManager.delegate = self from the code. It builds I can move the camera and it "detects" the objects. Now when I start scanning it only scans one frame because the reconstructor is not active.

Message:

Cannot find protocol declaration for SCReconstructionManagerDelegate; did you mean CLLocationManagerDelegate?

Any idea on how it is possible that SCReconstructionManagerDelegate is not found?