question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[iOS] [Generic] Creating an image format with an unknown type is an error

See original GitHub issue
react-native-cli: 1.0.0
react-native: 0.36.0
xcode: 8.0
iOS: 10

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chris-pikulcommented, Nov 4, 2016

+1 Same here, not working on iOs. Tried withallowsEditing and without. Does not throw error or callback. Just silently fails.

Configuration:

{
   title: 'Choose Profile Picture',
   mediaType: 'photo',
   maxWidth: 512,
   maxHeight: 512,
   allowsEditing: true,
   storageOptions: {
      skipBackup: true,
      cameraRoll: false,
      waitUntilSaved: true
   }
}

react-native-image-picker: 0.22.13 react-native: 0.35 xcode: 8.0 iOs: 10 (deployment target is 8.2)

0reactions
antoinerousseaucommented, Sep 1, 2017
Read more comments on GitHub >

github_iconTop Results From Across the Web

"Creating an image format with an unknown type is an error ...
This does not solve the problem for me. I updated the function and still get the error message immediately when this function is...
Read more >
Creating an image format with an unknown type is an error
My app uses a UIImagePickerController to allow the user to choose an image from their camera roll. This was all working fine up...
Read more >
[Solved]-xcode 8.1 & iOS 10.1.1 "[Generic] Creating an image format ...
Coding example for the question xcode 8.1 & iOS 10.1.1 "[Generic] Creating an image format with an unknown type is an error" for...
Read more >
Xcode 8 – swift 3: Creating an image format with an unknown type is ...
I get an error when selecting an image with UIImagePicker: [Generic] Creating an image format with an unknown type is an error.
Read more >
ngImgCrop in ionic iOS throwing [Generic] Creating an image format ...
ngImgCrop in ionic iOS throwing [Generic] Creating an image format with an unknown type is an error.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found