efremidze / VisualEffectView

Dynamic blur background view with tint color (UIVisualEffectView subclass) 📱
MIT License
1.13k stars 81 forks source link

Carthage failing on iOS 16 beta 4 #42

Open garlapatisatish opened 3 months ago

garlapatisatish commented 3 months ago

Failing install with Carthage.

iOS 18 but shouldn't matter because it's failing at dependency state.

A shell task (/usr/bin/xcrun xcodebuild -project /Users/userName/Documents/project/Carthage/Checkouts/VisualEffectView/VisualEffectView.xcodeproj -scheme Example -configuration Release CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -showBuildSettings -skipUnavailableActions) failed with exit code 6: 2024-07-25 16:48:44.960 xcodebuild[3637:28520] Writing error result bundle to /var/folders/qw/fw31g2w15vn_k4c_8v_t18mr0000gp/T/ResultBundle_2024-25-07_16-48-0044.xcresult xcodebuild: error: Found no destinations for the scheme 'Example' and action archive. 2024-07-25 16:48:46.072 xcodebuild[3637:28520] Writing error result bundle to /var/folders/qw/fw31g2w15vn_k4c_8v_t18mr0000gp/T/ResultBundle_2024-25-07_16-48-0046.xcresult 2024-07-25 16:48:46.072 xcodebuild[3637:28520] *** -[__NSCFConstantString stringByAppendingPathExtension:]: cannot append extension 'xcactivitylog' to path '' 2024-07-25 16:48:46.092 xcodebuild[3637:28520] [MT] DVTAssertions: ASSERTION FAILURE in DVTFrameworks/DVTFoundation/FilePaths/DVTFilePath.m:599 Details: string should be a string, but it is nil Object: Method: +_filePathForParent:pathString: Thread: <_NSMainThread: 0x6000030e8280>{number = 1, name = main} Hints:

Backtrace: 0 -[DVTAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation) 1 _DVTAssertionHandler (in DVTFoundation) 2 _DVTAssertionFailureHandler (in DVTFoundation) 3 +[DVTFilePath _filePathForParent:pathString:] (in DVTFoundation) 4 -[DVTFilePath filePathForRelativePathString:] (in DVTFoundation) 5 -[IDESchemeActionResult setLocalResultDirectoryFilePath:] (in IDEFoundation) 6 -[IDESchemeActionRecord setLocalRecordDirectoryFilePath:] (in IDEFoundation) 7 48-[IDESchemeActionsInvocationRecord setFilePath:]_block_invoke (in IDEFoundation) 8 NSARRAY_IS_CALLING_OUT_TO_A_BLOCK (in CoreFoundation) 9 -[NSSingleObjectArrayI enumerateObjectsWithOptions:usingBlock:] (in CoreFoundation) 10 -[IDESchemeActionsInvocationRecord setFilePath:] (in IDEFoundation) 11 -[Xcode3CommandLineBuildTool saveResultBundleForError:triageWithSchemeTask:error:] (in Xcode3Core) 12 -[Xcode3CommandLineBuildTool _printError:schemeTask:andFailWithCode:] (in Xcode3Core) 13 -[Xcode3CommandLineBuildTool _printErrorString:andFailWithCode:] (in Xcode3Core) 14 -[Xcode3CommandLineBuildTool _showBuildSettings] (in Xcode3Core) 15 -[Xcode3CommandLineBuildTool run] (in Xcode3Core) 16 XcodeBuildMain (in libxcodebuildLoader.dylib) 17 -[XcodebuildPreIDEHandler loadXcode3ProjectSupportAndRunXcode3CommandLineBuildToolWithArguments:] (in xcodebuild) 18 -[XcodebuildPreIDEHandler runWithArguments:] (in xcodebuild) 19 main (in xcodebuild) 20 start (in dyld)