tuarua / Apple-Signin-ANE

Apple Sign In Adobe Air Native Extension for macOS 10.15+, iOS 13.0+ and tvOS 13.0+
Apache License 2.0
5 stars 4 forks source link

Package IPA Failed #10

Closed TanDing closed 4 years ago

TanDing commented 4 years ago

Mac 10.14 AirSDK 33.1

Undefined symbols for architecture armv7: "_OBJCCLASS$TtC8FreSwift14FreSwiftBridge", referenced from: objc-class-ref in com.tuarua.AppleSignInANE.o "_OBJCCLASS$TtC17AppleSignInANE_FW15SwiftController", referenced from: objc-class-ref in com.tuarua.AppleSignInANE.o ld: symbol(s) not found for architecture armv7 Undefined symbols for architecture arm64: "_OBJCCLASS$TtC8FreSwift14FreSwiftBridge", referenced from: objc-class-ref in com.tuarua.AppleSignInANE.o "_OBJCCLASS$TtC17AppleSignInANE_FW15SwiftController", referenced from: objc-class-ref in com.tuarua.AppleSignInANE.o ld: symbol(s) not found for architecture arm64 Compilation failed while executing : ld64

tuarua commented 4 years ago

Please list the exact AIR version eg AIR 33.1.1.63 There have been 5 releases of 33.1.x.x

TanDing commented 4 years ago

AIR 33.1.1.63 Mac 10.14.6 Xcode 11.3.1 I don't have air sdk 33.0.2.338, so no test. I'm using Swift ANE for the first time, does air sdk need other settings to use Swift ANE?

tuarua commented 4 years ago

It is likely because you are on Mojave and not Catalina (10.15) The ANE is compiled on Catalina because Apple Sign In is latest iOS macOS only. I am having not seeing any compilation problems