IOS build not working on Ionic 5

Hello

I am unable to build for the IOS platform due to the following error

diff: /Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run ‘pod install’ or update your CocoaPods installation.

I am using IOS 5.1.1

Please can you help!

Saeed

1 Like

Hi, did you solve your issue? Can you help me? Cause I’m facing the same and tried everything but no luck! :frowning:

I did, I had to use capacitors instead and it built fine

I just didn’t include the cocoa pods in the project. I’m still not sure if this will work yet for deployment, or really if they are actually need so far, but my project at least built and run in iOS.
Early indications suggest it may work…
I got help from this post: https://stackoverflow.com/a/35446801/1190051
Then I replied with my current build script: https://stackoverflow.com/a/66072852/1190051

It may help.