Daltron / NotificationBanner

The easiest way to display highly customizable in app notification banners in iOS
MIT License
4.78k stars 662 forks source link

NotificationBanner + Carthage + xcode 13 does not work #390

Open iZeDeveloper opened 2 years ago

iZeDeveloper commented 2 years ago

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 ?