ios - Crashlytics: "MyApp could not be installed at this time" when adding entitlements -


i'm trying distribute beta version through fiber/crashlytics. i've been doing ages time i'm unable make work correctly (ios9+).

my app uses icloud keyvalue store, iap , push notifications, has entitlements file. thing is, when archive , distribute app, crashlytics sends email new version testers , able install but, ends installing, "…could not installed @ time" appears , app deletes itself. in other hand, if remove "code signing entitlements" value building settings, installation works ok (but icloud , other things aren't working, of course).

what doing wrong? there workaround situation?

it turns out entitlements file had wrong (even when i've never edited myself!). had enabled , disabled required capabilities trying fix problem didn't worked until deleted entitlements file , forced xcode recreate enabling capabilities again.

after that, i've hadn't problem archive , distribute beta.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -