This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Description
I'm trying to do some testing of ParseLiveQuery, and I'm running into a problem integrating the framework in Xcode 8.
I'm using Carthage with ParseLiveQuery as the only dependency. ParseLiveQuery and the necessary dependencies appear to be built, and I can properly add them to my Xcode project and build. The problem occurs when I try to run the app. The app crashes immediately with the following error:
dyld: Library not loaded: @rpath/BoltsSwift.framework/BoltsSwift Referenced from: /Users/jszymanski/Library/Developer/CoreSimulator/Devices/66A77A5B-1C69-49FF-A3E8-887858A83CE5/data/Containers/Bundle/Application/10078C94-A621-4A5C-ADAA-6A1D5A2DDF0B/ParseTest.app/Frameworks/ParseLiveQuery.framework/ParseLiveQuery Reason: Incompatible library version: ParseLiveQuery requires version 1.0.0 or later, but BoltsSwift provides version 0.0.0
Does anyone have any idea how to get around this problem? I've tried manually integrating everything, but that has had all sorts of other problems. I'm trying to avoid going down the route of CocoaPods, due to how much additional overhead there is in place to get that built and working.