roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
405 stars 330 forks source link

Could not build the precompiled application for the device. #314

Closed RenatBack closed 3 years ago

RenatBack commented 3 years ago

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.

RenatBack commented 3 years ago

flutter clean in VSCode - solved the problem