Expected identifier or '(' issue when adding WKWebview in Xcode objective C - objective-c

I am receiving the error message and cannot figure out why. enter image description here
Any help would be greatly appreciated.

Related

I don't understand how to make this error go away; Cannot resolve Symbol 'ImageViewer' and i have already imported facebook.fresco and github.stfalcon

enter image description here
enter image description here
I have tried implementing some libraries images above, and the suggestion that shows says create inner Buider but that is not working out pls someone help me

Getting Error: Archive the artifacts’ failed: no workspace for ICSQAA/MFRSII/FFTK/FFTK_Daily_Smoke

I am getting the error as you can see in the attachment. If you anyone has a proper solution, please help me.
For any clarification or info, please let me know.
enter image description here
enter image description here

IE9 defineGetter Error Terraformer.js

I have an MVC4 application I am working on and each time I try and run it in IE9 I get an error saying:
SCRIPT438: Object doesn't support property or method 'defineGetter'
terraformer.js, line 1007 character 5
this is the line of code getting the error:
this.__defineGetter__("bbox", function(){
return calculateBounds(this);
});
}
i am trying to create a new incident from a properties dialog box but it will not let me continue. it works fine in crome. i dont know why it keeps going to this terraformer.js file too. i am really new to all this coding so any help or advice will be greatly appreciated. someone told me i can try to update the terraformer file but im not sure how to do that. i really hope someone can help me move forward with this issue.
thank you in advance.
i just needed to update the terraformer code from github with an updated version. doing this fixed the problem and now i get no errors.

Weird errors in Xcode

I've recently changed a few lines of code in my app, and it screwed all of it.
There a few weird errors I would like to note here, hoping some of you will know a solution to it-
First- I'm implementing the delegate of UITextField in my app, put it in those , but still in my .m file when I try to implement this method-
- (void)textFieldDidBeginEditing:(UITextField *)textField
It shows this error- Use of undeclared identifier 'textFieldDidBeginEditing'.
Second and third, there are two parse issues- Expected '}' and Missing '#end'. When I add Missing #end from the red circle with a little white square in it button, it shows me the same error again- infinite loop.
How can I solve these?
Thanks in advance.
The problem is that the actual errors are not where you (and the compiler) think(s) it is. Deducing from the error message you got, you're missing a closing curly bracket (}) from the part of your code which falls before the line which errors out.

autoAdjustmentFilters for CIImage

Following is the code for autoAdjustmentFilters provided in apple development videos. But it is giving me one warning and one error. Any body can help me..
You can just put in #"inputImage" instead of the constant. Should work fine.