简体   繁体   English

将应用上传到设备时为什么会出现此错误?

[英]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. 我更改了应用程序的名称,并在尝试将其放置到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 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 . 尝试执行一个干净的构建: cmd + shift + k ,然后cmd + b This should solve the problem. 这应该可以解决问题。

Hope that helps :) 希望有帮助:)

In your project select "Supporting Files" and locate the info.plist 在您的项目中选择“ Supporting Files”并找到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. 现在应该可以工作了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在iTunes上上传应用程序时出现错误 - Getting error when i am uploading app on itunes 当我尝试在设备中启动我的应用程序时,在xcode中由于启动选项nil出现错误? - when I am trying to launch my app in my device and I am getting the error as launch option nil in my xcode? 当我不使用 CoreData 时,为什么我的 iOS 或 OSX 应用程序中出现 CoreData 错误? - Why am I getting a CoreData error in my iOS or OSX app when I'm not using CoreData? 为什么我在iOS应用中收到EXC_ARITHMETIC错误? - Why am I getting an EXC_ARITHMETIC error in iOS app? . 为什么我收到错误消息? 构建一个 React 应用程序 - . Why I am getting an error message? Building a React App 为什么我在测试密码验证时没有收到错误消息? - Why am I NOT getting an error when I test password validation? 为什么我在访问用户的Facebook信息时会收到此错误? - Why am I getting this error when accessing Facebook information of user? 在IPAD上进行测试时,为什么会出现此错误? - Why am I getting this error when testing on a IPAD? 为什么在加载TableViewcontroller时出现此错误 - Why am I getting this error when loading my TableViewcontroller 在App Store上载应用程式时发生错误 - I am having an error while uploading app on app store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM