Does anyone know what this message means (or when it raises)?
CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The scheme in a URL is what appears before the first colon. For example, the scheme for the URL to this web page is
http. You are probably passing an incorrect URL into the function. Set a breakpoint to see what you are passing in or log the URL.