-
Notifications
You must be signed in to change notification settings - Fork 236
Carthage update Flexlayout as XCFramework fails on Xcode 16.2 #270
Description
Hi, I have recently updated my Xcode to 16.2 and as I have built the Flexlayout on previous version
I got a compiler error.
to solve the problem, I deleted the cache and build files then I tried...
carthage update --platform iOS --use-xcframeworks --no-use-binaries
then I get this build error:
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -workspace /Users/hwang-in-u/lyrics-app-iOS/Carthage/Checkouts/FlexLayout/FlexLayout.xcworkspace -scheme FlexLayoutInner -configuration Release -derivedDataPath /Users/hwang-in-u/Library/Caches/org.carthage.CarthageKit/DerivedData/16.2_16C5032a/FlexLayout/2.1.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= SUPPORTS_MACCATALYST=NO CARTHAGE=YES archive VALIDATE_WORKSPACE=NO -archivePath /var/folders/87/17d4_w2x2s3536jwhv4g08nh0000gn/T/FlexLayout SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/hwang-in-u/lyrics-app-iOS/Carthage/Checkouts/FlexLayout)
Could I get some help?