Recibo este error ... ¿Alguna idea de cómo solucionarlo?No se puede abrir el archivo ejecutable - xcode
GenerateDSYMFile /Users/fmota/Library/Developer/Xcode/DerivedData/PBTest-gvudadeakgzklbekugyiqyfyprlt/Build/Products/Debug-iphonesimulator/PBTest.app.dSYM /Users/fmota/Library/Developer/Xcode/DerivedData/PBTest-gvudadeakgzklbekugyiqyfyprlt/Build/Products/Debug-iphonesimulator/PBTest.app/PBTest
cd /Users/fmota/Documents/Developer/Protobuf/PBTest
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/usr/bin/dsymutil /Users/fmota/Library/Developer/Xcode/DerivedData/PBTest-gvudadeakgzklbekugyiqyfyprlt/Build/Products/Debug-iphonesimulator/PBTest.app/PBTest -o /Users/fmota/Library/Developer/Xcode/DerivedData/PBTest-gvudadeakgzklbekugyiqyfyprlt/Build/Products/Debug-iphonesimulator/PBTest.app.dSYM
error: unable to open executable '/Users/fmota/Library/Developer/Xcode/DerivedData/PBTest-gvudadeakgzklbekugyiqyfyprlt/Build/Products/Debug-iphonesimulator/PBTest.app/PBTest'
¿Tu aplicación se compila? ¿Esto se ejecuta en una especie de máquina virtual o estás ejecutando esto en el simulador de mac iphone? – Jeremy
No, no compila. Estoy usando una Mac y el simulador de iPhone. –
Intentando ejecutar _Clean_ usando command-shift-K, luego desinstala la aplicación del simulador (si existe), luego intenta reconstruir/ejecutar y ver si eso ayuda. Si sigue teniendo el mismo problema, intente modificar el objetivo de despliegue y vea si algo cambia. – Jeremy