Dear sirs,
After install Corona Daily Build 1106, I can not run my Apps on device.
They run OK on simulator, but when I run on a device, the screen stays black and I get the error:
May 13 20:03:50 iPad-de-Marcos-Tito amfid[142] <Error>: entitlement ‘application-identifier’ has value not permitted by a provisioning profile
May 13 20:03:51 iPad-de-Marcos-Tito kernel[0] <Debug>: launchd[141] Builtin profile: container (sandbox)
May 13 20:03:51 iPad-de-Marcos-Tito kernel[0] <Debug>: launchd[141] Container: /private/var/mobile/Applications/B1D4C27E-47FC-4618-9C7C-E5FE0F1C7068 [69] (sandbox)
May 13 20:03:51 iPad-de-Marcos-Tito XoDengueDevelop[141] <Warning>: waiting for connection…
Please, could you help me?
Thank you!
Marcos Tito.
rob
May 14, 2013, 12:12am
2
can you fall back to 1105 and see if that still works? Do you know what the last version of Corona SDK you used that works?
What version of XCode do you have installed?
Hi !
xcode 4.6.2.
I do not remember, but I will back to earlier versions and try until it works again.
Thank you
rob
May 14, 2013, 12:12am
4
can you fall back to 1105 and see if that still works? Do you know what the last version of Corona SDK you used that works?
What version of XCode do you have installed?
Hi !
xcode 4.6.2.
I do not remember, but I will back to earlier versions and try until it works again.
Thank you
d.mach
November 4, 2015, 9:04am
6
I today encountered the same problem with testing an app not in the simulater but with adhoc on device (iPad) with the latest build. I tried build 2751 and have the same problem. XCode 7.1
Will test older build now.
d.mach
November 4, 2015, 9:40am
7
It is working with build 2729 now!
rob
November 5, 2015, 1:22am
8
Can you try this again with a later daily build?
Thanks
Rob
d.mach
November 5, 2015, 9:35am
9
Okay, I took some time to check this and here is the result:
I’ve just checked it on an iPad iOS 6.1.2 with build 2744: and this one seems the last one which is working.
Checked it with build 2751: this one is not working!
Checked the build 2750 next: is not working!
Checked the build 2748 next: is not working!
Checked the build 2747 next: is not working!
Not working means: The installed app is crashing directly after the default screen is loaded when the app icon is clicked.
rob
November 6, 2015, 1:14am
10
Can we get a good capture of the console log from the device it’s crashing on?
d.mach
November 9, 2015, 8:34am
11
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+
rob
November 10, 2015, 12:30am
12
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
d.mach
November 10, 2015, 11:51am
13
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.
rob
November 10, 2015, 10:41pm
14
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
d.mach
November 10, 2015, 10:52pm
15
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
rob
November 10, 2015, 11:15pm
16
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
d.mach
November 4, 2015, 9:04am
17
I today encountered the same problem with testing an app not in the simulater but with adhoc on device (iPad) with the latest build. I tried build 2751 and have the same problem. XCode 7.1
Will test older build now.
d.mach
November 4, 2015, 9:40am
18
It is working with build 2729 now!
rob
November 5, 2015, 1:22am
19
Can you try this again with a later daily build?
Thanks
Rob
d.mach
November 5, 2015, 9:35am
20
Okay, I took some time to check this and here is the result:
I’ve just checked it on an iPad iOS 6.1.2 with build 2744: and this one seems the last one which is working.
Checked it with build 2751: this one is not working!
Checked the build 2750 next: is not working!
Checked the build 2748 next: is not working!
Checked the build 2747 next: is not working!
Not working means: The installed app is crashing directly after the default screen is loaded when the app icon is clicked.