Everything was fine. I just deleted the old TestFlight folder from my Xcode project, and then dragged the new TestFlight SDK 3.0 into my project, and tried to build and got these errors.
ld: warning: directory not found for option '-L"/Desktop/Work/Games/ClanKingdom/Game/src/Classes/TestFlightSDK1.2.4"' ld: warning: directory not found for option '-L"/Desktop/Work/Games/ClanKingdom/Game/src/Classes/Flurry"' ld: warning: directory not found for option '-L"/Desktop/Work/Games/ClanKingdom/Game/src/TestFlightSDK2.0.0"' ld: warning: directory not found for option '-L"/Desktop/Work/Games/ClanKingdom/Game/src/Flurry"' ld: warning: directory not found for option '-F"/Desktop/Work/Games/ClanKingdom/Game/src/FacebookSDK"' ld: library not found for -lFlurry_4.2.3 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Why would it be giving me some issue for Flurry? I've not changed anything for Flurry, also I'm not sure why it's trying to link those older versions of TestFlight as I've deleted them.
Any ideas?