You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for anyone facing the same issue when integrating FlexLayout with Carthage, I found a workaround.
Try using FlexLayout version 2.0.10 instead of 2.1.0.
Set this version in your Cartfile.resolved.
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...
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?
The text was updated successfully, but these errors were encountered: