I am trying to deploy my App Via xCode.
I am using the IonicFramework and using Cocoapods to do the build.
My steps to starting my build go as follows.
In my project root i go:
$ionic build
$ionic capacitor add ios
$cd ios/App
I edit my podfile to include
pod 'Firebase/Auth'
$pod install
$cd ../../ionic capacitor open ios
From here Xcode Opens, I set my signing cert and do a build.
It looks like its going to make it all way way and then it just tanks on me saying
'No such module ‘Capacitor’ AppDelegate.swift
Any insights into what my issue could be?
Xcode error https://i.stack.imgur.com/yZeXF.png
Pod File https://i.stack.imgur.com/FOyt7.png
SwiftDelegate https://i.stack.imgur.com/dZ1W7.png
1 post - 1 participant