Closed metasmile closed 9 years ago
in your updates(5.6.0) are experiencing problems similar to the following (still xcode6.1.1):
http://stackoverflow.com/questions/24041962/static-linking-with-swift-xcode6-beta
the official reason is that looks like this : "Xcode does not support building static libraries that include Swift code."
This is fixed now. It looks like the podspec was including the subspec for swift in the main thing. Removed swift for now.
huge thx!!
in your updates(5.6.0) are experiencing problems similar to the following (still xcode6.1.1):
http://stackoverflow.com/questions/24041962/static-linking-with-swift-xcode6-beta
the official reason is that looks like this : "Xcode does not support building static libraries that include Swift code."