I’m getting an odd error in my console when running my app sometimes:
ImageIO: ERROR - MetadataLib.dylib not found
I’m not sure what this is related to, but I am running AdMobs ads.
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.
Yeah, so got a response back from Apple. Looks like it’s a bug in 4.1’s SDK that is addressed with 4.2’s SDK. In my code, it was caused by a particular JPEG with a bunch of metadata in it. Upgrading to the latest SDK should eliminate the issue.