roughike/flutter_facebook_login

Could not build the precompiled application for the device.

RenatBack opened this issue · 1 comments

After installing flutter_login_facebook 3.0.0 on real iphone, im getting error:

Could not build the precompiled application for the device.

It appears that your application still contains the default signing identifier.
Try replacing 'com.example' with your signing id in Xcode:
open ios/Runner.xcworkspace

Error launching application on iPhone.

But its works fine on emulator.
The identifier was changed.

flutter clean in VSCode - solved the problem