Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support building xcframeworks via carthage #394

Open
badeleux opened this issue Mar 10, 2021 · 0 comments
Open

Support building xcframeworks via carthage #394

badeleux opened this issue Mar 10, 2021 · 0 comments

Comments

@badeleux
Copy link

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:

  • Device: Macbook with M1
  • OS: MacOS 11.2
  • Library version 6.0.0
  • Swift version 5.3
badeleux added a commit to badeleux/RxBluetoothKit that referenced this issue Mar 10, 2021
faradayfaraday added a commit to faradayfaraday/RxBluetoothKit that referenced this issue Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant