How do I allow all libraries to run on arm64 and armv7? - ios

I’m getting this error:
undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_PayTabCardReaderViewController", referenced from:
objc-class-ref in PayViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
PayTabsLibrary.a can only run on armv7, not on arm64. But I have other libraries that run on arm64 so this is why I'm getting the error.
How do I allow all libraries to run on arm64 and armv7?

Related

symbol(s) not found for architecture arm64 in xcode 7.1

I got this error when trying to running app in simulator. And I'm using this library. https://github.com/donobono/DoImagePickerController. How can I solve this problem?
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_DoImagePickerController", referenced from:
objc-class-ref in NewActivityVC.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Thank you in advance

Compilation error in react native

I am trying to build my react native project for release and i am getting the error:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_RCTRootView", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
can some one help here please i cant figure it out.

macosx 10.10 cocoalumberjack linker error

I use pod to install cocoalumberjack to my macosx project. Here is the output of the error message.
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_DDLog", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

error when running application

i get this answer when I'm trying to run my application both on my iphone and in simulator.
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_AppDelegate", referenced from:
objc-class-ref in main.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

j2objc error while compile the project x86_64

Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_", referenced from:
objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code
1 (use -v to see invocation)
I've been converted the library from Java into Objective-C. But I can't launch the project .
How to fix this issue?

Resources