I have been using ionic for the past 3 months and have not had any trouble publishing to the App Store. I am using the windows Visual Studios environment for Cordova & Ionic and have been compiling by remote building to a mac, opening the xcode file in platforms and Archiving that file and publishing it to the app store.
That all changed when I updated Cordova and Ionic to 6.3.1 from 6.0.1 and Ionic from 1.2.7 to 1.3.2… Suddenly when I remote build and attempt to archive the file now it gives me the error message CDVViewController.h file not found(shown below).
Additionally, the Icon files specified by my config.xml are no longer being fully transported to the mac, and are replaced by the generic cordova box(shown below).
Both the Icons and Archives used to work. Under Build Settings, header search paths, I found that the path: (OBJROOT)/UninstalledProducts/(PLATFORM_NAME)/include was already there, so that could not be the problem(shown below)
Any help would greatly be appreciated.
Thanks!
Matt F