- ManhwaWebScraper.swift: Eliminar force unwrap en URL con guard let - ManhwaWebScraperOptimized.swift: Eliminar 2 force unwraps en URLs - StorageServiceOptimized.swift: Usar .first en lugar de subscript [0] - ImageCache.swift: Usar .first en lugar de subscript [0] - Agregar caso invalidURL a ScrapingError enum Build exitoso para iOS 15.0+ (simulador y device) IPA generado y listo para sideloading Co-Authored-By: Claude Code <noreply@anthropic.com>
52 lines
3.7 KiB
Plaintext
52 lines
3.7 KiB
Plaintext
Command line invocation:
|
|
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project MangaReader.xcodeproj -scheme MangaReader clean build
|
|
|
|
User defaults from command line:
|
|
IDEPackageSupportUseBuiltinSCM = YES
|
|
|
|
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
|
|
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
|
|
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
|
|
{ platform:iOS Simulator, id:0C8DE86E-67A3-4E4C-AB8F-1FD150D939CF, OS:17.2, name:iPad (10th generation) }
|
|
{ platform:iOS Simulator, id:5BD602BE-2065-49EE-B1AF-06B12D625D54, OS:17.2, name:iPad Air (5th generation) }
|
|
{ platform:iOS Simulator, id:38BF95EF-1524-418D-9BA5-4F7F6C7B9A10, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
|
|
{ platform:iOS Simulator, id:382CCD55-8E48-4E16-8298-C28050B3DF0D, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
|
|
{ platform:iOS Simulator, id:4DA3C9A1-B1B8-480E-99AF-9A925F231A30, OS:17.2, name:iPad mini (6th generation) }
|
|
{ platform:iOS Simulator, id:BF97F866-26BE-4FAF-845B-76DF31EDC4FC, OS:17.2, name:iPhone 15 }
|
|
{ platform:iOS Simulator, id:A907403A-7EEC-47B2-A887-C47922FACC34, OS:17.2, name:iPhone 15 Plus }
|
|
{ platform:iOS Simulator, id:3D21A6D1-42A8-4525-AFE0-C9BCEE506642, OS:17.2, name:iPhone 15 Pro }
|
|
{ platform:iOS Simulator, id:53D48AEF-5DAD-40D7-B7BC-415414E0EDF9, OS:17.2, name:iPhone 15 Pro Max }
|
|
{ platform:iOS Simulator, id:E8C057EB-47A3-40F6-9DD8-C646B88A281C, OS:17.2, name:iPhone SE (3rd generation) }
|
|
|
|
** CLEAN SUCCEEDED **
|
|
|
|
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
|
|
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
|
|
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
|
|
{ platform:iOS Simulator, id:0C8DE86E-67A3-4E4C-AB8F-1FD150D939CF, OS:17.2, name:iPad (10th generation) }
|
|
{ platform:iOS Simulator, id:5BD602BE-2065-49EE-B1AF-06B12D625D54, OS:17.2, name:iPad Air (5th generation) }
|
|
{ platform:iOS Simulator, id:38BF95EF-1524-418D-9BA5-4F7F6C7B9A10, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
|
|
{ platform:iOS Simulator, id:382CCD55-8E48-4E16-8298-C28050B3DF0D, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
|
|
{ platform:iOS Simulator, id:4DA3C9A1-B1B8-480E-99AF-9A925F231A30, OS:17.2, name:iPad mini (6th generation) }
|
|
{ platform:iOS Simulator, id:BF97F866-26BE-4FAF-845B-76DF31EDC4FC, OS:17.2, name:iPhone 15 }
|
|
{ platform:iOS Simulator, id:A907403A-7EEC-47B2-A887-C47922FACC34, OS:17.2, name:iPhone 15 Plus }
|
|
{ platform:iOS Simulator, id:3D21A6D1-42A8-4525-AFE0-C9BCEE506642, OS:17.2, name:iPhone 15 Pro }
|
|
{ platform:iOS Simulator, id:53D48AEF-5DAD-40D7-B7BC-415414E0EDF9, OS:17.2, name:iPhone 15 Pro Max }
|
|
{ platform:iOS Simulator, id:E8C057EB-47A3-40F6-9DD8-C646B88A281C, OS:17.2, name:iPhone SE (3rd generation) }
|
|
Prepare packages
|
|
|
|
ComputeTargetDependencyGraph
|
|
note: Building targets in dependency order
|
|
note: Target dependency graph (1 target)
|
|
Target 'MangaReader' in project 'MangaReader' (no dependencies)
|
|
|
|
GatherProvisioningInputs
|
|
|
|
CreateBuildDescription
|
|
Build description signature: b2200fcda81c65f06b187f73dcebb3b6
|
|
Build description path: /Users/Apple/Library/Developer/Xcode/DerivedData/MangaReader-blnbbnbdgjbqwqaxhojkszgnltyi/Build/Intermediates.noindex/XCBuildData/b2200fcda81c65f06b187f73dcebb3b6.xcbuilddata
|
|
|
|
/Users/Apple/Documents/mangareader/ios-app/MangaReader.xcodeproj: error: Signing for "MangaReader" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'MangaReader' from project 'MangaReader')
|
|
** BUILD FAILED **
|
|
|