amfid[142] <Error>: entitlement 'application-identifier' has value not permitted by a provisioning profile

Can we get a good capture of the console log from the device it’s crashing on?

Can I send it to you via PM or email somehow?

It is still crashing here with the current build on the iPad2 with the version 6.1.2 but it is working on an iPad4 with 7+

Apple only supports the current iOS build and two back. This means that iOS 7 is the oldest OS that will be supported. Are you saying your iPad is running iOS 6.1.2?

Rob

Yes this was the old one where the problem occurred. The app can be build, installed and started, but then it crashes after the default screen is loaded. This is not happening with Corona build 2744! Only with all the newer builds.

Build 2745 had a bunch of changes:

  • Android: Updated native.setActivityIndicator() to support Android’s material or holo theme if available. casenum: 42320
  • Core/iOS/Mac: Plumbing/refactoring
  • iOS: Fix casting error in previous refactor
  • Android: fix compile error
  • Compile error: add missing file
  • Android: Auto-rotate setting is now respected; casenum 31841 & 42969
  • Android: Updated media.playVideo() to use Android’s material or holo theme if available.
  • Android: display.topStatusBarContentHeight returns correct value on Android 6 devices; casenum 43266
  • Android: Added system.getInfo(“androidApiLevel”) support.
  • Enterprise: Update subrepo substate
  • Enterprise: sample tweaks
  • Enterprise: more sample tweak
  • Enterprise: more sample tweak
  • Enterprise: Xcode 7.1. Fix CoronaBuilder error. Maintenance
  • Xcode: project maintenance
  • Jenkins: update build script
  • Enterprise: update build scripts
  • Xcode: fix absolute link => relative
  • Xcode: more absolute link => relative
  • Lua/Apple: Fix Apple platform define in os.execute
  • Windows: Maintenance
  • Enterprise: Fix typo in helper script

I don’t see anything there specific, but it’s very possible we dropped support for something iOS 6. I know in 2744, we added a new framework. We’ve been adding controller support which is also another framework. But the reality is, we can’t back support older versions that Apple back supports. Can you upgrade the iPad to iOS 7 or later?

Rob

Thanks for the info Rob! I can not update this one but have another device running with a newer iOS and there everything works fine.

I looked in the log file again for the crash and found some info about a missing image. Maybe it’s an “easy fix”?..

Nov 9 09:30:08 iPad-von-Dani ReportCrash[3377] <Error>: Library not loaded: /System/Library/Frameworks/GameController.framework/GameController

Nov 9 09:30:08 iPad-von-Dani ReportCrash[3377] <Error>: Referenced from: /var/mobile/Applications/…

Nov 9 09:30:08 iPad-von-Dani ReportCrash[3377] <Error>: Reason: image not found

Nov 9 09:30:08 iPad-von-Dani ReportCrash[3377] <Error>: Dyld Version: 212.3.1

Nov 9 09:30:08 iPad-von-Dani ReportCrash[3377] <Error>:

Nov 9 09:30:08 iPad-von-Dani ReportCrash[3377] <Error>: Binary Images:

Nov 9 09:30:08 iPad-von-Dani ReportCrash[3377] <Error>: 0xec000 - 0x2c3fff

It would be nice to have still new builds which are supporting older iOS versions… so maybe this helps with it?

Best,

Dani

The reason it doesn’t work is we’ve added support for the GameController framework on iOS. This framework is not compatible with iOS 6.

Rob