Replies: 1 comment 8 replies
-
Two things to check: Make sure you ran Then, make sure you run Try that and then let me know if that worked. |
Beta Was this translation helpful? Give feedback.
8 replies
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.
-
Hello,
I am not a programmer, to begin with, so I've spent the past 6 hours learning the fundamentals of Xcode and whatnot, but I am a tech-savvy autodidact. I am currently using the latest Xcode. I had a developer make me an app, and I'm trying to get it on the App Store now, but when I run my build I get the error in AppDelegate.swift:
import Capacitor
["Error: No such module 'Capacitor'"]I've tried various CL solutions and nothing is working. I am trying both the .xcodeproj and .xcworkspace files. Each has different errors. Errors for the .xcodeproj and errors for the .xcworkspaces.
As you can see, on .xcodeproj the error is only 1 error in which there is No Capacitor module. If you look at .xcworkspace's errors, it's that it cant open or locate the 3 Capacitor folders, even though they're there just like all the other pods are. Here is just a few of the cli things I've tried. Also tried:
Please help me out. Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions