I have some code that recognizes some text from a camera and then takes that text and makes an amazon search and (sort of) gets the reviews.
The part I am struggling with right now is making the reviews show up on the user's camera.
Here is my current code: github repo
Feel free to run it to see how it works. You can see I already did some ARKit work in the viewDidLoad method of ViewController.swift but it keeps crashing when I try to run it on my iPhone with this exception: Thread 1: Exception: "-[UITextInputTraits length]: unrecognized selector sent to instance 0x1035332b0"
Basically I want the user to take a pic and the rating should show up on the user's camera (i have already got the rating, it isn't just displaying on the user's camera)
Thanks in advance.
The part I am struggling with right now is making the reviews show up on the user's camera.
Here is my current code: github repo
Feel free to run it to see how it works. You can see I already did some ARKit work in the viewDidLoad method of ViewController.swift but it keeps crashing when I try to run it on my iPhone with this exception: Thread 1: Exception: "-[UITextInputTraits length]: unrecognized selector sent to instance 0x1035332b0"
Basically I want the user to take a pic and the rating should show up on the user's camera (i have already got the rating, it isn't just displaying on the user's camera)
Thanks in advance.