distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

PushNotification ANE :: iOS :: Undefined symbols for architecture armv7 #224

Closed nw-dvazalves closed 10 years ago

nw-dvazalves commented 10 years ago

Today I updated the PushNotifications ANE in our project with the new one from the repository and got this error when I tried to package the app for iOS:

Undefined symbols for architecture armv7: "_OBJCCLASS$_UIUserNotificationSettings", referenced from: objc-class-ref in libcom.distriqt.PushNotifications.a(PushNotificationsManager.o) ld: symbol(s) not found for architecture armv7 Compilation failed while executing : ld64

I really appreciate any help you can provide.

marchbold commented 10 years ago

This update was an update to iOS 8 so please make sure you are using version 8 of the iOS SDK when compiling your application.

nw-dvazalves commented 10 years ago

Oh yes. Thank you very much. Packaged the app with the current beta version of the AIR 15 SDK and everything worked fine.

Please excuse the hasty bug report.