You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.
However, we're running into issues with the phonegap build service not being able to compile Swift.
We get the following errors;
** BUILD FAILED **
The following build commands failed:
CompileSwift normal arm64 /project/BuildTest/Plugins/cordova-plugin-geofence/GeofencePlugin.swift
CompileSwift normal arm64 /project/BuildTest/Plugins/cordova-plugin-geofence/SwiftData.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(3 failures)
whereas, locally, this compiles fine
The text was updated successfully, but these errors were encountered:
undocumented BETA support for swift plugins has been added to PhoneGap Build. it has been implemented as far as i was able to foresee what approach cordova will take.
it is currently beta and undocumented pending a concensus and implementation in the Apache Cordova iOS platform.
We're trying to use the following plugin in our app;
https://github.com/cowbell/cordova-plugin-geofence
However, we're running into issues with the phonegap build service not being able to compile Swift.
We get the following errors;
whereas, locally, this compiles fine
The text was updated successfully, but these errors were encountered: