-
Notifications
You must be signed in to change notification settings - Fork 86
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
Guide to make it work with Swift #23
Comments
DHxlsReaderIOS - the other project shows a sample use of this project. |
Ok I did follow this guide: http://stackoverflow.com/questions/9370518/xcode-4-2-how-include-one-project-into-another-one But I still get this message: Do you know what it could be? |
Ok I did it: But When I try to build I got this: ld: warning: ignoring file /Users/ricardo/Library/Developer/Xcode/DerivedData/ExcelFinal-btnecoozlgukhpdhbhkymccgggac/Build/Products/Debug-iphoneos/libDHxlsReaderIOS.a, file was built for archive which is not the architecture being linked (arm64): /Users/ricardo/Library/Developer/Xcode/DerivedData/ExcelFinal-btnecoozlgukhpdhbhkymccgggac/Build/Products/Debug-iphoneos/libDHxlsReaderIOS.a I am stuck again... |
Ok I did it: 1 - Drag the DHxlsReaderIOS.xcodeproj inside you main project sample swift code: [code] Sorry for my english. |
Great! So you added the above comment to show that you got it to work? I just updated the project to support 64 bit and had to deal with issues relating libiconv - see https://forums.developer.apple.com/thread/4572. So the project is updated to latest Xcode 7.1, and the Test App also works and runs on a 64 bit device in the simulator. |
yes now it is working fine : ) |
I would like to use the DHlibxls, but I have some problem on how to include it in my project.
On README I found this:
Usage: include the enclosed project in your primary Xcode project. Ensure that there is a dependency on it in an Target that uses it. [It does not use categories so no need for "-forceload".]
What you mean with encloused project?
Do you mean only the DHxlsReaderIOS.xcodeproj? or the TestDHlibxls.xcodeproj?
What about the others files and folders?
Thanks
The text was updated successfully, but these errors were encountered: