Polidea / RxBluetoothKit

iOS & OSX Bluetooth library for RxSwift
Apache License 2.0
1.41k stars 365 forks source link

Support building xcframeworks via carthage #394

Open badeleux opened 3 years ago

badeleux commented 3 years ago

Describe the bug Can't compile the library into xcframework due to following issue:

import RxSwift
       ^

** ARCHIVE FAILED **

The following build commands failed:
    CompileSwift normal arm64
    CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
    CompileSwift normal armv7
    CompileSwiftSources normal armv7 com.apple.xcode.tools.swift.compiler
(4 failures)

To Reproduce Steps to reproduce the behavior:

  1. Try to run a carthage on a project which uses RxBluetoothKit
  2. carthage bootstrap --no-use-binaries --platform iOS --use-xcframeworks

Expected behavior A clear and concise description of what you expected to happen.

Environment: