Replies: 2 comments 11 replies
-
Hi @lcardosol, can you please share the contents of |
Beta Was this translation helpful? Give feedback.
11 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 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.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Ionic/Cordova
Steps to reproduce
After I added firebase to my ionic project to implement Push Notifications, I started getting the following error, which by running the command that it says on my local computer, it works and the build works as well:
xattr -w com.apple.xcode.CreatedByBuildSystem true /Users/builder/Library/Developer/Xcode/DerivedData/App-dauaqfqrctuewxfmikobeghbofmz/SourcePackages/checkouts/nanopb/build
I even tried connecting via SSH to the build machine an manually running the command, after that everything works as well if I rerun the
capacitor sync ios
manually, but if I restart the build I get the same error again.Expected results
The pipeline works and I get an IPA file after it ends
Actual results
It fails with an error while syncing the dependencies with pod.
Build id (optional)
6468f71d21839c50a4aafee2
Beta Was this translation helpful? Give feedback.
All reactions