Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Error #25

Closed
dharmusharma1981 opened this issue May 6, 2017 · 5 comments
Closed

Build Error #25

dharmusharma1981 opened this issue May 6, 2017 · 5 comments

Comments

@dharmusharma1981
Copy link

Undefined symbols for architecture x86_64:
"OBJC_CLASS$_CTTelephonyNetworkInfo", referenced from:
objc-class-ref in Razorpay(RazorpayLogging.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@dharmusharma1981
Copy link
Author

I used bit code enabled Framework file by downloading using below link
https://github.com/razorpay/razorpay-ios-sample-app/releases/tag/v0.15.0

@pronav
Copy link
Contributor

pronav commented May 6, 2017

@dharmusharma1981 Can you add CoreTelephony.framework to your project?

@dharmusharma1981
Copy link
Author

@pronav did That same Now it is building

Thanks

@dharmusharma1981
Copy link
Author

Thanks I see every thing working fine after adding the required framework thanks guys closing the issue

@jaspal747
Copy link

I just received the same error.
Why don't you add this step to the iOS instructions?

Under "Link Binary With Libraries" in the "Build Phases" tab of your project settings, add CoreTelephony.framework and SystemConfiguration.framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants