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
Upon running the app, it's crashing with the following logs.
dyld: Symbol not found: _OBJC_CLASS_$_Reachability
Referenced from: /Users/abc/Library/Developer/CoreSimulator/Devices/387D652C-CB80-4739-88B1-DD04ACAFA8D6/data/Containers/Bundle/Application/1F0D73A7-B3EC-46C0-B808-2F1816B91234/LalaFood-User.app/Frameworks/ChatSDK.framework/ChatSDK
Expected in: /Users/abc/Library/Developer/CoreSimulator/Devices/387D652C-CB80-4739-88B1-DD04ACAFA8D6/data/Containers/Bundle/Application/1F0D73A7-B3EC-46C0-B808-2F1816B91234/LalaFood-User.app/Frameworks/Reachability.framework/Reachability
in /Users/abc/Library/Developer/CoreSimulator/Devices/387D652C-CB80-4739-88B1-DD04ACAFA8D6/data/Containers/Bundle/Application/1F0D73A7-B3EC-46C0-B808-2F1816B91234/LalaFood-User.app/Frameworks/ChatSDK.framework/ChatSDK
I have Reachability through PusherSwift.
Hoping someone could help. Thank you.
The text was updated successfully, but these errors were encountered:
For the time being, in order to proceed with my task at work, I just manually copied the files I need from PusherSwift, instead of installing it via Cocoapods.
Upon running the app, it's crashing with the following logs.
I have
Reachability
throughPusherSwift
.Hoping someone could help. Thank you.
The text was updated successfully, but these errors were encountered: