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
Great project, but when I compile on Xcode (8.3.3), even if I double-checked I well added to config.xml file the UseLegacySwiftLanguageVersion property to true, I have to convert the project to Current Swift version (if not, Xcode doesn't want to build) and I got something more than 30 errors after conversion.
Most of them are in SwiftyJson.Swift (around 20), and others concern GeofencePlugin.swift and SwiftData.swift.
I had to replace the SwiftyJson file with another from another native project (got from CocoaPods) to correct its errors.
But for GeofencePlugin and SwiftData... I don't know what I can do...
Any help is welcome.
The text was updated successfully, but these errors were encountered:
Hi,
Great project, but when I compile on Xcode (8.3.3), even if I double-checked I well added to config.xml file the UseLegacySwiftLanguageVersion property to true, I have to convert the project to Current Swift version (if not, Xcode doesn't want to build) and I got something more than 30 errors after conversion.
Most of them are in SwiftyJson.Swift (around 20), and others concern GeofencePlugin.swift and SwiftData.swift.
I had to replace the SwiftyJson file with another from another native project (got from CocoaPods) to correct its errors.
But for GeofencePlugin and SwiftData... I don't know what I can do...
Any help is welcome.
The text was updated successfully, but these errors were encountered: