nstudio / nativescript-cardview

:diamonds: :clubs: NativeScript widget for Material Design CardView
MIT License
282 stars 51 forks source link

iOS - Error when uploading App to iTunesConnect #30

Closed lrsaturnino closed 7 years ago

lrsaturnino commented 7 years ago

I'm trying to upload an App using Application Loader to iTunesConnect but I'm receiving the following error message:

screen shot 2016-09-27 at 20 04 26

Just to know, I built the App on AppBuilder from Telerik, downloaded the built App to upload it to iTunesConnect.

Any thoughts?

bradmartin commented 7 years ago

No experience with AppBuilder - this is all I could find from searching: http://stackoverflow.com/questions/37493049/itms-90668-invalid-bundle-executable-the-executable-file-contains-incomplete so it's something with the pods. Might need to update the pods used in the plugins if they are able to be upgraded. Have to check with some others to see how that works, I don't do much iOS work.

NathanWalker commented 7 years ago

@lrsaturnino when uploading with XCode Archive option... ensure you uncheck bitcode option. Not needed.

bradmartin commented 7 years ago

@lrsaturnino did @NathanWalker suggestion above help?

bradmartin commented 7 years ago

I'm going to close this, I just uploaded an app and was published to the app store without needing to modify the pod or anything underneath for iOS. I don't know much about the specifics but it can get through the Apple review system and builds.

Hopefully you solved it since the last comment. If not feel free to let me or Nathan know so we can reopen.