payu-intrepos / iOS-Custom-Browser

Easy to integrate, feature rich WebView wrapper facilitating payments for iOS apps
MIT License
4 stars 6 forks source link

Missing required architecture i386 #1

Closed dinarajas closed 1 year ago

dinarajas commented 8 years ago

ld: warning: ignoring file /Users/DineshRaja/Documents/Projects/App-iOS/App-iOS/libiOSCustomBrowser.a, missing required architecture i386 in file /Users/DineshRaja/Documents/Projects/App-iOS/App-iOS/libiOSCustomBrowser.a (3 slices) Undefined symbols for architecture i386: "_OBJCCLASS$_CBConnection", referenced from: type metadata accessor for __ObjC.CBConnection in PayUWebViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)

I'm experiencing the above error and I couldn't run the app in simulators. It is because the binary is not included i386 architecture. Please help me.

n4nachiket commented 7 years ago

I have the same problem as @dineshrajas . Please help