简体   繁体   中英

Why am I getting this error when uploading app to device?

I changed the name of my app, and get this error when trying to put it on iphone. It was working fine before changing the name.

linker command failed with exit code 1 (use -v to see invocation)

https://www.dropbox.com/s/m6wk6rkwk4n0jcw/Screenshot%202015-06-19%2023.43.00.png?dl=0

Try a clean build doing this: cmd + shift + k and then cmd + b . This should solve the problem.

Hope that helps :)

In your project select "Supporting Files" and locate the info.plist

Change the "Bundle display name" key value to the new name.

在此处输入图片说明在此处输入图片说明

Delete the app from the simulator or any other physical device.

Clean and Build your app.

It should work now.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM