问题
The app uses some standard ionic/native plugins including callNumber, SMS, Facebook, SocialSharing, Clipboard and at some point I realised that all of them stopped working when running on the xCode simulator or an actual iOS device (haven't yet built it for android). They were working flawlessly before...
I understand that it'll not be easy to figure out the cause with no code but just looking for hunches or methods to follow in the debugging since I'm new to debugging ionic apps' native functionality.
回答1:
Update:
It seems your environment is having a serious issue. So I would like to suggest an alternative here.That is, You can use Ionic package service.
Ionic Pro’s Package feature makes it easy to build native app binaries for iOS and Android in the cloud. Perfect for automating binary builds and for developers using Windows that want to build iOS apps.
Old Answer:
You can try this:
ionic cordova platform remove ios
After that:
ionic cordova platform add ios
来源:https://stackoverflow.com/questions/46560980/all-native-cordova-plugins-stopped-working-on-ionic3