Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 80307

iOS adhoc displays black screen after launch

$
0
0

my iOS application displays black screen after splash screen.nothing happens after the splash screen and couldn't see any proper errors on debug utility.

I can build adhoc using flash builder and it's works fine but this problem occurs when I create ipa using dumped config file on command line(ant)

I'm using flex sdk 4.6 and AirSDK 15.0(overladed) iOS version 8.0 .my application includes few iOS native extensions.

 

I also tried installing flex sdk 4.13 with AIRSDK 15 but same thing happens.

 

mxmlc
mxmlc
-load-config app-config.xml src/mobapp.mxml -output myapp.swf



adt

<target name="build-release-adhoc-package-ipa">

  
<echo>::building captive-runtime release-adhoc ipa..</echo>

  
<exec executable="${FLEX_BIN}/adt" failonerror="true">

  
<arg line="-package"/>

  
<arg line="-target ipa-ad-hoc"/>

  
<arg line="-storetype pkcs12"/>

  
<arg line="-keystore ${provision.dir}/release-adhoc.p12"/>

  
<arg line="-storepass 12345"/>

  
<arg line="-provisioning-profile ${provision.dir}/release_adhoc.mobileprovision"/>

  
<arg line="${adhoc.dir}/ios-adhoc.ipa"/>

  
<arg line="${src}/mobapp-app.xml"/>

  
<arg line="myapp.swf"/>

  
<arg line="${icon.dir}/applicationIcon16.png"/>

  
<arg line="${icon.dir}/applicationIcon32.png"/>

  
<arg line="${icon.dir}/applicationIcon36.png"/>

  
<arg line="${icon.dir}/applicationIcon48.png"/>

  
<arg line="${icon.dir}/applicationIcon57.png"/>

  
<arg line="${icon.dir}/applicationIcon72.png"/>

  
<arg line="${icon.dir}/applicationIcon76.png"/>

  
<arg line="${icon.dir}/applicationIcon114.png"/>

  
<arg line="${icon.dir}/applicationIcon120.png"/>

  
<arg line="${icon.dir}/applicationIcon128.png"/>

  
<arg line="${icon.dir}/applicationIcon152.png"/>

  
<arg line="${base.dir}/Default-568h@2x.png"/>

  
<arg line="-extdir ${src}/ane"/>

  
<arg line="-platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPh oneOS.sdk"/>

  
</exec>

  
</target>



please help!


Viewing all articles
Browse latest Browse all 80307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>