mikeperri / flutter_sequencer

A Flutter plugin for music sequencing.
Other
90 stars 38 forks source link

(iOS - TestFlight) Stucked at Loading... #10

Closed JakubMarek closed 3 years ago

JakubMarek commented 3 years ago

Hi, first of all, thanks to you for this amazing lib, you did a great job!

After submitting app to test flight, I'm stuck at the text widget Loading..., it looks like files (sf2) are correctly included in the build, but somehow it won't load. Everything working great in the simulator and physical device, but only when installed directly.

Does anyone have experience with this?

I cannot debug it properly because it's only bugged in test flight and it's not crashing

EDIT: After some time I come up to that engine is not ready... Again, only when the app is downloaded from TestFlight, in the simulator or direct install on a physical device it's working

JakubMarek commented 3 years ago

Okey, so after some time its fixed:

https://github.com/dart-lang/native/issues/897

In the xcode -> Project -> Build settings -> Deployment - Strip style set to Non-Global symbols

Thanks very much @ookami-kb

mikeperri commented 3 years ago

Hey, I just added this setting to the podspec, it should set that setting automatically. Can anyone confirm it works? I'm assuming you have to change the setting in the pod_target_xcconfig, not the user_target_xcconfig, right?

iksent commented 1 year ago

@mikeperri, seems like your podspec setting not works.

I tried running the default TestFlight's app - it didn't work. Then I changed "Strip style" globally for Runner and it worked.

haorendashu commented 10 months ago

I had changed the "Strip style" but it still doesn't worked.