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

Project build failure for release 2.4.0 using Carthage build #159

Closed
@bayareahank

Description

@bayareahank

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:

  1. rm -rf ~/Library/Developer/Xcode/DerivedData/
  2. carthage update --no-use-binaries --platform iOS
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions