which carthage
:carthage version
:xcodebuild -version
:--no-build
?--no-use-binaries
?--use-submodules
?--cache-builds
?--new-resolver
?Cartfile
e.g.
github "VirgilSecurity/virgil-cryptoapi-x" ~> 1.0
Actual outcome
For some reason carthage builds framework with header missing declarations for iphone simulator architecture. So it's impossible to use framework from objc code on simulator.
Expected outcome
Carthage should build framework with header with declarations for every architecture.
Hi @Ogerets! This looks like a duplicate of this issue which has been merged to master but hasn't been released yet: https://github.com/Carthage/Carthage/issues/2718
I believe the Carthage team is planning a release this week.
I am expecting a new release too. After I upgraded xcode 10.2, I fail to build my codebase.
Duplicate of #2718
Most helpful comment
Hi @Ogerets! This looks like a duplicate of this issue which has been merged to master but hasn't been released yet: https://github.com/Carthage/Carthage/issues/2718
I believe the Carthage team is planning a release this week.