Library Not Loaded: @Rpath/Fblpromises.Framework/Fblpromises iOS 13.3.1

Library not loaded: @rpath/FBLPromises.framework/FBLPromises iOS 13.3.1

You are probably using free developer account. Apple blocked utilizing external frameworks on free accounts with 13.3.1 upgrade. Try downgrading to 13.3 if still possible or buy Apple Developer License.

UPDATE 04/2020: Upgrading to iOS 13.4 and XCode 11.4 currently solves this issue.

dyld: could not load inserted library, but works on Simulator and another iPhone

The error seems to be everywhere since 13.3.1 update.
I found some thread saying that it's got fixed by commenting use_frameworks!

https://forums.developer.apple.com/thread/128435
https://github.com/Alamofire/Alamofire/issues/3051#issuecomment-580003683

All my apps crashing on launch on physical iPhones

In your podfile comment the use_framework! line and run your pod install again.
It is a problem in iOS 13.3.1 with dynamic frameworks

Why Apple blocked utilising external frameworks on free accounts on iOS 13.3.1?

I think Apple wants to force Free Account using Swift Package /code>.

Anyway you can use pods by making this workaround
- remove or comment this line use_frameworks! in Podfile
- reinstall your pods pod install

The build will be succeeded.

dyld: Library not loaded: @rpath/ ... Reason: no suitable image found. updated device to latest update 13.3.1

If you're using Cocoapods you can remove or comment by # use_frameworks! from your Podfile and reinstall it, that should fix the issue for now. dont forget to clean build folder before you run the app on update 13.3.1 device.



Related Topics



Leave a reply



Submit