Skip to content

Xcode Build Failed, image_picker_ios is not found, signal sigabrt bug #177464

@emir9922

Description

@emir9922

Steps to reproduce

Hi everyone,

I’m having a lot of trouble running my Flutter project on my physical iPhone. When I try to launch it using Xcode, I get several different errors — some disappear after a while, then come back again. I’ve tried many different solutions, but I’m still stuck.

Here are the details:

When I run the project from VSCode with my iPhone connected, the build succeeds, but the app crashes immediately with a Signal SIGABRT error. The app just shows a white screen on my phone and doesn’t open properly.

When I run the same project directly from Xcode, the build fails and I get an “image_picker_ios not found” error.

I tried the following commands to fix it:
rm -rf Pods Podfile.lock
pod cache clean --all
pod install

But the error persists.

I heard that the image_picker_ios package name has changed, but I checked every related file and everything already uses the correct image_picker_ios name — no old names remain.
Despite that, the issue continues.

Other errors I get when building with Xcode include:

Pods_Runner not found

Linker command failed

So basically:

VSCode → build succeeds, but app crashes (white screen, SIGABRT)

Xcode → build fails (image_picker_ios not found, linker command failed)

I think these issues may have started after some recent iOS updates — every update seems to cause new build issues 😅

If anyone has any idea how to fix these, I’d really appreciate your help.
Thank you in advance! 🙏

Image Image Image

Expected results

The project should build successfully both in Xcode and VSCode, and the app should open normally on my iPhone without any errors (no Signal SIGABRT, no missing packages, no white screen).

Actual results

When I run the project from VSCode, the build succeeds but the app crashes with a Signal SIGABRT error and stays on a white screen.
When I run it from Xcode, the build fails with “image_picker_ios not found,” “Pods_Runner not found,” and “linker command failed” errors.

Code sample

Code sample
[Paste your code here]

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]

Logs

Logs
[Paste your logs here]

Flutter Doctor output

Doctor output
[Paste your output here]

Metadata

Metadata

Assignees

No one assigned

    Labels

    r: solvedIssue is closed as solved

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions