0

I have a very simple project, I created using iosopendev.com and xcode. The program installs correctly in the /Applications folder, but does not create a shortcut on the main screen.

Yes, we are talking about jail broken iOS 5 iPhone.

I have created a Info.plist and icons and packaged them, but no shortcut appears on the main screen of the iPhone even though the application is being installed in the /Apllications folder.

Please, advice.

4

2 に答える 2

3

CydiaUIKitToolsから入手してください。デバイスで実行uicacheします。

それがうまくいかない場合は、リスプリングします。

それでも問題が解決しない場合は、再起動してください。

それでも機能しない場合は、失敗した可能性があります。おそらく、Info.plistファイルが破損しているか、実行可能ファイル名がInfo.plistで指定されているファイル名と一致していません。

于 2012-09-03T14:29:12.110 に答える
0

表示したInfo.plistファイルにCFBundleNameは、またはが含まれていませんCFBundleDisplayNameCFBundleDisplayName「メイン」画面にアプリを表示するには、SpringBoardがそれら(特に)を確認する必要があると思います。

また、あなたのLSRequiresIPhoneOS値はにString等しい1です。私はにBoolean等しいと思っていたでしょうYES。これらの不一致のいずれかが致命的であるかどうかはわかりませんが、アイコンが表示されていないため、修正して、問題が解決するかどうかを確認します。

Info.plistファイルに必要なキーと値については、このAppleリファレンスドキュメントを参照してみてください。

于 2012-09-09T08:27:27.717 に答える