Sandbox- Podfile sync error #1783
Replies: 4 comments 6 replies
-
Hi @dcavusoglu the build id |
Beta Was this translation helpful? Give feedback.
-
Hi @dcavusoglu, I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
-
Hi @himesh-cm Suddenly, I'm getting this error, build id is |
Beta Was this translation helpful? Give feedback.
-
@dcavusoglu , I'm getting the same issue, Have you found any solution for the below error: Error (Xcode): The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. |
Beta Was this translation helpful? Give feedback.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
In one of my projects, the app was always crashing, that's why I deleted all views and components, but the splash screen view. I made it work in Xcode and tried to build on Codemagic to test my app on the device. No dependencies in pubspec. Also, after a few tries, I removed ios folder and created a new one and tried with it.
updated cocoapods.
did pod deintegrate
pod update
pod install many times
cleaned build history in Xcode
deleted Location/ Derived Data folder
deleted Posd_Runner.framework under Build Phases/ Link Binary With Libraries
nothing worked
It is working with Xcode and Simulator, but not in codemagic.
Expected results
I just expect the app to be built and run on my test device.
Actual results
However, I always get the same error.
`Updating project for Xcode compatibility.
Upgrading Runner.xcscheme
Automatically signing iOS for device deployment using specified development team in Xcode project: 7M5HM66M5Z
Running Xcode build...
Xcode archive done. 2.0s
Failed to build iOS app
Error (Xcode): The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
Encountered error while archiving for device.
Build failed :|
Failed to build for iOS`
Build id (optional)
648c56c37eb121e5c402183
Beta Was this translation helpful? Give feedback.
All reactions