Hi everyone,
I’m currently making an broadcast app for iPhone / iPad and mac, for this app I need an UIImagePickerController. But in my code get the following error: Cannot find ‘inputImage’ in scope.
Can anyone help me?
Thanks a lot, Robby
Hi everyone,
I’m currently making an broadcast app for iPhone / iPad and mac, for this app I need an UIImagePickerController. But in my code get the following error: Cannot find ‘inputImage’ in scope.
Can anyone help me?
Thanks a lot, Robby
It looks like you have mis-spelled "inputImage" as "inpuntImage".
Your error message is actually: "Cannot find inpuntImage in scope"
Thank you, I had no idee that I miss-spelled inputImage. But it works now, thanks.