Skip to content

Add doc detail related with missing privacy manifest error #4877 #4939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/builder/app-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Before you can start the submission process, you'll need to build the Swift proj

?> **Note** If you get an error running `pod install`, try running `brew install cocoapods` first. (If you need to install Homebrew, [click here](https://docs.brew.sh/Installation))

?> **Note** In case you already **have cocoapods installed**, check that the specs are up to date, otherwise you may receive a [missing privacy manifest error](https://github.com/pwa-builder/PWABuilder/issues/4877).
To solve this you can run `pod repo update`, and then `pod update` if you already run `pod install`.

4. Open the `.xcworkspace` file in your src directory.

!> If you open and attempt to build the `.xcodeproj` file, your build will fail. The `.xcworkspace` file is the correct file you need to build.
Expand Down