Having some build issues on an app developed by someone else: ld: library not found for -lAdServer_Iphone
The build error I am getting is:
ld: library not found for -lAdSe开发者_StackOverflowrver_Iphone
I have experience in making apps from scratch. However the issue I am having is not having enough experience importing existing apps and making them work.
Would someone be able to give me some clarity on this?
Thank You
The error means that you did not copy the library called 'IAdServer_iPhone' to the proper location. To fix this, either get the location the project is linking to and copy the library there, or you can reimport the library from the new location.
精彩评论