algolia / algoliasearch-client-swift

⚑️ A fully-featured and blazing-fast Swift API client to interact with Algolia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project does not compile with xcode 12.5 and carthage

mmdumi opened this issue Β· comments

Describe the bug πŸ›
Project doesn't compile with Carthage and latest xcode12.5

To Reproduce πŸ”
Add github "algolia/algoliasearch-client-swift" ~> 8.8 in Cartfile and run:
carthage update --use-xcframeworks

Expected behavior πŸ’­
.xcframework should compile

What actually happens:

carthage update --use-xcframeworks
*** Fetching algoliasearch-client-swift
*** Fetching swift-log
*** Checking out swift-log at "1.4.2"
*** Checking out algoliasearch-client-swift at "8.8.1"
*** xcodebuild output can be found in /var/folders/h8/btyyppp52xg8ksjv95c10f6h0000gn/T/carthage-xcodebuild.7qkFGr.log
*** Skipped building swift-log due to the error:
Dependency "swift-log" has no shared framework schemes
If you believe this to be an error, please file an issue with the maintainers at https://github.com/apple/swift-log/issues/new
*** Skipped building algoliasearch-client-swift due to the error:
Dependency "algoliasearch-client-swift" has no shared framework schemes
If you believe this to be an error, please file an issue with the maintainers at https://github.com/algolia/algoliasearch-client-swift/issues/new

Environment:
xcode 12.5

Additional context
Add any other context about the problem here.