You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i can register home/shopItemList/shop and home/shopItemList/shop/chat because i have an im entry in shop page.
when i click to go chatting, it was crashed on here:
WAAssert(!foundedEntity || foundedEntity && !entity.sourceControllerClass, ([NSString stringWithFormat:@"Error: you cannot have two entities with the same target class (%@) if the source is not nil. Cannot resolve the path.", NSStringFromClass(entity.targetControllerClass)]));
if i forced to remove this assert , when i click go back it will directly go back to shopItemList instead of shop. then i think that was a bug or that operation was not currently supported.
please kindly advise it.
The text was updated successfully, but these errors were encountered:
Here is the entities i printed:
i can register home/shopItemList/shop and home/shopItemList/shop/chat because i have an im entry in shop page.
when i click to go chatting, it was crashed on here:
WAAssert(!foundedEntity || foundedEntity && !entity.sourceControllerClass, ([NSString stringWithFormat:@"Error: you cannot have two entities with the same target class (%@) if the source is not nil. Cannot resolve the path.", NSStringFromClass(entity.targetControllerClass)]));
if i forced to remove this assert , when i click go back it will directly go back to shopItemList instead of shop. then i think that was a bug or that operation was not currently supported.
please kindly advise it.
The text was updated successfully, but these errors were encountered: