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
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:
Try to run a carthage on a project which uses RxBluetoothKit
Describe the bug
Can't compile the library into xcframework due to following issue:
To Reproduce
Steps to reproduce the behavior:
carthage bootstrap --no-use-binaries --platform iOS --use-xcframeworks
Expected behavior
A clear and concise description of what you expected to happen.
Environment:
The text was updated successfully, but these errors were encountered: