TestFlight SDK and Xcode Issues

I am trying to install the TestFlight SDK into my current project but since I added the TestFlight SDK to my project I keep getting an error. Followed the install directions to the T from here

Error:

ld: warning: directory not found for option '-L/Users/JonP/Emco_Wheaton/Emco_POC/Libraries /Users/JonP/Emco_Wheaton/Emco_POC/TestFlightSDK2.0.2'
ld: library not found for -liPhone-lib
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Tried this Answer in hopes that it would help but no luck.

I'm seeing the same issue. Just added test flight to my project and it's erring out on not finding liPhone-lib. It looks like a misspelling of libiPhone-lib which does exist in exactly the location where it's looking.

I found something that worked as soon as I get a chance I will post it up for you.

Hope that helps!

3 Answers

3

Check out Hydrogen on the asset store
This was successful in getting me running with testfight

I followed these steps to remedy the problem.

  1. Created a new build of the Unity app (not append, replace)
  2. Followed the directions from testflight
  3. edited the Library path settings under Build Settings to remove the / before the quotes in the line $(SRCROOT)/Libraries

The problem went away. THe part that confused me is that it claimed to be looking for liPhone-lib, but I could see libiPhone-lib in that folder so I though there was an issue with naming somewhere else lurking in spaghetti.

This worked for me, except I just removed the quotes from the $(SRCROOT)/Libraries line.

N E V E R M I N D !

The issue was Indeed The VTPAVF.bundle (video Texture Pro)
and Deleting it in my Project allowed me to submit the App Successfully!