pinkfish / flutter_native_timezone

Apache License 2.0
75 stars 152 forks source link

build error #20

Closed dmrcierhn closed 3 years ago

dmrcierhn commented 3 years ago

Ekran Alıntısı

I get an error like this when trying to compile my project. How can I fix ? thank you

pinkfish commented 3 years ago

This is compiling for me? A fix was just checked in for the ios build.

kuhnroyal commented 3 years ago

The fix in 1.0.9 doesn't work for me.

dmrcierhn commented 3 years ago

This error then disappeared, now it works for me

pinkfish commented 3 years ago

Weird, I compiled it for ios on my machine on a mac mini and it was working for me yesterday. the 1.0.9 version still doesn't work for you? Might need to try and clean the pod directory and do a pod install again?

On Fri, 5 Mar 2021 at 04:46, dmrcierhn notifications@github.com wrote:

This error then disappeared, now it works for me

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pinkfish/flutter_native_timezone/issues/20#issuecomment-791397492, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATOMMNGP6WRKIEYMECSVI3TCDHCPANCNFSM4YSAK7NA .

kuhnroyal commented 3 years ago

It is compiling for iOS but the pod is removed. Just cleared everything, fresh project checkout. Not working.

pinkfish commented 3 years ago

Ok, just pushes a version 1.0.10 that fixes this for me.

kuhnroyal commented 3 years ago

Thanks, can confirm that this one works on iOS.