- Home /
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.
Answer by paprocjo · Jan 10, 2014 at 07:00 PM
Check out Hydrogen on the asset store This was successful in getting me running with testfight
Answer by akeplinger · Jan 10, 2014 at 07:37 PM
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.
Wow, do I appreciate this thread!
I have been looking for answers everywhere. Initially everything ran well, but as I added levels I started to get this message.
but...
The fix above doesn't work for me : o
You mean the Library Search Path?
The end of the line res:
$(inherited) "$(SRCROOT)" "$(SRCROOT)/Libraries"
I've tried taking out the parentheses but to no avail
Do you think it might have something to do with no entitlements under the Vtpavf. Bundle?
Like you were I am @ a Loss - I would install Hydrogen but It might mess with project settings at this point
Thanks!
~be
Answer by Bentoon · Jan 17, 2015 at 02:30 AM
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!
Your answer
Follow this Question
Related Questions
Unsupported shader while building for ios 0 Answers
Xcode - Lots of Apple Mach-O Linker Errors When Archiving 3 Answers
Siri crashes Unity on ios7? 1 Answer
iOS 7 .. Xcode5 .. now have error 0 Answers
Debugging "SIGSEGV" error? 2 Answers