-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
From @xiaochong44 on July 4, 2017 6:29
I create new plugin by static libraries;
he have three file. jcore-ios-1.1.5.a jpush-ios-3.0.6.a and JPUSHService.h.
tns run ios show error
Processing node_modules failed. Exception: The static library at /Users/feng/AnBangCrmApp/node_modules/nativescript-jpush/platforms/ios/jcore-ios-1.1.5.a is not built for one or more of the following required arch
itectures: armv7, arm64, i386. The static library must be built for all required architectures.
lipo -info show
Architectures in the fat file: /Users/feng/AnBangCrmApp/node_modules/nativescript-jpush/platforms/ios/jcore-ios-1.1.5.a are: armv7 armv7s x86_64 arm64
Copied from original issue: NativeScript/NativeScript#4501