krzyzanowskim/OpenSSL

[Carthage] Not building in xcode 15.3 to platform iOS

AndreParenteNeon opened this issue · 2 comments

image

"The following build commands failed:
Ld /Users/andre.parente/Library/Caches/org.carthage.CarthageKit/DerivedData/15.3_15E204a/OpenSSL/3.1.5004/Build/Intermediates.noindex/ArchiveIntermediates/OpenSSL\ (Catalyst)/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/OpenSSL.framework/OpenSSL normal (in target 'OpenSSL (Catalyst)' from project 'OpenSSL')"

In fact, I dont need Catalyst, how can I get only the OpenSSL (iOS Simulator) scheme? I need to run this:

"carthage update --platform ios --use-xcframeworks --no-use-binaries"

but getting error on (Catalyst) building... Could you help me out here? :)