Hey There,
I'm trying to build a project on github, so I can get it working in testflight.
The project can be found here:
https://github.com/coderjoris/StructureScannerSwift
I've downloaded it, added icons and all that good stuff and now I'm trying to archive and upload it.
I can't seem to find out how to modify the project so it will submit successfully, I keep getting an email follow up with:
I'm trying to build a project on github, so I can get it working in testflight.
The project can be found here:
https://github.com/coderjoris/StructureScannerSwift
I've downloaded it, added icons and all that good stuff and now I'm trying to archive and upload it.
I can't seem to find out how to modify the project so it will submit successfully, I keep getting an email follow up with:
My submission steps are as follows:ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
clean the build folder
Product > Archive
Then I follow the prompts to upload to the app store.
updated OS and Xcode to their most recent versions
toggled "Always Embed Swift Standard Libraries" between Yes/No for both project and target
tried using the deprecated build system to build
etc..