ImageRow
ImageRow copied to clipboard
Xcode crashes as soon as i call ImageRow
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
Does this happen with the code from master
branch as well?
pod 'ImageRow', :git => 'https://github.com/EurekaCommunity/ImageRow.git', :branch => 'master'
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.
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.