1

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.

zarax
  • 871
  • 1
  • 10
  • 30

1 Answers1

0

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.

zarax
  • 871
  • 1
  • 10
  • 30