abdelaziz-mahdy / pytorch_lite

flutter package to help run pytorch lite models classification and YoloV5 and YoloV8.
MIT License
51 stars 22 forks source link

Xcode 15 iOS duplicate symbol linker error #70

Closed noob8boi closed 8 months ago

noob8boi commented 8 months ago

After updating xcode 14 to 15.2 I started noticing linker issues with pytorch_lite pod. Here I tried building for my physical iPad. I understand this might be a XCode Issue instead of it being a package issue.

image image

abdelaziz-mahdy commented 8 months ago

I don't know what may be the issue, and since I changed nothing and pytorch didn't change anything, I think it's xcode

But I really don't know 😢

noob8boi commented 8 months ago

I don't know what may be the issue, and since I changed nothing and pytorch didn't change anything, I think it's xcode

But I really don't know 😢

no problem yea might be a xcode issue from my end... is it working for you on xcode 15.2 version?

abdelaziz-mahdy commented 8 months ago

I can't check right now, will check when I have some free time

noob8boi commented 8 months ago

I can't check right now, will check when I have some free time

No problem!! just figured it out.. another unrelated pod "async_zip" was causing the error (when installed with pytorch_lite) . I will be closing the issue now :)

abdelaziz-mahdy commented 8 months ago

I can't check right now, will check when I have some free time

No problem!! just figured it out.. another unrelated pod "async_zip" was causing the error (when installed with pytorch_lite) . I will be closing the issue now :)

Oh, glad you got It figured out, thanks for letting me know ❤️