我一直在努力撰写一个文字,以建立并向模拟者部署一个电话项目。 当我用x代码建设项目时,该项目会进行罚款,但当我把该项目建在指挥线时,它会坠毁于模拟器。
我正在利用以下指挥线来建设这一方向。
xcodebuild -project MyAppSourceCode/trunk/MyApp.xcodeproj -target "MyApp" -sdk iphonesimulator4.3
The build proces completes without errors. The simulator is running sdk4.3. I can build the app in xcode then manually replace the .app file in the simulator directory and it still crashes. This is a cocos2d app. Any suggestions?
EDIT:
我在模拟器中首先尝试了此处描述的“iphonesim”方案:。 你们如何从指挥线向模拟器部署一台 iPhone?
Second, I tried the simulator command for launching the app without copying it to the simulator directory: ~/../../Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app/Contents/MacOS/iPhone Simulator -SimulateApplication ~/MyAppSourceCode/trunk/build/Release-iphoneos/MyApp.app/MyApp
这种方法导致模拟器发射,从而显示一种流行的信息:“模拟应用............”。
当这项工作时,我写了一封信,将MyApp.pp复制到模拟者名录。 在将MyApp.应用于模拟目录之后,你可以从模拟器发射,但在发射后立即坠毁。