Closed soccerob closed 6 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
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.
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.
@soccerob Can you let us know if the latest fix solved your issue?
Closing this because of inactivity. Feel free to reopen the issue.
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.