AIR iOS- very strange publish error - ios

Getting the following error when publishing-deploying to iPad running iOS7 from the Flash IDE
Invalid input.
ld: -pie can only be used when targeting iOS 4.2 or later
Was able to publish before without issue but had to do a restore on the device and update the iOS from 6 to 7.
Wondering if perhaps this error could be a compatibility issue with one of the 2 native extensions I am using and iOS7
com.milkmangames.extensions.GoViral
eu.alebianco.air.extensions.analytics.NativeGATracker
Compiling using the latest AIR SDK 3.9, using Flash CS6 IDE.
Anyone have a clue and-or see this error before? Googling turns up nada.

Adobe AIR 3.9 have support for PIE enabled build for IOS, so you need to rebuild the ANE to support for latest SDK
You will need to change the line in platform-iphone.xml:
<option>-ios_version_min 4.0</option>
to:
<option>-ios_version_min 4.2</option>
and rebuild the ANE to make it work.
see:
Adobe Forum Post
As3GameGears Blog

Related

iOS SDK 11 error when using PhoneGap Build

When submitting an app to the app store I get the following error from Apple:
The app previews and screenshots for the iPhone 5.8-Inch display won’t appear on the App Store because your binary wasn’t built with the iOS 11 SDK.
It's a normal app compiled with PhoneGap Build. Anyone know why this is happening? Is it because PhoneGap Build does not use iOS 11?
PhoneGap Build does support iOS 11 (I just had an app approved a week ago). I'm not sure exactly what would cause this, but here's a few things to check that I recently updated to:
Use the latest version of PG Build, which will support iOS 11 (my best guess for the cause of your issue):
< preference name="phonegap-version" value="cli-7.0.1" />
If that doesn't fix it, switch over to the CLI project structure format.

How to fix the issue in uploading an app error : 10.1(UNSUPPORTED: Local iOS SDK is 10.2 which does not match)?

I created app using Lua language using Corona SDK and when I try to
create a build or Send it to App Store, it displays these errors below
UNSUPPORTED IOS SDK Mismatch
The version of iOS SDK (10.2) that's installed on this computer does
not match the target iOS version (10.1). You may encounter issues
building or incompatibilities at runtime.
Anyone can help me with this issue? Any help will be appreciated.
Thank you!
I had the same problem. You need to download the latest daily build from Corona Labs and then build using that version. Daily builds are found here:
https://developer.coronalabs.com/downloads/daily-builds
From Corona blog
Changes to Xcode Requirements
Starting with 2015.2616, Corona
Simulator will be more stringent about the version of Xcode you have
installed (older versions work like before, in a less stringent
manner). In particular, when you select a particular target iOS
version, you must have the corresponding version of Xcode installed.
For example, if you want to target iOS 8.3, you must install Xcode 6.3
which includes iOS 8.3 SDK.
Also, from this post you can read that for iOS 10 SDK you need install Xcode 8. So I guess for iOS 10.2 SDK you need Xcode 8.2 (I'm not sure which one exactly will fit). What is more you need most recent version of Corona:
stable build (requires Xcode 8.1 or later, the macOS Simulator requires macOS 10.10 or later, more information) or
daily builds.
Note: I'm using only Win7 for Corona SDK.

ITMS - 90209 Invalid Segment Alignment

I've updated XCode and still get this same error. I've installed adobe air 17 beta and adobe air SDK too.
ERROR ITMS - 90209 Invalid Segment Alignment. The app binary at 'Meteor Crash.app/Meteor Crash' does not have a proper segment alignment. Try rebuilding the app with the latest Xcode version.
Please help, thanks.
I had the same problem, which is solved now. I was building with old flex SDK that is why it was throwing this error.
I downloaded flex 4.14 SDK with AIR 16.0 version using 'Apache FLEX SDK Installer'. And also you need to build the app using 64-bit supporting system. It solved my problem. And try to download from Installer. Hope this helps.

Invalid segment Alignment. Windows 8

i am using windows 8.0, adobe flash professional CC and AIR SDK 14 to develop my app.
I am submitting my ipa file to appstore through application loader.
i got an error message
ERROR ITMS-9000:"Inavalid segment alignment. this app does not have proper segment alignment and should be rebuilt with the latest version of Xcode Please contact Developer Technical Support if you need further assistence."
There is a solution for mac users https://forums.adobe.com/message/6763023#6763023
But how to solve this issue on windows PC.
Please update your AIR SDK and re-compile it again.
Here is the link http://labs.adobe.com/downloads/air.html. Select your version.
Actual version is 15.0.0.302 from the Labs. It contain a lot of iOS8 fixes.
Waiting for Adobe to resolve this issue too...seems like the air linker in air 15 is outdated
and no longer accepted by apple.

livecode building standalone for iOS error: There was an error while saving the standalone application linking for armv7 failed with Id:

I just downloaded and installed Livecode Community 6.0 and tried to create a standalone of my app.
BTW Livecode 5.5.4 works fine.
Any idea what's causing this?
My reading of the error says you're trying to build a standalone for the simulator (i386) and yet trying to link it for the device (armv7).
Is that a setting you've got wrong?
I haven't tried this with LiveCode Community 6.0 myself.
Check in Preferences under Mobile Support and see if iOS SDK is linked. Should be a green light if 5.1 and 6.1 are linked and available. Should also have text that states "Available device SDKs: 5.1,6.1" and "Available simulators: 5.1,6.1"

Resources