amazon-archives / aws-sdk-react-native

AWS SDK for React Native (developer preview)
Apache License 2.0
631 stars 68 forks source link

framework not found AWSCore for architecture x86_64 #44

Open mtomic opened 7 years ago

mtomic commented 7 years ago

The following command produces the error:

Ld /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/NativebaseKitchenSink.app/NativebaseKitchenSink normal x86_64
    cd /Users/markotomic/Documents/workspace_mobile/NativeBase-KitchenSink/ios
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator -F/Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator -filelist /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Intermediates/NativebaseKitchenSink.build/Debug-iphonesimulator/NativebaseKitchenSink.build/Objects-normal/x86_64/NativebaseKitchenSink.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=8.0 -Xlinker -object_path_lto -Xlinker /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Intermediates/NativebaseKitchenSink.build/Debug-iphonesimulator/NativebaseKitchenSink.build/Objects-normal/x86_64/NativebaseKitchenSink_lto.o -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -ObjC -lc++ -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Intermediates/NativebaseKitchenSink.build/Debug-iphonesimulator/NativebaseKitchenSink.build/NativebaseKitchenSink.app.xcent /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/libReact.a /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/libRCTActionSheet.a /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/libRCTGeolocation.a /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/libRCTImage.a /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/libRCTLinking.a /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/libRCTNetwork.a /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/libRCTSettings.a /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/libRCTText.a /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/libRCTVibration.a /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/libRCTWebSocket.a -lCodePush -lz -lCore -Xlinker -dependency_info -Xlinker /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Intermediates/NativebaseKitchenSink.build/Debug-iphonesimulator/NativebaseKitchenSink.build/Objects-normal/x86_64/NativebaseKitchenSink_dependency_info.dat -o /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/NativebaseKitchenSink.app/NativebaseKitchenSink
ld: framework not found AWSCore for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
StanSarr commented 6 years ago

@mtomic did you find a solution ?