Nativescript iOS build is rejected from itunes connect with “Unexpected CFBundleExecutable Key” error

与世无争的帅哥 提交于 2021-01-28 05:49:09

问题


When i build and upload the Nativescript project to itunes connect, an email stating that app has one or more issues is sent. Error message is Unexpected CFBundleExecutable Key.


回答1:


Remove ios platform from project and add it again. Build the project and error will be fixed.

tns platform remove ios
tns platform add ios

Then, build it again.



来源:https://stackoverflow.com/questions/51064942/nativescript-ios-build-is-rejected-from-itunes-connect-with-unexpected-cfbundle

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