Problem
您的裝置管理設定不允許在此 iPAD 上使用開發者「Apple Development: [email protected] (XXXXXXXXXX)」的 APP。您可以在「設定」中允許使用這些 APP
Solution
設定 > 一般 > 裝置管理 > 開發者 APP > Apple Development: [email protected] > 信任 Apple Development: [email protected] > 信任
您的裝置管理設定不允許在此 iPAD 上使用開發者「Apple Development: [email protected] (XXXXXXXXXX)」的 APP。您可以在「設定」中允許使用這些 APP
設定 > 一般 > 裝置管理 > 開發者 APP > Apple Development: [email protected] > 信任 Apple Development: [email protected] > 信任
iOS Simulator CANNOT use Camera
Wrong
void main() {
final cameras = await availableCameras();
runApp(MyApp());
}
Correct
Future<void> main() async {
final cameras = await availableCameras();
runApp(MyApp());
}
pubspec.yaml
的 dependencies 是否已加入 cameradependencies:
flutter:
sdk: flutter
camera:
flutter pub get
sudo pip3 install awscl
aws configure
If you don’t have an access key, you can create one at IAM Management Console
AWS Access Key ID [None]: <YOUR ACCESS KEY>
AWS Secret Access Key [None]: <YOUR SECRET ACCESS KEY>
Default region name [None]: ap-northeast-1
Default output format [None]:
Sync all file from bucket to local
aws s3 sync s3://litawardab/ . --delete