Eureka 5.2 Cocoapods Installation
No compiler or installation errors and the project runs.
On calling a Eureka FormViewController I receive multiple crashes but the most consistent is:
public var cell: Cell! {
return _cell ?? {
let result = cellProvider.makeCell(style: self.cellStyle)
result.row = self
result.setup()
_cell = result
return _cell
}()
}
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in
Hi @johnlietzke What is the crash? And the stack trace?
Hi Mathias,
Thanks for the response.
The error occurs at:
let result = cellProvider.makeCell(style: self.cellStyle)
Is this what you are looking?
If not let me know what you else you need?
Best,
John
On Feb 17, 2020, at 4:14 AM, Mathias Claassen notifications@github.com wrote:
Hi @johnlietzke https://github.com/johnlietzke What is the crash? And the stack trace?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/xmartlabs/Eureka/issues/1989?email_source=notifications&email_token=ABAADT5MJSDFK77INZOK3J3RDJ5T5A5CNFSM4KUISJN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL6GQEQ#issuecomment-586967058, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAADTYISJTW7LSMBDLH2NLRDJ5T5ANCNFSM4KUISJNQ.
Hi, I'm also having the exact same issue.
Here's more detailed information. I'm using Eureka 5.2 via SPM.
Crash:
Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
Stack trace:
Thread 1 Queue : com.apple.main-thread (serial)
#0 0x00007fff50c65c67 in objc_retain ()
#1 0x000000010f669a0f in Row.cell.getter at /Users/<redacted>/SourcePackages/checkouts/Eureka/Source/Core/Row.swift:154
#2 0x000000010f66aab1 in protocol witness for TypedRowType.cell.getter in conformance Row<A> ()
#3 0x000000010f671aaa in closure #1 in RowType<>.cellUpdate(_:) at /Users/<redacted>/SourcePackages/checkouts/Eureka/Source/Core/RowType.swift:216
#4 0x000000010f66a637 in Row.updateCell() at /Users/<redacted>/SourcePackages/checkouts/Eureka/Source/Core/Row.swift:178
#5 0x000000010f63c255 in FormViewController.tableView(_:cellForRowAt:) at /Users/<redacted>/SourcePackages/checkouts/Eureka/Source/Core/Core.swift:969
#6 0x000000010f63c465 in @objc FormViewController.tableView(_:cellForRowAt:) ()
#7 0x00007fff48fbe657 in -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] ()
#8 0x00007fff48f876f8 in -[UITableView _updateVisibleCellsNow:] ()
#9 0x00007fff48fa77a5 in -[UITableView layoutSubviews] ()
#10 0x00007fff4929a5b8 in -[UIView(CALayerDelegate) layoutSublayersOfLayer:] ()
#11 0x00007fff2b7bca80 in -[CALayer layoutSublayers] ()
#12 0x00007fff2b7c2c0b in CA::Layer::layout_if_needed(CA::Transaction*) ()
#13 0x00007fff2b7ce2c2 in CA::Layer::layout_and_display_if_needed(CA::Transaction*) ()
#14 0x00007fff2b7173ac in CA::Context::commit_transaction(CA::Transaction*, double) ()
#15 0x00007fff2b74ad87 in CA::Transaction::commit() ()
#16 0x00007fff48de0054 in _afterCACommitHandler ()
#17 0x00007fff23db91c7 in __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ ()
#18 0x00007fff23db3c7e in __CFRunLoopDoObservers ()
#19 0x00007fff23db41ca in __CFRunLoopRun ()
#20 0x00007fff23db39e4 in CFRunLoopRunSpecific ()
#21 0x00007fff38dc9c1a in GSEventRunModal ()
#22 0x00007fff48db6408 in UIApplicationMain ()
#23 0x000000010e77c6a3 in main at /Users/<redacted>/main.swift:32
#24 0x00007fff51ace10d in start ()
#25 0x00007fff51ace10d in start ()
I hope this is useful.
Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
is the only error message?
That doesn't say much.
As this is still beta it could be an iOS issue. Mainly because there is no apparent error and this code was working up to now. Let's wait if a future beta fixes it.
This is the stack trace I am receving.
Thread 1 Queue : com.apple.main-thread (serial)
Is that in beta 1 or 2? Does it happen in beta 2?
It happens in Beta 1, 2 & 3. The last trace I sent you was from beta 3.
On Mar 2, 2020, at 6:02 AM, Mathias Claassen notifications@github.com wrote:

Is that in beta 1 or 2? Does it happen in beta 2?—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Thread 1 Queue : com.apple.main-thread (serial)
0 0x0000000194bc0e30 in initializeNonMetaClass ()
>
This is from iOS 13.4 beta 4 using Xcode 11.4 beta 3. It appears to be slightly different than the pervious Stack Trace.
ios 13.4 crash, stable version,
Facing the same issue with latest XCode 11.4
It is triggered when cellUpdate is used on a row.
while change Xcode to 11.3.1 , cellUpdate won't crash
Duplicate of #1988 #1987 #1999
Will be fixed in 5.2.1 released soon!
Most helpful comment
Duplicate of #1988 #1987 #1999
Will be fixed in 5.2.1 released soon!