Cannot find ‘inputImage’ in scope

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

Answered by robnotyou in 690186022

It looks like you have mis-spelled "inputImage" as "inpuntImage".

Your error message is actually: "Cannot find inpuntImage in scope"

Accepted Answer

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.

Cannot find ‘inputImage’ in scope
 
 
Q