This is the xcode error: enter image description here
I used a basic project (no modifications): tns create IosTest --template tns-template-tab-navigation-ng
followed these steps:
tns resources generate icons App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png
tns platform add ios
- tns build ios
- opened xcode and set up the release for signing
then the build worked, then the archive worked, and that error shows up when validating the archive.
I'm using nativescript version 4.2.0, and Xcode 9.2 (running on mac 10.12.6)
Thanks for any help!
When you open the project in XCode, if there are warning signs on most of the icons, try dragging and dropping the icon from finder window into
Resources -> Assets.xcassets -> AppIcon
Then try to build and publish from Xcode