JoshDSommer / nativescript-ngx-slides

A NativeScript + Angular module for to add a slides component to your mobile app
Other
45 stars 34 forks source link

Unexpected CFBundleExecutable Key: Processing in itunesconnect failed #24

Closed heese closed 7 years ago

heese commented 7 years ago

After uploading the app using the plugin I got the following message:

Unexpected CFBundleExecutable Key - The bundle at '/Payload/stilpbapp.app/app/tns_modules/nativescript-ngx-slides/slides/app/App_Resources/iOS/Info.plist' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.

After changing the plugin as suggested in the message my app ran through. Would these changes do any harm if persisted in the repository?

JoshDSommer commented 7 years ago

I'm not sure, but I think i can fix this easily publishing an update to remove the offending files. I shouldn't be publishing anything in the app_resources file to npm

JoshDSommer commented 7 years ago

published 0.1.3 which doesn't include this folder