Heyho,
I tried to use the UIRequiredDeviceCapabilities = “accelerometer” permission which results in an “Internal API error” from xcode if I try to install the app on the iphone. It does not even start to install. Any ideas on that?
here’s the build.settings
[code]
settings =
{
iphone =
{
plist =
{
UIPrerenderedIcon = true,
MinimumOSRequirement = “3.2”,
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-72.png”,
“Icon-Small-50.png”,
“Icon-Small.png”,
“Icon-Small@2x.png”
},
–FIXME: THIS CAUSES AN “API ERROR”: UIRequiredDeviceCapabilities = “accelerometer”,
UIApplicationExitsOnSuspend = false,
UIStatusBarHidden=true
( … )
[/code] [import]uid: 11772 topic_id: 13281 reply_id: 313281[/import]