iOS 13.3.1 free developer apps and provisioning profiles

Hello.


New issue has been introduced in iOS 13.3.1 - emembedding of frameworks in apps that were signed with free developer identtity and provisioning profile not working - app will crash with the following error (but it installed fine with no errors). We guess there is something with provisioning profile


error 09:41:07.466399+0300 amfid Invalid profile iteration outcome?
default 09:41:07.466965+0300 amfid /private/var/containers/Bundle/Application/8FD4D05D-DDF6-4D7E-9CBF-2D1089D64C59/***.app/Frameworks/AFNetworking.framework/AFNetworking not valid: 0xe8008001: An unknown error has occurred.



App's plist part:

  <key>CFBundleIdentifier</key>
  <string>6e0e97f570205e7388cee04416b2a0368ef0ee90</string>

Entitlements


application-identifier
73HQR9V52Y.6e0e97f570205e7388cee04416b2a0368ef0ee90

framework's plist part:

  CFBundleIdentifier
  org.cocoapods.AFNetworking

App entitlements:

  application-identifier
  73HQR9V52Y.6e0e97f570205e7388cee04416b2a0368ef0ee90
  com.apple.developer.team-identifier
  73HQR9V52Y
  get-task-allow
  
  keychain-access-groups
  
  73HQR9V52Y.*
 

Framework entitlements are the same.


Provisioning profile part:

Entitlements


application-identifier
73HQR9V52Y.6e0e97f570205e7388cee04416b2a0368ef0ee90

keychain-access-groups

73HQR9V52Y.*


get-task-allow


com.apple.developer.team-identifier
73HQR9V52Y


What is the problem? Prior to 13.3.1 everything was fine.

Replies

Update. Already installed apps are crashing with the same reason related to frameworks and provisioning profiles