freshplanet / ANE-Push-Notification

Air Native Extension (iOS and Android) for Push Notification
Apache License 2.0
205 stars 104 forks source link

air_sdk_16.0.0.292 required to have universal iOS libraries #66

Closed jpjob closed 7 years ago

jpjob commented 9 years ago

Hello. I compile the project and flash builder say error

Error occurred while packaging the application:

Error: META-INF/ANE/iPhone-ARM/libproductStore.a, META-INF/ANE/iPhone-ARM/libVibrationiOSLibrary.a are required to have universal iOS libraries. Please contact the ANE developer(s) to get the same.

if i rebuild by ANT(i set in XCODE Standart archeticture and VALID ARCH arm64 armv7 armv7s)

package: [exec] Error: Apple App Store allows only universal applications. "libAirPushNotification.a" is not a universal binary. Please change build settings in Xcode project to "Standard Architecture" to create universal library/framework.

please help me. Thanx

UPDATE: And local push notification not working on ipod with IOS 8.1.3 On iphone 6 with IOS 8.1.3 work fine

zing1911 commented 9 years ago

I solve this problem by this link :

http://easynativeextensions.com/making-your-ios-apps-universal/