0

I have been updating an app that uses location services. Once of the changes didn't show up when I ran it, so I deleted it from the phone, and cleaned the xcode project.

When I now run it, the app is no longer authorized to use Location Services. When I look in settings, the app is no longer listed as an app that requires Location Services.

I had updated the info.plist file and added the background mode and device capabilities - but when I return these to how they were, the app still has the same problem.

Does anyone have any idea what could be causing this?!

4

1 に答える 1

1

プロジェクトを最初からやり直すことをお勧めしますが、すべてのリソースファイル(.h、.m、インターフェイスファイル、画像、サウンド、その他)を新しいプロジェクトにコピーできます。ビルドして実行すると、問題なく動作するはずです。

そうでない場合は返信してください。

于 2012-11-01T11:46:21.820 に答える