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

Can not build carthage my custom framework when add libraries in pod #3370

Open
chanhdatng opened this issue May 8, 2024 · 0 comments
Open

Comments

@chanhdatng
Copy link

  • carthage install method: [ ] .pkg, [ ] homebrew, [ ] source
  • which carthage: /usr/local/bin/carthage
  • carthage version: 0.39.1
  • xcodebuild -version: Xcode 15.0 Build version 15A240d
  • Are you using --no-build? no
  • Are you using --no-use-binaries? no
  • Are you using --use-submodules? no
  • Are you using --cache-builds? no
  • Are you using --new-resolver? no
  • Are you using --use-xcframeworks? yes

Cartfile


git "git@github.com:chanhdatng/my-framework.git" "main"

Carthage Output

.../Resources/Services/UserDefaultsService.swift:9:8: error: no such module 'RxSwift'
import RxSwift
       ^

** BUILD FAILED **

Actual outcome
Can not build carthage my own framework because the error Not found RxSwift, but the framework was build succesffully, no error .
I install RxSwift in Pod

Expected outcome
Carthage should .build my framework

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