Replies: 1 comment 1 reply
-
In latest Xcode it appears just as "Main" instead of "Main.storyboard". |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am using Angular 18 and Capacitor 6. I am trying to add some native code for iOS platform using this documentation but have got a few issues. I have implemented the custom plugin for Android successfully but can't do the same for iOS
https://capacitorjs.com/docs/v6/ios/custom-code#register-the-plugin
https://capacitorjs.com/docs/v6/ios/viewcontroller
The first issue is that I don't see the Main.storyboard file in the Xcode where I need to add MyViewController.swift
The second issue is that I also tried the implementation for Capacitor 5 but it also doesn't work for me
I want to make it work for iOS
Could someone help me understand what I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions