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

Problem facing in integration with objective - c project. #59

Closed
raheelahmad786 opened this issue Apr 29, 2016 · 1 comment
Closed

Problem facing in integration with objective - c project. #59

raheelahmad786 opened this issue Apr 29, 2016 · 1 comment

Comments

@raheelahmad786
Copy link

Hi,

I am integrating netfox manually (by dragging the swift files folder in xcode). Xcode compiling it fine, but problem is how i can import them in my objective-c project. i even tried with this statement

import "netfox-Swift.h"

but it didn't worked for me and xcode is giving error that file not found. I am in middle of it please help.

Thanks.

@raheelahmad786
Copy link
Author

Issue is solved, by importing Header file "XXXX-Swift.h" in delegate. XXXX is the header name generate by xcode should be mention in Build settings under this "Objective-C Generated Interface Header Name".

Secondly this should be set to YES

http://stackoverflow.com/questions/24002836/dyld-library-not-loaded-rpath-libswift-stdlib-core-dylib

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

2 participants