Project build failure for release 2.4.0 using Carthage build #159
Description
Trying out latest 2.4.0 with Carthage, the demo project reports failure at beginning of main.swift.
import ParseLiveQuery
"Module file was created for incompatible target x86_64-apple-ios8.0: ~/liveDemo/Carthage/Build/iOS/ParseLiveQuery.framework/Modules/ParseLiveQuery.swiftmodule/x86_64.swiftmodule".
After that, I tried a number of steps to get around the error, but so far to no avail. The steps I tried:
- rm -rf ~/Library/Developer/Xcode/DerivedData/
- carthage update --no-use-binaries --platform iOS
- Create a new project and repeat the steps above
The environment setting is:
MacOS 10.13.4
Xcode 9.3
Carthage 0.29.0
cat Cartfile
github "ParsePlatform/ParseLiveQuery-iOS-OSX"
Demo project for previous release 2.3.0 built with Carthage also failed to work, see #155 . Yet it went beyond 'import' phase.
Some background info, Parse-SDK-iOS-OSX works fine with Carthage in my project. Just LiveQuery ran into problems.
Wondering what more steps I should take to make the demo project pass build phrase.