Question posted in Xcode Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Build problem in Xcode – library not found for -liconv
It occurs few times due to iOS version mismatch with main project exists. Just navigate to your :Build Settings > Deployment > iOS Deployment target and check if it is the same as main project, if not, make it the same.
2
Answers
You should type the following commands in the terminal.app.
It occurs few times due to iOS version mismatch with main project exists. Just navigate to your :Build Settings > Deployment > iOS Deployment target and check if it is the same as main project, if not, make it the same.