DroidKaigi / conference-app-2020

The Official Conference App for DroidKaigi 2020 Tokyo
https://droidkaigi.jp/2020/en/
Apache License 2.0
773 stars 328 forks source link

[iOS] Crash on app launch #766

Closed uhooi closed 4 years ago

uhooi commented 4 years ago

Overview (Required)

Steps To Reproduce

  1. Run in simulator.
  2. See error
    dyld: Library not loaded: @rpath/ios_combined.framework/ios_combined
    Referenced from: /Users/{user name}/Library/Developer/CoreSimulator/Devices/DF9B6B85-3D21-46A3-9DED-2737E0D191A0/data/Containers/Bundle/Application/61B9CFF3-C675-4AE0-99FE-EF6A9DAC78A2/DroidKaigi 2020.app/DroidKaigi 2020
    Reason: image not found

Env:

Similar (same?) issues:

uhooi commented 4 years ago

I've tried again with complete clean the Derived Data directory. But it could not to resolve.

ry-itto commented 4 years ago

please try this https://github.com/DroidKaigi/conference-app-2020/pull/765 🙏

and rm ios-based/build directory 🙏

uhooi commented 4 years ago

thx!! And replaced all ios_combined with ioscombined . Build succeeded💪

roana0229 commented 4 years ago

👍 Thank you for report 😄