#Cam Kit AR mirror troubleshooting
10 messages · Page 1 of 1 (latest)
It should pretty much run on its own. What errors do you see?
I keep getting build errors. When the build runs, it’s showing a blank white screen on the simulator.
I am wondering now if this has anything to do with my version of xcode, macOS and sdk version? Or if it is something wise
Did you install cocaopods correctly? What errors in the logger?
@leaden ruin can you share the exact error you have (a screenshot or text)?
Thanks @storm bear and @sonic jacinth : So I have tried every which method to fix this but I am not sure what I am doing wrong.
I have installed cocoapods, updated them, reinstalled everything else.
For the sample mirror (https://developers.snap.com/camera-kit/integrate-sdk/ios/guides/mirrors) , even though I have followed the instructions, added my API + group lens ID etc , every time I run the build I get the error "That command depends on command in Target 'CameraKitAlternateCarouselSample' (project 'CameraKitAlternateCarouselSample'): script phase “[CP] Embed Pods Frameworks”
I got this error after I updated the pods on my simple first camera kit app (https://developers.snap.com/camera-kit/integrate-sdk/ios/tutorials/building-your-first-ios-camera-kit-app) 😭
Could you try this version of the Mirrors Sample? It uses Swift Package Manager instead of cocoapods
Oh it worked!!! 😄
thank you so much @sonic jacinth 🙏🏽
Awesome! Thanks, Pavel!