gdelataillade / alarm

A Flutter plugin to easily manage alarms on iOS and Android
https://pub.dev/packages/alarm
MIT License
132 stars 86 forks source link

ios archive fails - incl. solution #131

Closed BorisKingma closed 9 months ago

BorisKingma commented 10 months ago

Alarm plugin version 3.0.2

Describe the bug Archive function for IOS fails, while run for device works splendidly.

To Reproduce clean build folder select build for any device product- archive

Archive fails, due to phasescript not ending with 0 exit code. IntermediateBuildFilesPath/UninstalledProducts/iphoneos/alarm.framework" failed: No such file or directory (2)

Expected behavior archive succeeds

Additional context Solution is located here https://stackoverflow.com/questions/75977278/intermediatebuildfilespath-uninstalledproducts-iphoneos-fmdb-framework-failed

gdelataillade commented 10 months ago

Hi @BorisKingma

I was not able to reproduce your issue. I'm not sure it's related to the alarm plugin.

Have you tried to run pod install --repo-update in your project's ios folder ?

Please let me know if it fixes your archive build.