Xcode Preview is not working. Successed to build Preview but error message displays like below:
I think it's maybe related with loader path followed by error details below. I created xcproj file using tuist 4.19.0. How can I fix this issue?
== DATE: Monday, October 14, 2024 at 12:42:50 PM Korean Standard Time 2024-10-14T03:42:50Z == PREVIEW UPDATE ERROR: FailedToAnalyzeBuiltTargetDescription: Could not analyze the built target description for Views to create the preview. buildableName: Views ================================== | CouldNotParseLinkCommandLine: Could not parse linker command line. | | Full linker invocation: | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | -demangle | -lto_library | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib | -no_deduplicate | -dynamic | -dylib | -arch | arm64 | -dylib_install_name | @rpath/Views.framework/Views | -dead_strip | -platform_version | ios-simulator | 16.0.0 | 18.0 | -syslibroot | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.0.sdk | -O0 | -mllvm | -enable-linkonceodr-outlining | -o | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Products/Nextweek-iphonesimulator/Views.framework/Views | -L/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/EagerLinkingTBDs/Nextweek-iphonesimulator | -L/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Products/Nextweek-iphonesimulator | -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator | -L/usr/lib/swift | -reproducible | -filelist | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views.LinkFileList | -rpath | @loader_path/.. | -object_path_lto | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views_lto.o | -export_dynamic | -no_deduplicate | -objc_abi_version | 2 | -add_ast_path | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views.swiftmodule | -framework | UseCases | -framework | SnapKit | -framework | DGCharts | -framework | NukeUI | -framework | Montage | -framework | NukeExtensions | -framework | Pretendard | -framework | **** | -framework | Gifu | -framework | NMapsGeometry | -framework | NMapsMap | -dependency_info | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views_dependency_info.dat | -framework | Foundation | -lobjc | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/lib/darwin/libclang_rt.profile_iossim.a | -sectalign | __DATA | __llvm_prf_cnts | 0x4000 | -sectalign | __DATA | __llvm_prf_data | 0x4000 | -lSystem | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/lib/darwin/libclang_rt.iossim.a | -F/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/EagerLinkingTBDs/Nextweek-iphonesimulator | -F/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Products/Nextweek-iphonesimulator | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/0b8fe39aac7bb350c71d581ef0eeff88 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/23edfde3789fe5dd1437237412f14f21 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/2eb2f217ba24cb619d62dd0a90f91467 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/89497cc5a7b10c57340b9a9e33f08b3e | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/902442df26eccb7d2976a2d423128e48 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/9b8a39235a8bdc8440d0400686ff8af9 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/a37491f398a429407dd9f42dbaef1da7 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/f14043e34deb2ffb8c3d9af63ffa5718 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../Tuist/.build/checkouts/navermap-sdk-ios/framework | | Forcing profile libraries (-fprofile-instr-generate) | Forcing -fapple-link-rtlib | Clang linker front-end detected. Asking for full linker invocation. | clang invocation: | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang | -Xlinker | -reproducible | -target | arm64-apple-ios16.0-simulator | -dynamiclib | -isysroot | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.0.sdk | -O0 | -L/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/EagerLinkingTBDs/Nextweek-iphonesimulator | -L/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Products/Nextweek-iphonesimulator | -F/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/EagerLinkingTBDs/Nextweek-iphonesimulator | -F/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Products/Nextweek-iphonesimulator | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/0b8fe39aac7bb350c71d581ef0eeff88 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/23edfde3789fe5dd1437237412f14f21 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/2eb2f217ba24cb619d62dd0a90f91467 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/89497cc5a7b10c57340b9a9e33f08b3e | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/902442df26eccb7d2976a2d423128e48 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/9b8a39235a8bdc8440d0400686ff8af9 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/a37491f398a429407dd9f42dbaef1da7 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/f14043e34deb2ffb8c3d9af63ffa5718 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../Tuist/.build/checkouts/navermap-sdk-ios/framework | -filelist | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views.LinkFileList | -install_name | @rpath/Views.framework/Views | -Xlinker | -rpath | -Xlinker | @loader_path/.. | -dead_strip | -Xlinker | -object_path_lto | -Xlinker | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views_lto.o | -Xlinker | -export_dynamic | -Xlinker | -no_deduplicate | -Xlinker | -objc_abi_version | -Xlinker | 2 | -fobjc-link-runtime | -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator | -L/usr/lib/swift | -Xlinker | -add_ast_path | -Xlinker | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views.swiftmodule | -framework | UseCases | -framework | SnapKit | -framework | DGCharts | -framework | NukeUI | -framework | Montage | -framework | NukeExtensions | -framework | Pretendard | -framework | **** | -framework | Gifu | -framework | NMapsGeometry | -framework | NMapsMap | -Xlinker | -dependency_info | -Xlinker | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views_dependency_info.dat | -o | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Products/Nextweek-iphonesimulator/Views.framework/Views | | ================================== | | | NSError.NSCocoaErrorDomain.256: The file “Macintosh HD” couldn’t be opened. | | | | NSCocoaErrorDomain (256): | | ==NSURL: loader_path/.. -- file:/// | | ==NSFilePath: loader_path/.. | | | | ================================== | | | | | NSError | | | | | | NSError: Error Domain=NSPOSIXErrorDomain Code=21 "Is a directory" == PREVIEW UPDATE ERROR: FailedToAnalyzeBuiltTargetDescription: Could not analyze the built target description for Views to create the preview. buildableName: Views ================================== | CouldNotParseLinkCommandLine: Could not parse linker command line. | | Full linker invocation: | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | -demangle | -lto_library | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib | -no_deduplicate | -dynamic | -dylib | -arch | arm64 | -dylib_install_name | @rpath/Views.framework/Views | -dead_strip | -platform_version | ios-simulator | 16.0.0 | 18.0 | -syslibroot | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.0.sdk | -O0 | -mllvm | -enable-linkonceodr-outlining | -o | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Products/Nextweek-iphonesimulator/Views.framework/Views | -L/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/EagerLinkingTBDs/Nextweek-iphonesimulator | -L/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Products/Nextweek-iphonesimulator | -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator | -L/usr/lib/swift | -reproducible | -filelist | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views.LinkFileList | -rpath | @loader_path/.. | -object_path_lto | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views_lto.o | -export_dynamic | -no_deduplicate | -objc_abi_version | 2 | -add_ast_path | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views.swiftmodule | -framework | UseCases | -framework | SnapKit | -framework | DGCharts | -framework | NukeUI | -framework | Montage | -framework | NukeExtensions | -framework | Pretendard | -framework | **** | -framework | Gifu | -framework | NMapsGeometry | -framework | NMapsMap | -dependency_info | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views_dependency_info.dat | -framework | Foundation | -lobjc | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/lib/darwin/libclang_rt.profile_iossim.a | -sectalign | __DATA | __llvm_prf_cnts | 0x4000 | -sectalign | __DATA | __llvm_prf_data | 0x4000 | -lSystem | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/lib/darwin/libclang_rt.iossim.a | -F/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/EagerLinkingTBDs/Nextweek-iphonesimulator | -F/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Products/Nextweek-iphonesimulator | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/0b8fe39aac7bb350c71d581ef0eeff88 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/23edfde3789fe5dd1437237412f14f21 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/2eb2f217ba24cb619d62dd0a90f91467 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/89497cc5a7b10c57340b9a9e33f08b3e | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/902442df26eccb7d2976a2d423128e48 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/9b8a39235a8bdc8440d0400686ff8af9 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/a37491f398a429407dd9f42dbaef1da7 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/f14043e34deb2ffb8c3d9af63ffa5718 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../Tuist/.build/checkouts/navermap-sdk-ios/framework | | Forcing profile libraries (-fprofile-instr-generate) | Forcing -fapple-link-rtlib | Clang linker front-end detected. Asking for full linker invocation. | clang invocation: | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang | -Xlinker | -reproducible | -target | arm64-apple-ios16.0-simulator | -dynamiclib | -isysroot | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.0.sdk | -O0 | -L/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/EagerLinkingTBDs/Nextweek-iphonesimulator | -L/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Products/Nextweek-iphonesimulator | -F/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/EagerLinkingTBDs/Nextweek-iphonesimulator | -F/Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Products/Nextweek-iphonesimulator | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/0b8fe39aac7bb350c71d581ef0eeff88 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/23edfde3789fe5dd1437237412f14f21 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/2eb2f217ba24cb619d62dd0a90f91467 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/89497cc5a7b10c57340b9a9e33f08b3e | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/902442df26eccb7d2976a2d423128e48 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/9b8a39235a8bdc8440d0400686ff8af9 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/a37491f398a429407dd9f42dbaef1da7 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../../../../.cache/tuist-cloud/BinaryCache/f14043e34deb2ffb8c3d9af63ffa5718 | -F/Users/knine/Development/WantedLab/ios/Projects/Views/../../Tuist/.build/checkouts/navermap-sdk-ios/framework | -filelist | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views.LinkFileList | -install_name | @rpath/Views.framework/Views | -Xlinker | -rpath | -Xlinker | @loader_path/.. | -dead_strip | -Xlinker | -object_path_lto | -Xlinker | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views_lto.o | -Xlinker | -export_dynamic | -Xlinker | -no_deduplicate | -Xlinker | -objc_abi_version | -Xlinker | 2 | -fobjc-link-runtime | -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator | -L/usr/lib/swift | -Xlinker | -add_ast_path | -Xlinker | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views.swiftmodule | -framework | UseCases | -framework | SnapKit | -framework | DGCharts | -framework | NukeUI | -framework | Montage | -framework | NukeExtensions | -framework | Pretendard | -framework | **** | -framework | Gifu | -framework | NMapsGeometry | -framework | NMapsMap | -Xlinker | -dependency_info | -Xlinker | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Intermediates.noindex/Views.build/Nextweek-iphonesimulator/Views.build/Objects-normal/arm64/Views_dependency_info.dat | -o | /Users/knine/Development/WantedLab/ios/DerivedData/Wanted/Build/Products/Nextweek-iphonesimulator/Views.framework/Views | | ================================== | | | NSError.NSCocoaErrorDomain.256: The file “Macintosh HD” couldn’t be opened. | | | | NSCocoaErrorDomain (256): | | ==NSURL: loader_path/.. -- file:/// | | ==NSFilePath: loader_path/.. | | | | ================================== | | | | | NSError | | | | | | NSError: Error Domain=NSPOSIXErrorDomain Code=21 "Is a directory" == VERSION INFO: Tools: 16A242d OS: 24A335 PID: 70921 Model: MacBook Pro Arch: arm64e == ENVIRONMENT: openFiles = [ /Users/knine/Development/WantedLab/ios/Projects/Views/Sources/Screens/GNB/Position/MultiApplyView.swift ] wantsNewBuildSystem = true newBuildSystemAvailable = true activeScheme = Views activeRunDestination = iPhone 16 variant iphonesimulator arm64 workspaceArena = [x] buildArena = [x] buildableEntries = [ Views.framework ] runMode = JIT Executor == SELECTED RUN DESTINATION: Simulator - iOS 18.0 | iphonesimulator | arm64 | iPhone 16 | no proxy == EXECUTION MODE OVERRIDES: Workspace JIT mode user setting: true Falling back to Dynamic Replacement: false == PACKAGE RESOLUTION ERRORS: == REFERENCED SOURCE PACKAGES: == JIT LINKAGE: == SESSION GROUP 43614: workspace identifier: WorkspaceIdentifier(identifier: 2C90B64F-45E7-4DCC-AC77-14A08E58EE6A) providers: [ Preview Provider | Registry-MultiApplyView.swift#1[preview] [Editor(43430)] ] translation units: [ /Users/knine/Development/WantedLab/ios/Projects/Views/Sources/Screens/GNB/Position/MultiApplyView.swift ] attributes: [ Editor(43430): [] ] session: 43615 request sessions: [ Registry[Registry-MultiApplyView.swift#1[preview] (line 22)]: not completed ] == UPDATE SESSION 43615: Start Date: Monday, October 14, 2024 at 12:06:31 PM Korean Standard Time Preview Preflight { UpdaterStore { updaterLimit: single expectedAbandonedIdentifiers: [34683, 12788, 41051, 19109, 24000, 16127, 40917, 34104, 31855, 22040, 23247, 25703, 11455, 6425, 28638, 33489, 30616, 15514, 5907, 35735, 33869, 12720, 28451, 28319, 38694, 39076, 28781, 34509, 20418, 22259, 10743, 39885, 29464, 24707, 22338, 38614, 37316, 16322, 22558, 17618, 11016, 30582, 18412, 14767, 30721, 17273, 31460, 41340, 26278, 19222, 38038, 24231, 32537, 5920, 35007, 11597, 37131, 16537, 11791, 29160, 11965, 18361, 15797, 7566, 24909, 41425, 12981, 38509, 28863, 19990, 12631, 21966, 30434, 25633, 31579, 39506, 11526, 41161, 10723, 22118, 24391, 13450, 6865, 24616, 31433, 37712, 38870, 6886, 39415, 22868, 33672, 26365, 15587, 17475, 26020, 27430, 17217, 38585, 18443, 19001, 40824, 21895, 20227, 15704, 32245, 26973, 31552, 30839, 8137, 18706, 33797, 38960, 27101, 21205, 18120, 37437, 28184, 36624, 35280, 27525, 33126, 10943, 16245, 24781, 36503, 32075, 14445, 30186, 36209, 25827, 18609, 23331, 7630, 33775, 7191, 8006, 10343, 36357, 32460, 40071, 22977, 41754, 6190, 36569, 32128, 40480, 5220, 31080, 16813, 10644, 6614, 31960, 18069, 27359, 23506, 30488, 37362, 10410, 36719, 37514, 37916, 39651, 31723, 25122, 23584, 6724, 12384, 7061, 17372, 35401, 22188, 27914, 39044, 40350, 31042, 36428, 36015, 34828, 35887, 15977, 17876, 6119, 12871, 26397, 38433, 22797, 27755, 24462, 24107, 16653, 10820, 28584, 12523, 27704, 20053, 12454, 29563, 36482, 41652, 26801, 31234, 16428, 33620, 26181, 29308, 30910, 35625, 17911, 32316, 29231, 24650, 27179, 7526, 25848, 29634, 33924, 34037, 34388, 36113, 38823, 31834, 36750, 10488, 27597, 41503, 29953, 29881, 31882, 21803, 32831, 34930, 36851, 23363, 30967, 41776, 6581, 20126, 26457, 24211, 11384, 30350, 16348, 6652, 33403, 36956, 6211, 21159, 26619, 6338, 26753, 5163, 28092, 23657, 17495, 21874, 26097, 11869, 12893, 14008, 29809, 16503, 32280, 34786, 6833, 19344, 40992, 29716, 24941, 26998, 30214, 6630, 31600, 36683, 37781, 18799, 28947, 11327, 21746, 15878, 28710, 32045, 33965, 39961, 12777, 11061, 26733, 37067, 12323, 20340, 12238, 36286, 23441, 32190, 38850, 22698, 32679, 29074, 16085, 5965, 41677, 14103, 7927, 12475, 7413, 37691, 26843, 22373, 38318, 35082, 41356, 31287, 17597, 26498, 34530, 10565, 26822, 24878, 30637, 14838, 31151, 40179, 29793, 26769, 6042, 27985, 23969, 16448] } Simulator { platform: iphonesimulator device: D987D7F7-061A-412A-A39C-54B2E7AB54E9 iPhone 16 Pro buildNumber: 22A3351 runtimePath: /Library/Developer/CoreSimulator/Volumes/iOS_22A3351/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.0.simruntime } } Preview Provider { UpdaterStore { updaterLimit: single expectedAbandonedIdentifiers: [34683, 12788, 41051, 19109, 24000, 16127, 40917, 34104, 31855, 22040, 23247, 25703, 11455, 6425, 28638, 33489, 30616, 15514, 5907, 35735, 33869, 12720, 28451, 28319, 38694, 39076, 28781, 34509, 20418, 22259, 10743, 39885, 29464, 24707, 22338, 38614, 37316, 16322, 22558, 17618, 11016, 30582, 18412, 14767, 30721, 17273, 31460, 41340, 26278, 19222, 38038, 24231, 32537, 5920, 35007, 11597, 37131, 16537, 11791, 29160, 11965, 18361, 15797, 7566, 24909, 41425, 12981, 38509, 28863, 19990, 12631, 21966, 30434, 25633, 31579, 39506, 11526, 41161, 10723, 22118, 24391, 13450, 6865, 24616, 31433, 37712, 38870, 6886, 39415, 22868, 33672, 26365, 15587, 17475, 26020, 27430, 17217, 38585, 18443, 19001, 40824, 21895, 20227, 15704, 32245, 26973, 31552, 30839, 8137, 18706, 33797, 38960, 27101, 21205, 18120, 37437, 28184, 36624, 35280, 27525, 33126, 10943, 16245, 24781, 36503, 32075, 14445, 30186, 36209, 25827, 18609, 23331, 7630, 33775, 7191, 8006, 10343, 36357, 32460, 40071, 22977, 41754, 6190, 36569, 32128, 40480, 5220, 31080, 16813, 10644, 6614, 31960, 18069, 27359, 23506, 30488, 37362, 10410, 36719, 37514, 37916, 39651, 31723, 25122, 23584, 6724, 12384, 7061, 17372, 35401, 22188, 27914, 39044, 40350, 31042, 36428, 36015, 34828, 35887, 15977, 17876, 6119, 12871, 26397, 38433, 22797, 27755, 24462, 24107, 16653, 10820, 28584, 12523, 27704, 20053, 12454, 29563, 36482, 41652, 26801, 31234, 16428, 33620, 26181, 29308, 30910, 35625, 17911, 32316, 29231, 24650, 27179, 7526, 25848, 29634, 33924, 34037, 34388, 36113, 38823, 31834, 36750, 10488, 27597, 41503, 29953, 29881, 31882, 21803, 32831, 34930, 36851, 23363, 30967, 41776, 6581, 20126, 26457, 24211, 11384, 30350, 16348, 6652, 33403, 36956, 6211, 21159, 26619, 6338, 26753, 5163, 28092, 23657, 17495, 21874, 26097, 11869, 12893, 14008, 29809, 16503, 32280, 34786, 6833, 19344, 40992, 29716, 24941, 26998, 30214, 6630, 31600, 36683, 37781, 18799, 28947, 11327, 21746, 15878, 28710, 32045, 33965, 39961, 12777, 11061, 26733, 37067, 12323, 20340, 12238, 36286, 23441, 32190, 38850, 22698, 32679, 29074, 16085, 5965, 41677, 14103, 7927, 12475, 7413, 37691, 26843, 22373, 38318, 35082, 41356, 31287, 17597, 26498, 34530, 10565, 26822, 24878, 30637, 14838, 31151, 40179, 29793, 26769, 6042, 27985, 23969, 16448] } Simulator { platform: iphonesimulator device: D987D7F7-061A-412A-A39C-54B2E7AB54E9 iPhone 16 Pro buildNumber: 22A3351 runtimePath: /Library/Developer/CoreSimulator/Volumes/iOS_22A3351/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.0.simruntime } } Build Graph { Views.framework (#3) sourceFile(file:///Users/knine/Development/WantedLab/ios/Projects/Views/Sources/Screens/GNB/Position/MultiApplyView.swift -> MultiApplyView.swift) (#1) MultiApplyView.swift (#2) } Update Plan { iOS [arm64 iphonesimulator18.0 iphonesimulator] (iPhone 16 Pro, A7CB590D-332B-4119-8ED9-AC5EB6687F7B-iphonesimulator18.0-arm64-iphonesimulator), [], thinning disabled, thunking enabled) { Destination: iPhone 16 Pro A7CB590D-332B-4119-8ED9-AC5EB6687F7B | default device for iphonesimulator [ Framework Agent - Previews { execution point packs [ [source: MultiApplyView.swift, role: Previews] (in Views) ] translation units [ MultiApplyView.swift (in Views.framework) ] loadable products [ Description(buildableName: "Views.framework", moduleName: "Views") ] modules [ Views.framework ] jit link description [ Views.framework ] } ] } } == POWER STATE LOGS: 10/14/2024, 11:19 AM Received power source state: Battery Powered (lowPowerMode: false, status: charged, level: 100%) 10/14/2024, 11:19 AM No device power state user override user default value.Current power state: Full Power
Replies
5
Boosts
2
Views
719
Participants
5