-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Swift Support - The SwiftSupport folder is missing #41
Comments
Any help is much appreciated. I am really stuck with issue. |
@yogeshwar238 Could you please add the |
Collecting Data... Node version: v6.11.1 Cordova version: 7.0.1 Config.xml file: "?xml version='1.0' encoding='utf-8'?" "/author" Plugins: com.lampa.startapp,cordova-plugin-add-swift-support,cordova-plugin-app-event,cordova-plugin-app-version,cordova-plugin-backbutton,cordova-plugin-compat,cordova-plugin-device,cordova-plugin-email,cordova-plugin-file,cordova-plugin-file-transfer,cordova-plugin-fingerprint-aio,cordova-plugin-globalization,cordova-plugin-ignore-lint-translation,cordova-plugin-inappbrowser,cordova-plugin-network-information,cordova-plugin-save-image,cordova-plugin-screen-orientation,cordova-plugin-secure-storage,cordova-plugin-spinner-dialog,cordova-plugin-splashscreen,cordova-plugin-whitelist,cordova-plugin-x-socialsharing,cordova-sqlite-storage,ionic-plugin-keyboard,phonegap-plugin-push iOS platform: Xcode 9.1 |
That is sadly not a good config.xml. |
Sorry for config.xml. it seems HTML tags are getting filtered. I hope now you can see all data. Are you using cordova commands to build the app / ipa?
|
Well, I think I know what could be the problem. You are not using the cordova commands to build the .ipa (at least not in that sense I meant it, you don't do something like cordova build ios --device, this generates you an already "finish" .ipa if your build settings are correct, for example, setup with the build.json or also an .xcarchive that you can use with XCode to generate and/or upload an .ipa for the store). But I think the problem is not related to this plugin, it is related to the resigning that you do at step 5. Depending on which program you use for it, it is not supporting Swift currently (the most App's that do the resigning don't work correctly with Swift, at least as far as I know). The better solution would be to configure everything correct (with the help of build.json if you need it: https://cordova.apache.org/docs/en/latest/guide/platforms/ios/#using-buildjson) within cordova and generate the "finish" .ipa already also for the app store. But like I said that is not related to this plugin (and I am not even developing or contributing to this plugin, just wanted to help you). |
I am not using swift in my project, but I am using plugin Cordova fingerprint aio for which cordova-plugin-add-swift-support is dependent plugin.
So I have installed it.
versions,
xCode : 9.1
cordova-plugin-add-swift-support: 1.7.0
cordova-plugin-fingerprint-aio 1.2.0
Ipa files get created and application work perfect on test device. But at the time app submission to app store for upload, apple sends mail as
We have discovered one or more issues with your recent delivery for "app name". To process your delivery, the following issues must be corrected:
Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
Once these issues have been corrected, you can then redeliver the corrected binary.
Also before installing these both plugin my app was successfully getting uploaded to app store.
The text was updated successfully, but these errors were encountered: