Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: Not enough bits to represent the passed value #74

Closed
Umity opened this issue Aug 16, 2018 · 9 comments
Closed

Fatal error: Not enough bits to represent the passed value #74

Umity opened this issue Aug 16, 2018 · 9 comments

Comments

@Umity
Copy link

Umity commented Aug 16, 2018

When i am cropping a photo and tap to the check/OK button then i get this error
Fatal error: Not enough bits to represent the passed value

public init<T: Hashable>(hashable: T) {
    self.init(int32Value: Int32(hashable.hashValue))
}

ImageRequestId.swift

@InViZz
Copy link

InViZz commented Oct 11, 2018

same issue

@bystritskiy
Copy link

same +

@shireeshMs
Copy link

the same issue on Xcode 10 iOS 12

@HiveHicks
Copy link
Member

This issue seems to be fixed by this commit avito-tech/ImageSource@15f84ea
The fix is available in develop branch.

@shireeshMs
Copy link

@HiveHicks Just taken from Develop branch but still facing the same issue.

@HiveHicks
Copy link
Member

HiveHicks commented Jan 10, 2019

@shireeshMs can you please check what version of ImageSource is specified in your Podfile.lock? Is it 2.1.0?

Oh, sorry, I confused it with another problem

@shireeshMs
Copy link

screenshot 2019-01-10 at 5 01 56 pm
and yes it is 2.1.0 @HiveHicks
still if you have something for this issue please let me know

@HiveHicks
Copy link
Member

The issue should be resolved now by avito-tech/ImageSource@a9ce17b
ImageSource 2.2.1 is now used in develop branch of Paparazzo.

@HiveHicks
Copy link
Member

And now it's in master, followed by the release of Paparazzo 3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants