ImageRow icon indicating copy to clipboard operation
ImageRow copied to clipboard

Xcode crashes as soon as i call ImageRow

Open sahibhussain opened this issue 5 years ago • 3 comments

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

sahibhussain avatar Mar 30 '19 22:03 sahibhussain

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

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

mats-claassen avatar Apr 04 '19 13:04 mats-claassen

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.

sahibhussain avatar Apr 05 '19 02:04 sahibhussain

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.

mfogel avatar Aug 24 '19 16:08 mfogel