cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
265 stars 318 forks source link

App submission issue #162

Closed scriby closed 7 years ago

scriby commented 7 years ago

After adding the geofence plugin, I am getting this error when trying to submit to the app store:

Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. 

Have you ever seen something like that before? I am running the latest version of xcode.

scriby commented 7 years ago

I was able to resolve this by using https://github.com/huhuvipi/VH_ipa_packger to inject the necessary swift files into the ipa package.

scriby commented 7 years ago

I was able to use the ipa packager to submit the app, but it looks like it's crashing when it starts now. Looking into it more...

scriby commented 7 years ago

I was able to get it working by building in Xcode and performing solution 2 and 3 from this answer: http://stackoverflow.com/a/26383255