2014-05-18 2 views
0

Dart Clicker를 일부 버그 수정과 함께 버전 1.1로 업데이트했으며 시작 버튼을 클릭하면 충돌이 발생합니다. iPhone Configuration Utility를 사용하여 충돌 로그를 살펴본 결과, 다음과 같이 나타났습니다.내 앱이 충돌하지만 시뮬레이터에서 작동합니다.

May 18 13:04:48 Maanits-5S DartClicker[414] <Error>: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter' 
     *** First throw call stack: 
     (0x18bdfaf50 0x1983041fc 0x18bdfae90 0x18c8ef180 0x18c8ef0ec 0x1000077d4 0x18ec786b4 0x10000a4c4 0x18edc4670 0x18edc43f4 0x18ee43194 0x18ee430cc 0x18eebb614 0x18eeb9a9c 0x18edf90c8 0x18edf905c 0x18ede2538 0x18edf8a5c 0x18edf86f0 0x18edf3388 0x18edc4b68 0x18edc2c58 0x18bdbb644 0x18bdba9a0 0x18bdb8c38 0x18bcf9c20 0x1919e1c0c 0x18ee2afdc 0x10000a834 0x1988f7aa0) 
    May 18 13:04:48 Maanits-5S ReportCrash[416] <Notice>: ReportCrash acting against PID 414 
    May 18 13:04:48 Maanits-5S backboardd[31] <Error>: HID: The 'Passive' connection 'AdSheet' access to protected services is denied. 
    May 18 13:04:48 Maanits-5S limitadtrackingd[164] <Warning>: Not scheduling a new BTA job; keeping previously scheduled job should run after 82700s from now when the network is available. 
    May 18 13:04:48 Maanits-5S ReportCrash[416] <Notice>: Formulating crash report for process DartClicker[414] 
    May 18 13:04:48 Maanits-5S com.apple.launchd[1] (UIKitApplication:DartClicker.DartClicker[0x6233][414]) <Warning>: (UIKitApplication:DartClicker.DartClicker[0x6233]) Job appears to have crashed: Abort trap: 6 
    May 18 13:04:48 Maanits-5S backboardd[31] <Warning>: Application 'UIKitApplication:DartClicker.DartClicker[0x6233]' exited abnormally with signal 6: Abort trap: 6 
    May 18 13:04:48 Maanits-5S ReportCrash[416] <Notice>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/DartClicker_2014-05-18-130448_Maanits-5S.ips using uid: 0 gid: 0, synthetic_euid: 501 egid: 0 

해결 방법이 있습니까?
감사합니다.

답변

0

너는(으)로 전달하는 것처럼 보입니다. 왜 이런지 알아 내려면 몇 가지 코드가 필요합니다.

+0

나는 그것을 조사해 보았다. 감사합니다 – codegirl

+0

방금 ​​질문이 하나 더 있습니다.이 오류는 내 앱이 앱 스토어에 있었지만 시뮬레이터에서 제대로 작동했기 때문에 시뮬레이터에서 이미 작동했기 때문에 제출하지 않고 테스트 할 수있는 방법이 있습니까? – codegirl

+0

@ MadMan30 시뮬레이터와 실제 장치 간에는 특정한 차이가 있습니다. 일부는 카메라 및 가속도계와 같이 다른 것보다 분명합니다. 일부는 분명하지 않으며, 그 때문에 애플은 개발자가 실제 기기에서 앱을 사용해 보도록 권장합니다. iOS 기기가 없다면 안타깝게도 운이 없다. 아마도 당신은 빌릴 수있는 친구가 있을까요? 이 질문에 대한 답변을 바랍니다. – vegather

관련 문제