Closed ujwalbasnet1 closed 11 months ago
not our issue. please check your dependencies and find out the one depends on FBLPromises, and report an issue for that project.
project run fine when removing the package, and adding the package reproduce the above issue.. @wang-bin
https://github.com/flutter/flutter/issues/134107
looks like related
@wang-bin please check this https://github.com/flutter/flutter/issues/139118#issuecomment-1831184694
@wang-bin please check this flutter/flutter#139118 (comment)
the solution is code sign FBLPromises.framework manually. I can do nothing because my plugin does not depends on that framework, it's your app's dependency. https://github.com/flutter/flutter/issues/134107#issuecomment-1737217123 it says the framework comes from PromisesObjC
when I add the package to pubspec.yaml and try to run the project on macos. it gives errors.