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
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
Interesting! Thank you for reporting, I will look more closely into that. We probably want to perform class check over there in a different manner (use object_getClass from runtime instead and bail out if it's nil)
dyld: Library not loaded: @rpath/FBAllocationTracker.framework/FBAllocationTracker
Referenced from: /private/var/mobile/Containers/Bundle/Application/1180E0E0-80DC-47A8-AB1C-B138C3E9A8CB/VideoConference.app/VideoConference
Reason: image not found
@chengxiaoyu00 This can happen when you embed frameworks, but do not supply either actual frameworks or search paths to Xcode projects. You can add Copy Files step to you Xcode Build phases, providing proper path to your frameworks.
I have activated FBMemoryProfiler in my project and it cause quickly a crash.
I suppose it's an access to my NSPersistentStoreCoordinator...
The text was updated successfully, but these errors were encountered: