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
i have tried to install repository with the said combination and i am unable to build it.
Carthage.sh update NotificationBanner --platform ios --use-xcframeworks --no-use-binaries
can someone guide me why its not working?
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/bd/5w9s_4js1qldtqyt4f022x6r0000gn/T/carthage-xcodebuild.DxiTiD.log
i can install through pods but i am just testing both. would love to know what i am doing wrong ?
The text was updated successfully, but these errors were encountered:
i have tried to install repository with the said combination and i am unable to build it.
Carthage.sh update NotificationBanner --platform ios --use-xcframeworks --no-use-binaries
can someone guide me why its not working?
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project ****/Carthage/Checkouts/NotificationBanner/NotificationBanner.xcodeproj -scheme NotificationBanner -configuration Release -derivedDataPath ****/Caches/org.carthage.CarthageKit/DerivedData/13.4.1_13F100/NotificationBanner/e856a462053daf80c7936056d64246983f3f4d14 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive VALIDATE_WORKSPACE=NO -archivePath /var/folders/bd/5w9s_4js1qldtqyt4f022x6r0000gn/T/NotificationBanner SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in ****/Carthage/Checkouts/NotificationBanner)
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/bd/5w9s_4js1qldtqyt4f022x6r0000gn/T/carthage-xcodebuild.DxiTiD.log
i can install through pods but i am just testing both. would love to know what i am doing wrong ?
The text was updated successfully, but these errors were encountered: