Skip to content

Instantly share code, notes, and snippets.

@joreilly
Created January 24, 2020 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joreilly/06679d679ab42bc6fb374e378a30aea8 to your computer and use it in GitHub Desktop.
Save joreilly/06679d679ab42bc6fb374e378a30aea8 to your computer and use it in GitHub Desktop.
Ld /Users/joreilly/Library/Developer/Xcode/DerivedData/PeopleInSpaceWatch-gfdiznzzmgwlqxfgktqzaxgaqksb/Build/Products/Debug-watchsimulator/PeopleInSpaceWatch\ WatchKit\ Extension.appex/PeopleInSpaceWatch\ WatchKit\ Extension normal i386 (in target 'PeopleInSpaceWatch WatchKit Extension' from project 'PeopleInSpaceWatch')
cd /Users/joreilly/dev/github/PeopleInSpace/watchos/PeopleInSpaceWatch
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target i386-apple-watchos6.1-simulator -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator6.1.sdk -L/Users/joreilly/Library/Developer/Xcode/DerivedData/PeopleInSpaceWatch-gfdiznzzmgwlqxfgktqzaxgaqksb/Build/Products/Debug-watchsimulator -F/Users/joreilly/Library/Developer/Xcode/DerivedData/PeopleInSpaceWatch-gfdiznzzmgwlqxfgktqzaxgaqksb/Build/Products/Debug-watchsimulator -F/Users/joreilly/dev/github/PeopleInSpace/watchos/PeopleInSpaceWatch/Pods/../../../common/build/cocoapods/framework -filelist /Users/joreilly/Library/Developer/Xcode/DerivedData/PeopleInSpaceWatch-gfdiznzzmgwlqxfgktqzaxgaqksb/Build/Intermediates.noindex/PeopleInSpaceWatch.build/Debug-watchsimulator/PeopleInSpaceWatch\ WatchKit\ Extension.build/Objects-normal/i386/PeopleInSpaceWatch\ WatchKit\ Extension.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/../../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/joreilly/Library/Developer/Xcode/DerivedData/PeopleInSpaceWatch-gfdiznzzmgwlqxfgktqzaxgaqksb/Build/Intermediates.noindex/PeopleInSpaceWatch.build/Debug-watchsimulator/PeopleInSpaceWatch\ WatchKit\ Extension.build/Objects-normal/i386/PeopleInSpaceWatch\ WatchKit\ Extension_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fapplication-extension -fobjc-link-runtime -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchsimulator -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/joreilly/Library/Developer/Xcode/DerivedData/PeopleInSpaceWatch-gfdiznzzmgwlqxfgktqzaxgaqksb/Build/Intermediates.noindex/PeopleInSpaceWatch.build/Debug-watchsimulator/PeopleInSpaceWatch\ WatchKit\ Extension.build/Objects-normal/i386/PeopleInSpaceWatch_WatchKit_Extension.swiftmodule -ObjC -lc++ -framework common -e _WKExtensionMain -framework WatchKit -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/joreilly/Library/Developer/Xcode/DerivedData/PeopleInSpaceWatch-gfdiznzzmgwlqxfgktqzaxgaqksb/Build/Intermediates.noindex/PeopleInSpaceWatch.build/Debug-watchsimulator/PeopleInSpaceWatch\ WatchKit\ Extension.build/PeopleInSpaceWatch\ WatchKit\ Extension.appex-Simulated.xcent -lPods-PeopleInSpaceWatch\ WatchKit\ Extension -Xlinker -dependency_info -Xlinker /Users/joreilly/Library/Developer/Xcode/DerivedData/PeopleInSpaceWatch-gfdiznzzmgwlqxfgktqzaxgaqksb/Build/Intermediates.noindex/PeopleInSpaceWatch.build/Debug-watchsimulator/PeopleInSpaceWatch\ WatchKit\ Extension.build/Objects-normal/i386/PeopleInSpaceWatch\ WatchKit\ Extension_dependency_info.dat -o /Users/joreilly/Library/Developer/Xcode/DerivedData/PeopleInSpaceWatch-gfdiznzzmgwlqxfgktqzaxgaqksb/Build/Products/Debug-watchsimulator/PeopleInSpaceWatch\ WatchKit\ Extension.appex/PeopleInSpaceWatch\ WatchKit\ Extension
ld: warning: could not create compact unwind for ___unnamed_360: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___unnamed_380: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___unnamed_388: stack subl instruction is too different from dwarf stack size
Undefined symbols for architecture i386:
"_SQLiter_SQLiteConnection_nativeBindParameterIndex", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement.bindParameterIndex(kotlin.String)ValueType in common(result.o)
"_SQLiter_SQLiteStatement_nativeBindLong", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement.bindLong(kotlin.Int;kotlin.Long) in common(result.o)
"_SQLiter_SQLiteConnection_nativeClearBindings", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement.clearBindings() in common(result.o)
"_SQLiter_SQLiteConnection_nativePrepareStatement", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection.createStatement(kotlin.String)co.touchlab.sqliter.Statement in common(result.o)
"_SQLiter_SQLiteStatement_nativeBindString", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement.bindString(kotlin.Int;kotlin.String) in common(result.o)
"_SQLiter_SQLiteStatement_nativeExecuteForChangedRowCount", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement.executeUpdateDelete()ValueType in common(result.o)
"_SQLiter_SQLiteStatement_nativeExecute", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement.execute() in common(result.o)
"_SQLiter_SQLiteStatement_nativeFinalizeStatement", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement.actualClose(kotlin.Long) in common(result.o)
"_SQLiter_SQLiteConnection_nativeOpen", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseManager.createConnection#internal in common(result.o)
"_SQLiter_SQLiteConnection_nativeClose", referenced from:
_kfun:co.touchlab.sqliter.NativeDatabaseConnection.actualClose(kotlin.Long) in common(result.o)
"_SQLiter_SQLiteConnection_nativeColumnGetBlob", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor.getBytes(kotlin.Int)kotlin.ByteArray in common(result.o)
"_SQLiter_SQLiteStatement_nativeBindBlob", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement.bindBlob(kotlin.Int;kotlin.ByteArray) in common(result.o)
"_SQLiter_SQLiteConnection_nativeColumnCount", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor.<get-columnCount>()ValueType in common(result.o)
"_SQLiter_SQLiteConnection_nativeColumnType", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor.getType(kotlin.Int)co.touchlab.sqliter.FieldType in common(result.o)
"_SQLiter_SQLiteStatement_nativeBindDouble", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement.bindDouble(kotlin.Int;kotlin.Double) in common(result.o)
"_SQLiter_SQLiteConnection_nativeResetStatement", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement.resetStatement() in common(result.o)
"_SQLiter_SQLiteConnection_nativeColumnName", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor.columnName(kotlin.Int)kotlin.String in common(result.o)
"_SQLiter_SQLiteConnection_nativeColumnGetDouble", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor.getDouble(kotlin.Int)ValueType in common(result.o)
"_SQLiter_SQLiteConnection_nativeStep", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor.next()ValueType in common(result.o)
"_SQLiter_SQLiteStatement_nativeBindNull", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement.bindNull(kotlin.Int) in common(result.o)
"_SQLiter_SQLiteStatement_nativeExecuteForLastInsertedRowId", referenced from:
_kfun:co.touchlab.sqliter.NativeStatement.executeInsert()ValueType in common(result.o)
"_SQLiter_SQLiteConnection_nativeColumnGetString", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor.getString(kotlin.Int)kotlin.String in common(result.o)
"_SQLiter_SQLiteConnection_nativeColumnGetLong", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor.getLong(kotlin.Int)ValueType in common(result.o)
"_SQLiter_SQLiteConnection_nativeColumnIsNull", referenced from:
_kfun:co.touchlab.sqliter.NativeCursor.isNull(kotlin.Int)ValueType in common(result.o)
ld: symbol(s) not found for architecture i386
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