Capacitor iOS Plugin Guide
Building Capacitor plugins for iOS involves writing Swift (or Objective-C) to interface with Apple's iOS SDKs.
Getting Started
To get started, first generate a plugin as shown in the Getting Started section of the Plugin guide.
Next, open echo/ios/Plugin.xcworkspace
in Xcode. You then want to navigate to the .swift file for your plugin.
For example, for a plugin with the Plugin Class Name Echo
, you should open EchoPlugin.swift
.