adjust / adobe_air_sdk

This is the Adobe AIR SDK of
http://adjust.com
Other
24 stars 12 forks source link

4.11.1 Error compiling for iOS #31

Closed soccerob closed 6 years ago

soccerob commented 7 years ago

I attempted to build to iOS using Air 21.0.0.215 using the latest ANE (4.11.1) and received the error output listed below. I reverted to 4.11.0 and the app compiled without issues. I haven't tried compiling to Android yet.

Undefined symbols for architecture armv7: "_kSecAttrAccessGroupToken", referenced from: -[ADJActivityState assignUuid:] in AdjustSdk(ADJActivityState.o) -[ADJKeychain setValue:forKeychainKey:inService:] in AdjustSdk(ADJKeychain.o) -[ADJKeychain keychainItemForKeyNew:service:] in AdjustSdk(ADJKeychain.o) -[ADJKeychain setValueWithStatus:forKeychainKey:inService:] in AdjustSdk(ADJKeychain.o) -[ADJKeychain wasWritingSuccessful:forKeychainKey:inService:] in AdjustSdk(ADJKeychain.o) ld: symbol(s) not found for architecture armv7 Undefined symbols for architecture arm64: "_kSecAttrAccessGroupToken", referenced from: -[ADJActivityState assignUuid:] in AdjustSdk(ADJActivityState.o) -[ADJKeychain setValue:forKeychainKey:inService:] in AdjustSdk(ADJKeychain.o) -[ADJKeychain keychainItemForKeyNew:service:] in AdjustSdk(ADJKeychain.o) -[ADJKeychain setValueWithStatus:forKeychainKey:inService:] in AdjustSdk(ADJKeychain.o) -[ADJKeychain wasWritingSuccessful:forKeychainKey:inService:] in AdjustSdk(ADJKeychain.o) ld: symbol(s) not found for architecture arm64 Compilation failed while executing : ld64

APK setup creation FAILED.

uerceg commented 7 years ago

Hi @soccerob,

Can you try using latest Adobe AIR SDK?

Version 25 is the latest: http://www.adobe.com/devnet/air/air-sdk-download.html

soccerob commented 7 years ago

Latest version of AIR works to build to both iOS and Android. We're not confident in the latest version of AIR as we've seen a few reported issues, so we'll stick with 4.11.0 for now.

uerceg commented 6 years ago

Hi @soccerob

We have just updated our Adobe AIR SDK to latest v4.11.3 (https://github.com/adjust/adobe_air_sdk/releases/tag/v4.11.3). When able, feel free to give it a try and let us know if this issue is solved with this release.

Cheers.

afjoseph commented 6 years ago

@soccerob Can you let us know if the latest fix solved your issue?

afjoseph commented 6 years ago

Closing this because of inactivity. Feel free to reopen the issue.