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

Xcode crashes as soon as i call ImageRow #61

Open
sahibhussain opened this issue Mar 30, 2019 · 3 comments
Open

Xcode crashes as soon as i call ImageRow #61

sahibhussain opened this issue Mar 30, 2019 · 3 comments

Comments

@sahibhussain
Copy link

xcode gives abort trap 6 error as soon as i call imagerow in my form but it working fine in my other project.

*** DESERIALIZATION FAILURE (please include this section in any bug report) ***
could not deserialize type for '_': could not deserialize type for 'userPickerInfo': declaration is not a nominal type
Cross-reference to module 'UIKit'

1.	While running pass #219 SILModuleTransform "MandatoryInlining".
2.	While deserializing SIL vtable for 'ImageRow' in module 'ImageRow'
error: Abort trap: 6

@mats-claassen
Copy link
Member

Does this happen with the code from master branch as well?

pod 'ImageRow', :git => 'https://github.com/EurekaCommunity/ImageRow.git', :branch => 'master'

@sahibhussain
Copy link
Author

Does this happen with the code from master branch as well?

pod 'ImageRow', :git => 'https://github.com/EurekaCommunity/ImageRow.git', :branch => 'master'

yes. i don't know why as the same code is working on my other project.

@mfogel
Copy link

mfogel commented Aug 24, 2019

Note for folks who can't upgrade to swift 5 - I was able to solve this in my project by using version ~> 3.1.0 of ImageRow.

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

No branches or pull requests

3 participants