Just learning Cocoapods and Switft... can anyone help with this error on the compilier
Ld /Volumes/DataHD/Users/michaelrowe/Library/Developer/Xcode/DerivedData/WastedTime-cydchypdbhltxlgfffuwrcomvdtu/Build/Products/Debug-iphonesimulator/WastedTime.app/WastedTime normal x86_64
cd /Volumes/DataHD/Users/michaelrowe/Dropbox/Private/ApApp.All/Transition_To_Swift/WastedTime
export IPHONEOS_DEPLOYMENT_TARGET=9.0
export PATH="/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Volumes/DataHD/Users/user/Library/Developer/Xcode/DerivedData/WastedTime-cydchypdbhltxlgfffuwrcomvdtu/Build/Products/Debug-iphonesimulator -F/Volumes/DataHD/Users/user/Library/Developer/Xcode/DerivedData/WastedTime-cydchypdbhltxlgfffuwrcomvdtu/Build/Products/Debug-iphonesimulator -F/Volumes/DataHD/Users/user/Dropbox/Private/ApApp.All/Transition_To_Swift/WastedTime/Pods/Google-Mobile-Ads-SDK/GoogleMobileAdsSdkiOS-7.3.1 -filelist /Volumes/DataHD/Users/user/Library/Developer/Xcode/DerivedData/WastedTime-cydchypdbhltxlgfffuwrcomvdtu/Build/Intermediates/WastedTime.build/Debug-iphonesimulator/WastedTime.build/Objects-normal/x86_64/WastedTime.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=9.0 -Xlinker -objc_abi_version -Xlinker 2 -ObjC -framework AVFoundation -framework AudioToolbox -framework CoreGraphics -framework CoreMedia -framework CoreTelephony -framework EventKit -framework EventKitUI -framework GoogleMobileAds -framework MessageUI -framework StoreKit -framework SystemConfiguration -weak_framework AdSupport -L/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -Xlinker -add_ast_path -Xlinker /Volumes/DataHD/Users/michaelrowe/Library/Developer/Xcode/DerivedData/WastedTime-cydchypdbhltxlgfffuwrcomvdtu/Build/Intermediates/WastedTime.build/Debug-iphonesimulator/WastedTime.build/Objects-normal/x86_64/WastedTime.swiftmodule -lPods -Xlinker -dependency_info -Xlinker /Volumes/DataHD/Users/michaelrowe/Library/Developer/Xcode/DerivedData/WastedTime-cydchypdbhltxlgfffuwrcomvdtu/Build/Intermediates/WastedTime.build/Debug-iphonesimulator/WastedTime.build/Objects-normal/x86_64/WastedTime_dependency_info.dat -o /Volumes/DataHD/Users/michaelrowe/Library/Developer/Xcode/DerivedData/WastedTime-cydchypdbhltxlgfffuwrcomvdtu/Build/Products/Debug-iphonesimulator/WastedTime.app/WastedTime
ld: library not found for -lPods
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I've seen many issues with using Dropbox for source code with other parts of the xcode beta.. just making sure this isn't it...