- 작성시간 : 2014/06/30 19:27
- 퍼머링크 : always19.egloos.com/2990938
- 덧글수 : 0
error: /Applications/Xcode6-Beta2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: unknown option character `X' in: -Xlinker
Usage: /Applications/Xcode6-Beta2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] [-no_warning_for_no_symbols]
Usage: /Applications/Xcode6-Beta2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load]
From the xcode 6 beta 2 release notes:
It is not possible to build static libraries which contain Swift code in this release
To test the waters, PromiseKit is available as a Swift variant. If you want to use it in your app then drag and drop swift/PromiseKit.xcodeproj into your project.
- Include the Dollar framework by dragging it into your project and import the library in your code using import Dollar OR
- Include the Cent framework by dragging it into your project and import the library in your code using import Cent
Currently there are issues loading the library using pod 'Dollar', '~> 0.2' which is pending changes from Cocoapods.



덧글