Skip to content

Instantly share code, notes, and snippets.

@kurko
Created October 20, 2015 05:35
Show Gist options
  • Save kurko/560ccaf4df5207f10193 to your computer and use it in GitHub Desktop.
Save kurko/560ccaf4df5207f10193 to your computer and use it in GitHub Desktop.
Spine Swift 2 state
Ld /Users/kurko/Library/Developer/Xcode/DerivedData/Dinero-frfqupqfiefqgtevsufnmfrmbtcl/Build/Products/Debug-iphonesimulator/Spine.framework/Spine normal x86_64
cd /Users/kurko/www/ios/Dinero/Pods
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export PATH="/Applications/Xcode7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode7.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/kurko/Library/Developer/Xcode/DerivedData/Dinero-frfqupqfiefqgtevsufnmfrmbtcl/Build/Products/Debug-iphonesimulator -F/Users/kurko/Library/Developer/Xcode/DerivedData/Dinero-frfqupqfiefqgtevsufnmfrmbtcl/Build/Products/Debug-iphonesimulator -filelist /Users/kurko/Library/Developer/Xcode/DerivedData/Dinero-frfqupqfiefqgtevsufnmfrmbtcl/Build/Intermediates/Pods.build/Debug-iphonesimulator/Spine.build/Objects-normal/x86_64/Spine.LinkFileList -install_name @rpath/Spine.framework/Spine -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=8.0 -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -L/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -Xlinker -add_ast_path -Xlinker /Users/kurko/Library/Developer/Xcode/DerivedData/Dinero-frfqupqfiefqgtevsufnmfrmbtcl/Build/Intermediates/Pods.build/Debug-iphonesimulator/Spine.build/Objects-normal/x86_64/Spine.swiftmodule -framework BrightFutures -framework Foundation -framework SwiftyJSON -single_module -current_version 1 -Xlinker -dependency_info -Xlinker /Users/kurko/Library/Developer/Xcode/DerivedData/Dinero-frfqupqfiefqgtevsufnmfrmbtcl/Build/Intermediates/Pods.build/Debug-iphonesimulator/Spine.build/Objects-normal/x86_64/Spine_dependency_info.dat -o /Users/kurko/Library/Developer/Xcode/DerivedData/Dinero-frfqupqfiefqgtevsufnmfrmbtcl/Build/Products/Debug-iphonesimulator/Spine.framework/Spine
Undefined symbols for architecture x86_64:
"direct generic type metadata pattern for Result.Result", referenced from:
ext.Spine.BrightFutures.Future<A, B where B: Swift.ErrorType>.onServerFailure <A, B where B: Swift.ErrorType> (BrightFutures.Future<A, B>)((B) -> ()) -> BrightFutures.Future<A, B> in FutureExtensions.o
ext.Spine.BrightFutures.Future<A, B where B: Swift.ErrorType>.onNetworkFailure <A, B where B: Swift.ErrorType> (BrightFutures.Future<A, B>)((B) -> ()) -> BrightFutures.Future<A, B> in FutureExtensions.o
ext.Spine.BrightFutures.Future<A, B where B: Swift.ErrorType>.onClientFailure <A, B where B: Swift.ErrorType> (BrightFutures.Future<A, B>)((B) -> ()) -> BrightFutures.Future<A, B> in FutureExtensions.o
"protocol witness table for <A, B where B: Swift.ErrorType> Result.Result<A, B> : Result.ResultType in Result", referenced from:
ext.Spine.BrightFutures.Future<A, B where B: Swift.ErrorType>.onServerFailure <A, B where B: Swift.ErrorType> (BrightFutures.Future<A, B>)((B) -> ()) -> BrightFutures.Future<A, B> in FutureExtensions.o
ext.Spine.BrightFutures.Future<A, B where B: Swift.ErrorType>.onNetworkFailure <A, B where B: Swift.ErrorType> (BrightFutures.Future<A, B>)((B) -> ()) -> BrightFutures.Future<A, B> in FutureExtensions.o
ext.Spine.BrightFutures.Future<A, B where B: Swift.ErrorType>.onClientFailure <A, B where B: Swift.ErrorType> (BrightFutures.Future<A, B>)((B) -> ()) -> BrightFutures.Future<A, B> in FutureExtensions.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment