Argument invalid with every build in Xcode?

亡梦爱人 提交于 2019-12-06 11:59:04
fu bar

If you have a symbolic link (ln -s) in your project directory, it will work on the simulator, but cause a “The argument is invalid” error if the target is a real iOS device. (Xcode 4.5.2)

You may check if you have a space somewhere in the settings, such as the product name or so. These cause these kind of errors in many cases....

Also sometimes a symlink in your bundle can be the reason - depending on how you set up your file structures in the app bundle...

Tony

Actually this looks like and xcode error because it cant find those .m files. So here is a post that responded to hopefully it helps. It looks like you are gonna have to do some installation and reinstallation. XCode Update - iOS Link Error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!