issues with flexmojos 7.1 / SDK 4.14.1 / Flash Builder 4.7 / Maven 3.2.5

2015-05-20 Thread L'Hommelet Filip
Hi all. I'm having trouble compiling my Flex Project using maven and flexmojos. Building in Flash Builder 4.7 (with SDK 4.14.1) works just fine. However, when doing a maven install, I get following error on one of my mxml components. Error: Could not resolve to a component implementation. It

AW: issues with flexmojos 7.1 / SDK 4.14.1 / Flash Builder 4.7 / Maven 3.2.5

2015-05-20 Thread Christofer Dutz
Hi Filip, Just a hunch ... do you have "keepGeneratedActionscript" set to true? I had a similar error in an Air mobile application yesterday and was struggling to find out what's actually going wrong. Removing this resolved my problem. If you want an explanation why, don't ask me. I just stumbl

RE: issues with flexmojos 7.1 / SDK 4.14.1 / Flash Builder 4.7 / Maven 3.2.5

2015-05-20 Thread L'Hommelet Filip
Hello Chris, I don't have "keepGeneratedActionscript" set at all. If you look at the complete plugin-configuration, I am now wondering if the part where it speaks about flexbuilder licenses might be the culprit. As you can see, playerglobal is set (and defined as 17.0 higher in the pom)

Mobile app(iOS) packaging error

2015-05-20 Thread Deepak MS
Hello, I'm not sure how and why, but all of a sudden I have started getting packing error in FB 4.6. It used to work fine before. This is what I get: Error occurred while packaging the application: null java.lang.NullPointerException Screenshot: http://pasteboard.co/BqWFBzj.png No details at all.

AW: issues with flexmojos 7.1 / SDK 4.14.1 / Flash Builder 4.7 / Maven 3.2.5

2015-05-20 Thread Christofer Dutz
Hi Filip, First of all: you don't need the playerglobal as a plugin dependency, but probably as project dependency. Eventually this will already solve your problem. Second: Try using the fontkit the mavenizer provides you with: com.adobe

iPhone 6 not displaying full screen

2015-05-20 Thread deflator
I cannot find anyone else with this problem, but my app leaves about 100px off the top and bottom on an iPhone 6. It fills the screen as expected on a 4S and in all screen sizes under simulation. fullScreen is set to true. Any info is appreciated, thanks. -- View this message in context: http:

Re: Mobile app(iOS) packaging error

2015-05-20 Thread Rami Tarabay
What version of flex SDK are you using, air and flash player ? What version of IOS do you have and iTunes ? Are you using ane's ? On Wed, May 20, 2015 at 3:53 PM, Deepak MS wrote: > Hello, > I'm not sure how and why, but all of a sudden I have started getting > packing error in FB 4.6. It used t

Re: iPhone 6 not displaying full screen

2015-05-20 Thread Rami Tarabay
Go to debug configuration, configure packaging settings, customize launch, add file to package and add the path of your splachscreen C:./projectname/src/default-5...@2x.png You should name it Default-568h@2x On Wed, May 20, 2015 at 6:25 PM, deflator wrote: > I cannot find anyone else with t

Re: iPhone 6 not displaying full screen

2015-05-20 Thread deflator
So, the launch image(s) you provide determine what size the app appears on the phone after it is loaded? I found some info that sounded like that was the case, but it seems odd. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/iPhone-6-not-displaying-full-screen-t

Re: Mobile app(iOS) packaging error

2015-05-20 Thread Deepak MS
Hi Rami, I tried with flex 4.13/4.14 air 14/15 fp 16/17. All those combinations. Since i started getting this error in my project which has anes, i tried it on a new simple project with just a label and i could see that error in new project too. No idea what's going on. On 20 May 2015 21:17, "Rami

Re: Mobile app(iOS) packaging error

2015-05-20 Thread Peter Ent
Whenever I had this problem (and it has been awhile since I have done this), this error occurred because one or more of the following things happened: the certificate(s) became invalid or something changed that caused the provisioning profile to be invalid. Check on the Apple Developer Center/iTune

Re: Mobile app(iOS) packaging error

2015-05-20 Thread OmPrakash Muppirala
This reminds me - I've seen something like this when my Apple developer account (and hence the developer certificate) expired. Maybe worth checking all those things. Thanks, Om On Wed, May 20, 2015 at 11:07 AM, Peter Ent wrote: > Whenever I had this problem (and it has been awhile since I have

Re: Mobile app(iOS) packaging error

2015-05-20 Thread Deepak MS
Ok. Just happened to to cross check the validity. Both provisioning file and certificates are still valid(expires in Mar 2016). Same files work fine on my colleague's system. He is able to package the app. I also tried to create a new test provisioning file, I'm still getting the same error. Can t

Re: Mobile app(iOS) packaging error

2015-05-20 Thread Deepak MS
Just tried something and it worked! There were some software installations\updates on my laptop recently. I uninstalled all of them, restarted the system, crossed my fingers and clicked on export release build! And boom! it worked. I uninstalled 3 things: - Yahoo tool bar (highly unlikely that th