Xamarin doesn't yet provide support for binding Swift libraries. This project is a try to provide all Swift3 runtime/libraries in a organized way.
Each library dependecy is provided through a NuGet package, all of them will depend on Xamarin.Swift3 package which only include a MSBuild target file for moving the denpendencies when using Simulator and Device.
Do not include them all as dependency in your project as it will increase the final App size. Use just what you need.
https://www.nuget.org/packages/Xamarin.Swift3/- https://www.nuget.org/packages/Xamarin.Swift3.AssetsLibrary/
- https://www.nuget.org/packages/Xamarin.Swift3.AVFoundation/
- https://www.nuget.org/packages/Xamarin.Swift3.CallKit/
- https://www.nuget.org/packages/Xamarin.Swift3.CloudKit/
- https://www.nuget.org/packages/Xamarin.Swift3.Contacts/
- https://www.nuget.org/packages/Xamarin.Swift3.Core/
- https://www.nuget.org/packages/Xamarin.Swift3.CoreAudio/
- https://www.nuget.org/packages/Xamarin.Swift3.CoreData/
- https://www.nuget.org/packages/Xamarin.Swift3.CoreGraphics/
- https://www.nuget.org/packages/Xamarin.Swift3.CoreImage/
- https://www.nuget.org/packages/Xamarin.Swift3.CoreLocation/
- https://www.nuget.org/packages/Xamarin.Swift3.CoreMedia/
- https://www.nuget.org/packages/Xamarin.Swift3.Darwin/
- https://www.nuget.org/packages/Xamarin.Swift3.Dispatch/
- https://www.nuget.org/packages/Xamarin.Swift3.Foundation/
- https://www.nuget.org/packages/Xamarin.Swift3.GameplayKit/
- https://www.nuget.org/packages/Xamarin.Swift3.GLKit/
- https://www.nuget.org/packages/Xamarin.Swift3.HomeKit/
- https://www.nuget.org/packages/Xamarin.Swift3.MapKit/
- https://www.nuget.org/packages/Xamarin.Swift3.Intents/
- https://www.nuget.org/packages/Xamarin.Swift3.ObjectiveC/
- https://www.nuget.org/packages/Xamarin.Swift3.OS/
- https://www.nuget.org/packages/Xamarin.Swift3.Photos/
- https://www.nuget.org/packages/Xamarin.Swift3.QuartzCore/
- https://www.nuget.org/packages/Xamarin.Swift3.RemoteMirror/
- https://www.nuget.org/packages/Xamarin.Swift3.SceneKit/
- https://www.nuget.org/packages/Xamarin.Swift3.SIMD/
- https://www.nuget.org/packages/Xamarin.Swift3.SpriteKit/
- https://www.nuget.org/packages/Xamarin.Swift3.SwiftOnoneSupport/
- https://www.nuget.org/packages/Xamarin.Swift3.UIKit/
- https://www.nuget.org/packages/Xamarin.Swift3.WatchKit/
- https://www.nuget.org/packages/Xamarin.Swift3.XCTest/
"Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it."
Use this script to create this SwiftSupport folder: https://github.com/Flash3001/ipa-packager
Copyright 2016 Lucas TeixeiraLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.