Posts

Post not yet marked as solved
2 Replies
278 Views
Enrolment in MDM in visionOS 1.1 21O5181e via MDM profile download is not working. Unable to install profile error appears. On other devices, e.g. iOS the same profile installs correctly.
Posted
by AYSA.
Last updated
.
Post not yet marked as solved
0 Replies
668 Views
Embedding of 3rd party frameworks, which are distributed in binary form does not work on iOS 13.3.1.When adding framework and configuring it as "embed and sign", app installs fine after building, but when i try to launch app, it crashes. Debugger says that it was aborted with -15 signal.In device logs: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.Since 13.3.1 provisioning profiles required for frameworks as well? How i can obtain them, if framework bundle ID already defined in Info.plist and it is "org.cocoapods.AFNetworking", and it should be registered in developer center...Is something broken here? Are free developer accounts forbidden from developing and testing apps with frameworks?PS: With paid developer signing everything works fine as required.
Posted
by AYSA.
Last updated
.
Post not yet marked as solved
1 Replies
809 Views
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 profileerror 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.6e0e97f570205e7388cee04416b2a0368ef0ee90framework's plist part: CFBundleIdentifier org.cocoapods.AFNetworkingApp 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 73HQR9V52YWhat is the problem? Prior to 13.3.1 everything was fine.
Posted
by AYSA.
Last updated
.