• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

iOS 11 platform SDK

Contributor ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

When setting the -platformsdk argument to point to the iOS 11 platform SDK in the Xcode 9 GM seed, the build fails with this:

ld: library not found for -lgcc_s.1

I know this has happened before with XCode updates. I copied over the new ld64 file, installed the new commandline tools etc. Is this something that will have to be fixed with an AIR SDK update, or is there something else I can try? We're using a bunch of ANEs, maybe those need to be repackaged?

Any help is appreciated - Peter

TOPICS
Air beta

Views

2.4K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Sep 13, 2017 Sep 13, 2017

iOS sdk 11 doesn't have this lib.

You can copy from 10.3

Copy this tbd from here:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libgcc_s.1.tbd

to here:

/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libgcc_s.1.tbd

Votes

Translate

Translate
Engaged ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

iOS sdk 11 doesn't have this lib.

You can copy from 10.3

Copy this tbd from here:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libgcc_s.1.tbd

to here:

/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libgcc_s.1.tbd

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

After this. Please make sure you test on a device with iOS 11.

When I use any platformSDK - it breaks app rotation on iOS11 on my iPad Pro.

I have to omit this (so it uses the default 10.1 SDK included with AIR)

Here is the ticket. Is under known issues in the release notes.

https://tracker.adobe.com/#/view/AIR-4198406

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

is the rotation issue only with iPad pro? I'm not seeing anything weird so far, but our app is locked in portrait mode so we actually don't want it to rotate at all.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

is the rotation issue only with iPad pro?

It was happening me on iPad mini also. Started happening after release 3 of Beta (There's been 10)

I think locking to portrait or land was OK for me.

I'm going to try GM seed shortly.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 15, 2017 Sep 15, 2017

Copy link to clipboard

Copied

Hi,

I'm also have this problem in Window. How do you copy the ios SDK to ADobe AIR? I cannot find the location of Ios SDK in Adobe AIR folder in Window.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 01, 2017 Nov 01, 2017

Copy link to clipboard

Copied

iOS SDK works only on macOS

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 22, 2020 Jan 22, 2020

Copy link to clipboard

Copied

LATEST

Ok as you I can do it same procedures like

iOS sdk 11 doesn't have this lib.

You can copy from 10.3

 

Copy this tbd from here:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libgcc_s.1.tbd

to here:

/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libgcc_s.1.tbd

Hope its solved my problem.
 

Likes

 

 

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines