Build, configure, and deploy iOS applications using XcodeGen and Swift Package Manager.
| "Library not loaded: @rpath/Framework" | XcodeGen doesn't auto-embed SPM dynamic frameworks | Build in Xcode GUI first (not xcodebuild). See Troubleshooting | | xcodegen generate loses signing | Overwrites project settings | Configure in project.yml target settings, not global |
| Command-line signing fails | Free Apple ID limitation | Use Xcode GUI or paid developer account ($99/yr) | | "Cannot be set when automaticallyAdjustsVideoMirroring is YES" | Setting isVideoMirrored without disabling automatic | Set automaticallyAdjustsVideoMirroring = false first. See Camera |
Desarrolla aplicaciones iOS con XcodeGen, SwiftUI y SPM. Se activa la configuración de XcodeGen project.yml, problemas de dependencia de SPM, problemas de implementación de dispositivos, errores de firma de código, depuración de cámara/AVFoundation, compatibilidad de la versión de iOS o errores del marco "Biblioteca no cargada @rpath". Úselo al crear aplicaciones de iOS, corregir fallas de compilación de Xcode o implementar en dispositivos reales. Fuente: daymade/claude-code-skills.