Ricevo questo errore ... qualche idea su come risolverlo?Impossibile aprire l'eseguibile - 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'
La tua app viene compilata? Questo in esecuzione in una macchina virtuale di sorta o si esegue questo su mac iphone simulator? – Jeremy
No, non viene compilato. Sto usando un Mac e l'iPhone Simulator. –
Provando a eseguire _Clean_ usando command-shift-K, quindi disinstallare l'app dal simulatore (se esiste), quindi provare a ricostruire/eseguire e vedere se questo aiuta. Se si verifica ancora lo stesso problema, provare a modificare il target di distribuzione e vedere se qualcosa cambia. – Jeremy