Entitlement block causing error: unexpected failure: null
i need include entitlement block ios app, when packager complains:
unexpected failure: null
java.nio.bufferoverflowexception
@ java.nio.heapbytebuffer.put(heapbytebuffer.java:165)
@ java.nio.bytebuffer.put(bytebuffer.java:813)
@ com.adobe.air.ipa.machosigner.newentitlementblob(machosigner.java:427)
@ com.adobe.air.ipa.machosigner.sign(machosigner.java:241)
@ com.adobe.air.ipa.machosigner.sign(machosigner.java:98)
@ com.adobe.air.ipa.ipasigner.signmacho(ipasigner.java:107)
@ com.adobe.air.ipa.ipaoutputstream.finalizesig(ipaoutputstream.java:841)
@ com.adobe.air.applicationpackager.createpackage(applicationpackager.java:91)
@ com.adobe.air.ipa.ipapackager.createpackage(ipapackager.java:257)
@ com.adobe.air.adt.parseargsandgo(adt.java:571)
@ com.adobe.air.adt.run(adt.java:419)
@ com.adobe.air.adt.main(adt.java:469)
my app descriptor entitlement block looks this:
| <entitlements> | |
| <![cdata[ | |
| <key>gett-task-allow</key> | |
| <true/> | |
| <key>aps-environment</key> | |
| <string>development</string> | |
| <key>application-identifier</key> | |
| <string>acde1234.asd.asd.asd</string> | |
| <key>keychain-access-groups</key> | |
| <array> | |
| <string>acde1234.*</string> | |
| </array> | |
| ]]> | |
| </entitlements> |
my air version tag following:
<application xmlns="http://ns.adobe.com/air/application/3.5">
hi sebastian,
thanks reporting, please answer following questions.
- which air sdk version you're using? has ever worked other version of air sdk?
- could please try latest air sdk released i.e. 3.7
- if remove entitlement tag completely, packaged sucessfully?
- are using tools or you're packaging on command line?
- could please share exact adt command you're using.
- also, please share entire application xml.
thanks
-pahup
adobe air
More discussions in AIR Development
adobe
Comments
Post a Comment