Trying to convert a string to NSURL and this is not happening.
barcodeTextLabel.text = foundCode.barcodeString; urlToGrab = [NSString stringWithFormat:@"%@", foundCode.barcodeString]; // foundCode.barcodeString is an NSString urlToGrab shows the following "error invalid CFStringRef"
+stringWithFormat:method?