booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

Not able to run IOS app: Command PhaseScriptExecution failed with a nonzero exit code #29

Closed yendiscart closed 1 year ago

yendiscart commented 1 year ago

Updating project for Xcode compatibility. Upgrading project.pbxproj Upgrading Runner.xcscheme Automatically signing iOS for device deployment using specified development team in Xcode project: XXXXXXX Running pod install... Running Xcode build... Xcode build done. 208.5s Failed to build iOS app Error output from Xcode build: ↳ BUILD FAILED

Xcode's output: ↳ Writing result bundle at path: /var/folders/1p/xr6k8tpx7rg85twj8kz_nscc0000gn/T/flutter_tools.YvWHEN/flutter_ios_build_temp_dirASuN5J/temporary_xcresult_bundle

/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/location-4.4.0/ios/Classes/LocationPlugin.m:176:13: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead [-Wdeprecated-declarations]
            UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Location is Disabled"
            ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/location/location-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:27:12: note: 'UIAlertView' has been explicitly marked deprecated here
@interface UIAlertView : UIView
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/location-4.4.0/ios/Classes/LocationPlugin.m:176:48: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead [-Wdeprecated-declarations]
            UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Location is Disabled"
                                               ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/location/location-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:27:12: note: 'UIAlertView' has been explicitly marked deprecated here
@interface UIAlertView : UIView
           ^
2 warnings generated.
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+4/ios/Classes/FLTImagePickerPhotoAssetUtil.m:17:44: warning: 'UIImagePickerControllerReferenceURL' is deprecated: first deprecated in iOS 11.0 - Will be removed in a future release, use PHPicker. [-Wdeprecated-declarations]
  NSURL *referenceURL = [info objectForKey:UIImagePickerControllerReferenceURL];
                                           ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/image_picker/image_picker-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:62:51: note: 'UIImagePickerControllerReferenceURL' has been explicitly marked deprecated here
UIKIT_EXTERN UIImagePickerControllerInfoKey const UIImagePickerControllerReferenceURL API_DEPRECATED("Will be removed in a future release, use PHPicker.", ios(4.1, 11.0)) API_UNAVAILABLE(tvos); // an NSURL that references an asset in the AssetsLibrary framework
                                                  ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+4/ios/Classes/FLTImagePickerPhotoAssetUtil.m:21:47: warning: 'fetchAssetsWithALAssetURLs:options:' is deprecated: first deprecated in iOS 11 - Will be removed in a future release [-Wdeprecated-declarations]
  PHFetchResult<PHAsset *> *result = [PHAsset fetchAssetsWithALAssetURLs:@[ referenceURL ]
                                              ^
In module 'Photos' imported from /Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+4/ios/Classes/FLTImagePickerPhotoAssetUtil.h:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/Photos.framework/Headers/PHAsset.h:78:1: note: 'fetchAssetsWithALAssetURLs:options:' has been explicitly marked deprecated here
+ (PHFetchResult<PHAsset *> *)fetchAssetsWithALAssetURLs:(NSArray<NSURL *> *)assetURLs options:(nullable PHFetchOptions *)options API_DEPRECATED("Will be removed in a future release", ios(8, 11), tvos(8, 11)) API_UNAVAILABLE(macos);
^
2 warnings generated.
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator_apple-1.2.2/ios/Classes/GeolocatorPlugin.m:157:21: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
                    openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
                    ^~~~~~~
                    openURL:options:completionHandler:
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/geolocator_apple/geolocator_apple-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:124:1: note: 'openURL:' has been explicitly marked deprecated here
- (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
^
1 warning generated.
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:13:3: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
  UILocalNotification *_launchNotification;
  ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:335:4: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
- (UILocalNotification *)buildStandardUILocalNotification:
   ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:935:34: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
    didReceiveLocalNotification:(UILocalNotification *)notification {
                                 ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:205:41: warning: 'scheduledLocalNotifications' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter getPendingNotificationRequestsWithCompletionHandler:] [-Wdeprecated-declarations]
      [UIApplication sharedApplication].scheduledLocalNotifications;
                                        ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:243:68: note: 'scheduledLocalNotifications' has been explicitly marked deprecated here
@property(nullable,nonatomic,copy) NSArray<UILocalNotification *> *scheduledLocalNotifications API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter getPendingNotificationRequestsWithCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos);
                                                                   ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:210:5: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
    UILocalNotification *localNotification = [notifications objectAtIndex:i];
    ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:316:5: warning: 'UIUserNotificationType' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
    UIUserNotificationType notificationTypes = 0;
    ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                               ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:318:28: warning: 'UIUserNotificationTypeSound' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
      notificationTypes |= UIUserNotificationTypeSound;
                           ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                               ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:321:28: warning: 'UIUserNotificationTypeAlert' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
      notificationTypes |= UIUserNotificationTypeAlert;
                           ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                               ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:324:28: warning: 'UIUserNotificationTypeBadge' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
      notificationTypes |= UIUserNotificationTypeBadge;
                           ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                               ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:326:5: warning: 'UIUserNotificationSettings' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationSettings [-Wdeprecated-declarations]
    UIUserNotificationSettings *settings =
    ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:44:12: note: 'UIUserNotificationSettings' has been explicitly marked deprecated here
@interface UIUserNotificationSettings : NSObject
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:327:37: warning: 'UIUserNotificationSettings' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationSettings [-Wdeprecated-declarations]
        [UIUserNotificationSettings settingsForTypes:notificationTypes
                                    ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:44:12: note: 'UIUserNotificationSettings' has been explicitly marked deprecated here
@interface UIUserNotificationSettings : NSObject
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:330:9: warning: 'registerUserNotificationSettings:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter requestAuthorizationWithOptions:completionHandler:] and -[UNUserNotificationCenter setNotificationCategories:] [-Wdeprecated-declarations]
        registerUserNotificationSettings:settings];
        ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:251:1: note: 'registerUserNotificationSettings:' has been explicitly marked deprecated here
- (void)registerUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter requestAuthorizationWithOptions:completionHandler:] and -[UNUserNotificationCenter setNotificationCategories:]", ios(8.0, 10.0)) API_UNAVAILABLE(tvos);
^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:337:3: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
  UILocalNotification *notification = [[UILocalNotification alloc] init];
  ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:337:61: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
  UILocalNotification *notification = [[UILocalNotification alloc] init];
                                                            ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:377:30: warning: 'UILocalNotificationDefaultSoundName' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's +[UNNotificationSound defaultSound] [-Wdeprecated-declarations]
    notification.soundName = UILocalNotificationDefaultSoundName;
                             ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:62:30: note: 'UILocalNotificationDefaultSoundName' has been explicitly marked deprecated here
UIKIT_EXTERN NSString *const UILocalNotificationDefaultSoundName API_DEPRECATED("Use UserNotifications Framework's +[UNNotificationSound defaultSound]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos);
                             ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:403:5: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
    UILocalNotification *notification =
    ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:406:9: warning: 'presentLocalNotificationNow:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations]
        presentLocalNotificationNow:notification];
        ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:237:1: note: 'presentLocalNotificationNow:' has been explicitly marked deprecated here
- (void)presentLocalNotificationNow:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos);
^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:424:5: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
    UILocalNotification *notification =
    ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:457:40: warning: 'scheduleLocalNotification:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations]
    [[UIApplication sharedApplication] scheduleLocalNotification:notification];
                                       ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:239:1: note: 'scheduleLocalNotification:' has been explicitly marked deprecated here
- (void)scheduleLocalNotification:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos);  // copies notification
^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:485:5: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
    UILocalNotification *notification =
    ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:489:40: warning: 'scheduleLocalNotification:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations]
    [[UIApplication sharedApplication] scheduleLocalNotification:notification];
                                       ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:239:1: note: 'scheduleLocalNotification:' has been explicitly marked deprecated here
- (void)scheduleLocalNotification:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos);  // copies notification
^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:506:5: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
    UILocalNotification *notification =
    ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:528:40: warning: 'scheduleLocalNotification:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations]
    [[UIApplication sharedApplication] scheduleLocalNotification:notification];
                                       ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:239:1: note: 'scheduleLocalNotification:' has been explicitly marked deprecated here
- (void)scheduleLocalNotification:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos);  // copies notification
^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:554:5: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
    UILocalNotification *notification =
    ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:563:40: warning: 'scheduleLocalNotification:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations]
    [[UIApplication sharedApplication] scheduleLocalNotification:notification];
                                       ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:239:1: note: 'scheduleLocalNotification:' has been explicitly marked deprecated here
- (void)scheduleLocalNotification:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos);  // copies notification
^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:591:5: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
    UILocalNotification *notification =
    ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:601:40: warning: 'scheduleLocalNotification:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations]
    [[UIApplication sharedApplication] scheduleLocalNotification:notification];
                                       ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:239:1: note: 'scheduleLocalNotification:' has been explicitly marked deprecated here
- (void)scheduleLocalNotification:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos);  // copies notification
^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:616:43: warning: 'scheduledLocalNotifications' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter getPendingNotificationRequestsWithCompletionHandler:] [-Wdeprecated-declarations]
        [UIApplication sharedApplication].scheduledLocalNotifications;
                                          ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:243:68: note: 'scheduledLocalNotifications' has been explicitly marked deprecated here
@property(nullable,nonatomic,copy) NSArray<UILocalNotification *> *scheduledLocalNotifications API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter getPendingNotificationRequestsWithCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos);
                                                                   ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:618:7: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
      UILocalNotification *localNotification = [notifications objectAtIndex:i];
      ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:623:13: warning: 'cancelLocalNotification:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter removePendingNotificationRequestsWithIdentifiers:] [-Wdeprecated-declarations]
            cancelLocalNotification:localNotification];
            ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:240:1: note: 'cancelLocalNotification:' has been explicitly marked deprecated here
- (void)cancelLocalNotification:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter removePendingNotificationRequestsWithIdentifiers:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos);
^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:638:40: warning: 'cancelAllLocalNotifications' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter removeAllPendingNotificationRequests] [-Wdeprecated-declarations]
    [[UIApplication sharedApplication] cancelAllLocalNotifications];
                                       ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:241:1: note: 'cancelAllLocalNotifications' has been explicitly marked deprecated here
- (void)cancelAllLocalNotifications API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter removeAllPendingNotificationRequests]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos);
^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:920:5: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
    UILocalNotification *launchNotification =
    ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:921:10: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
        (UILocalNotification *)[launchOptions
         ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
           ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:922:26: warning: 'UIApplicationLaunchOptionsLocalNotificationKey' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:] [-Wdeprecated-declarations]
            objectForKey:UIApplicationLaunchOptionsLocalNotificationKey];
                         ^
In module 'UIKit' imported from /Users/mac/99Emlak/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:513:50: note: 'UIApplicationLaunchOptionsLocalNotificationKey' has been explicitly marked deprecated here
UIKIT_EXTERN UIApplicationLaunchOptionsKey const UIApplicationLaunchOptionsLocalNotificationKey     NS_SWIFT_NAME(localNotification) API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); // userInfo contains a UILocalNotification
                                                 ^
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.m:934:1: warning: implementing deprecated method [-Wdeprecated-implementations]
- (void)application:(UIApplication *)application
^
In module 'Flutter' imported from /Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.3.2/ios/Classes/FlutterLocalNotificationsPlugin.h:1:
/Users/mac/Developer/flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64/Flutter.framework/Headers/FlutterPlugin.h:104:1: note: method 'application:didReceiveLocalNotification:' declared here
- (void)application:(UIApplication*)application
^
35 warnings generated.
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/libphonenumber_plugin-0.2.5/ios/Classes/SwiftLibphonenumberPlugin.swift:152:13: warning: initialization of immutable value 'phoneNumber' was never used; consider replacing with assignment to '_' or removing it
        let phoneNumber = arguments["phoneNumber"] as! String
        ~~~~^~~~~~~~~~~
        _
/Users/mac/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/libphonenumber_plugin-0.2.5/ios/Classes/SwiftLibphonenumberPlugin.swift:153:13: warning: initialization of immutable value 'isoCode' was never used; consider replacing with assignment to '_' or removing it
        let isoCode = arguments["isoCode"] as! String
        ~~~~^~~~~~~
        _
8 warnings generated.
lib/Hooks.dart:19:8: Error: Error when reading 'packages/houzi_package/lib/widgets/home_screen_widgets/home_screen_sliver_app_bar_widgets/search_by_id_widget.dart': No such file or directory
import 'package:houzi_package/widgets/home_screen_widgets/home_screen_sliver_app_bar_widgets/search_by_id_widget.dart';
       ^
Failed to package /Users/mac/99Emlak.
Command PhaseScriptExecution failed with a nonzero exit code
note: Building targets in dependency order
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')
warning: Run script build phase 'Thin Binary' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'GoogleUserMessagingPlatform' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FBSDKCoreKit_Basics' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'nanopb' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'Toast' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'PromisesObjC' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'PhoneNumberKit' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'GoogleUtilities' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'GoogleSignIn-GoogleSignIn' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'GoogleSignIn' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'GTMSessionFetcher' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'GTMAppAuth' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FirebaseInstallations' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FirebaseCoreInternal' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FirebaseCore' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FMDB' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'AppAuth' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'Alamofire' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FBAEMKit' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FBSDKCoreKit' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FBSDKLoginKit' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'GoogleAppMeasurement' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'Google-Mobile-Ads-SDK' from project 'Pods')
/Users/mac/99Emlak/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FirebaseAnalytics' from project 'Pods')

Result bundle written to path:
    /var/folders/1p/xr6k8tpx7rg85twj8kz_nscc0000gn/T/flutter_tools.YvWHEN/flutter_ios_build_temp_dirASuN5J/temporary_xcresult_bundle

Could not build the precompiled application for the device.

AdilSoomro commented 1 year ago

Hello, open your following file:

PROJECT_HOME / lib / Hooks.dart

and you should see an import

import 'package:houzi_package/widgets/home_screen_widgets/home_screen_sliver_app_bar_widgets/search_by_id_widget.dart';

replace this import with following import:

import 'package:houzi_package/widgets/home_screen_widgets/home_screen_sliver_app_bar_widgets/default_right_bar_widget.dart';
yendiscart commented 1 year ago

iOS throwing errors and screen not able to display all data

2023-01-20 22:41:06.707954+0800 Runner[24899:20510876] MAXIMUM_CONCURRENT_TASKS = 3
2023-01-20 22:41:06.708022+0800 Runner[24899:20510876] MAXIMUM_CONCURRENT_UPLOAD_OPERATION = 2
2023-01-20 22:41:06.741887+0800 Runner[24899:20511078] flutter: The Dart VM service is listening on http://127.0.0.1:55257/PxIDNvW94z4=/
2023-01-20 22:41:06.769160+0800 Runner[24899:20511053] 10.0.0 - [FirebaseAnalytics][I-ACS800023] No pending snapshot to activate. SDK name: app_measurement
2023-01-20 22:41:06.776242+0800 Runner[24899:20510876] <Warning>: Please set a value for FacebookAutoLogAppEventsEnabled. Set the flag to TRUE if you want to collect app install, app launch and in-app purchase events automatically. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-ios#disable-auto-events.
2023-01-20 22:41:06.776300+0800 Runner[24899:20510876] <Warning>: You haven't set a value for FacebookAdvertiserIDCollectionEnabled. Set the flag to TRUE if you want to collect Advertiser ID for better advertising and analytics results.
2023-01-20 22:41:06.780577+0800 Runner[24899:20511053] 10.0.0 - [FirebaseAnalytics][I-ACS023012] Analytics collection enabled
2023-01-20 22:41:06.780986+0800 Runner[24899:20511053] 10.0.0 - [FirebaseAnalytics][I-ACS023220] Analytics screen reporting is enabled. Call Analytics.logEvent(AnalyticsEventScreenView, parameters: [...]) to log a screen view event. To disable automatic screen reporting, set the flag FirebaseAutomaticScreenReportingEnabled to NO (boolean) in the Info.plist
2023-01-20 22:41:06.961680+0800 Runner[24899:20511048] 10.0.0 - [FirebaseAnalytics][I-ACS025026] Deferring to Firebase for event data collection
2023-01-20 22:41:07.380595+0800 Runner[24899:20511058] flutter: Initializing Hive...
2023-01-20 22:41:07.404867+0800 Runner[24899:20511058] flutter: Checking for old Box...
2023-01-20 22:41:07.408314+0800 Runner[24899:20511058] flutter: Opening Box...
2023-01-20 22:41:07.437799+0800 Runner[24899:20511058] flutter: Box is Open...
2023-01-20 22:41:07.492448+0800 Runner[24899:20511057] [quic] quic_conn_process_inbound [C1.1.1.1:2] [-6c8881779ed86bb6] unable to parse packet
2023-01-20 22:41:07.502029+0800 Runner[24899:20511057] [quic] quic_conn_process_inbound [C2.1.1.1:2] [-538245403d299c12] unable to parse packet
2023-01-20 22:41:07.866713+0800 Runner[24899:20511058] flutter: Building Home Elegant...
2023-01-20 22:41:07.901746+0800 Runner[24899:20511058] flutter: uri: https://99emlak.com/wp-json/houzez-mobile-api/v1/touch-base?app_version=1.0&houzi_version=1.1.5_1&app_build_number=1&app_platform=ios
2023-01-20 22:41:08.227587+0800 Runner[24899:20511058] flutter: uri: https://99emlak.com/wp-json/wp/v2/properties?app_version=1.0&houzi_version=1.1.5_1&app_build_number=1&app_platform=ios&fave_featured=1&page=1&per_page=16
2023-01-20 22:41:08.229058+0800 Runner[24899:20511058] flutter: uri: https://99emlak.com/wp-json/houzez-mobile-api/v1/search-properties?app_version=1.0&houzi_version=1.1.5_1&app_build_number=1&app_platform=ios
2023-01-20 22:41:09.206143+0800 Runner[24899:20511056] [connection] nw_resolver_start_query_timer_block_invoke [C1.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
2023-01-20 22:41:09.206327+0800 Ru
nner[24899:20511056] [connection] nw_resolver_start_query_timer_block_invoke [C2.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
2023-01-20 22:41:11.781231+0800 Runner[24899:20511058] flutter: Filter Page Data Loaded/Modified...

IMG_1784

yendiscart commented 1 year ago

This is an error on ios. not able to view data. But okay on Android.

yendiscart commented 1 year ago
Invalid argument null with type Null.
Only num, String and Uint8List are supported. See https://github.com/tekartik/sqflite/blob/master/sqflite/doc/supported_types.md for details

This will throw an exception in the future. For now it is displayed once per type.
2023-01-20 22:51:24.902398+0800 Runner[24953:20514633] flutter: uri: https://99emlak.com/wp-json/houzez-mobile-api/v1/my-properties?app_version=1.1&houzi_version=1.1.5_1&app_build_number=1&app_platform=ios&page=1&per_page=10&status=any&author=2
2023-01-20 22:51:24.929498+0800 Runner[24953:20517196] dnssd_clientstub write_all(32) DEFUNCT
2023-01-20 22:51:24.929536+0800 Runner[24953:20517196] dnssd_clientstub deliver_request ERROR: write_all(32, 76 bytes) failed
2023-01-20 22:51:24.929568+0800 Runner[24953:20517196] dnssd_clientstub write_all(32) DEFUNCT
2023-01-20 22:51:27.024259+0800 Runner[24953:20514633] flutter: get my prop: error code = 500
2023-01-20 22:51:27.024330+0800 Runner[24953:20514633] flutter: get my prop: error message = Http status error [500]
2023-01-20 22:51:32.983296+0800 Runner[24953:20514633] flutter: SearchResults filteredDataMap: {type[]: [commercial], page: 1, per_page: 16}
2023-01-20 22:51:32.984967+0800 Runner[24953:20514633] flutter: uri: https://99emlak.com/wp-json/houzez-mobile-api/v1/search-properties?app_version=1.1&houzi_version=1.1.5_1&app_build_number=1&app_platform=ios
2023-01-20 22:51:34.677528+0800 Runner[24953:20517353] [quic] quic_crypto_session_state_serialize [C8.1.2.1:2] [-f10cc4da84096279] TLS ticket does not fit (6882 > 6144)
2023-01-20 22:51:34.677652+0800 Runner[24953:20517353] [quic] quic_crypto_session_state_serialize [C8.1.2.1:2] [-f10cc4da84096279] TLS ticket does not fit (6882 > 6144)
2023-01-20 22:52:21.213728+0800 Runner[24953:20517754] [unspecified] container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
2023-01-20 22:52:21.214032+0800 Runner[24953:20517754] [unspecified] container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
2023-01-20 22:52:21.214365+0800 Runner[24953:20517754] [unspecified] container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
2023-01-20 22:52:21.218 Runner[24953/0x16bb57000] [lvl=3] -[GMSx_GIPPseudonymousIDStore initializeStorage] Shared App Groups unavailable
2023-01-20 22:52:22.326654+0800 Runner[24953:20517529] [unspecified] container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
2023-01-20 22:52:22.327 Runner[24953/0x16b9b3000] [lvl=3] -[GMSx_GIPPseudonymousIDStore initializeStorage] Shared App Groups unavailable
2023-01-20 22:52:22.362509+0800 Runner[24953:20517755] [unspecified] container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
2023-01-20 22:52:22.363 Runner[24953/0x16bcfb000] [lvl=3] -[GMSx_GIPPseudonymousIDStore initializeStorage] Shared App Groups unavailable
2023-01-20 22:52:22.827176+0800 Runner[24953:20517755] [unspecified] container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
2023-01-20 22:52:22.827 Runner[24953/0x16bcfb000] [lvl=3] -[GMSx_GIPPseudonymousIDStore initializeStorage] Shared App Groups unavailable
2023-01-20 22:57:16.610358+0800 Runner[24953:20519617] [quic] quic_crypto_session_state_serialize [C13.1.2.1:2] [-f2dc425f68ce2566] TLS ticket does not fit (6882 > 6144)
2023-01-20 22:57:16.610453+0800 Runner[24953:20519617] [quic] quic_crypto_session_state_serialize [C13.1.2.1:2] [-f2dc425f68ce2566] TLS ticket does not fit (6882 > 6144)
2023-01-20 22:59:33.241418+0800 Runner[24953:20520392] 10.0.0 - [FirebaseAnalytics][I-ACS800014] Cannot get flag for unregistered flag. SDK name, flag name: app_measurement, session_stitching_token_feature_enabled
2023-01-20 22:59:34.084748+0800 Runner[24953:20520473] 10.0.0 - [FirebaseAnalytics][I-ACS800014] Cannot get flag for unregistered flag. SDK name, flag name: app_measurement, session_stitching_token_feature_enabled
2023-01-20 22:59:35.025131+0800 Runner[24953:20520473] 10.0.0 - [FirebaseAnalytics][I-ACS800014] Cannot get flag for unregistered flag. SDK name, flag name: app_measurement, session_stitching_token_feature_enabled
AdilSoomro commented 1 year ago

Hello, can you delete the iOS app from simulator and do clean your project from Android Studio top menu Tools > Flutter > Clean.

Your app works fine, its just the old app had different app-database structure which has issue with newer version.

yendiscart commented 1 year ago

I cleaned code as instructed but still getting same results.

AdilSoomro commented 1 year ago

Sent you an email to install zoom and send link in the email.

yendiscart commented 1 year ago

I have sent you zoom link

yendiscart commented 1 year ago

I/flutter ( 4857): Initializing Hive... I/flutter ( 4857): Checking for old Box... I/flutter ( 4857): Opening Box... I/flutter ( 4857): Box is Open... I/flutter ( 4857): Building Home Elegant... I/flutter ( 4857): uri: https://99emlak.com/en/wp-json/houzez-mobile-api/v1/touch-base?app_version=1.0.0&houzi_version=1.1.5_1&app_build_number=1&app_platform=android I/flutter ( 4857): uri: https://99emlak.com/en/wp-json/wp/v2/properties?app_version=1.0.0&houzi_version=1.1.5_1&app_build_number=1&app_platform=android&fave_featured=1&page=1&per_page=16 I/flutter ( 4857): uri: https://99emlak.com/en/wp-json/houzez-mobile-api/v1/search-properties?app_version=1.0.0&houzi_version=1.1.5_1&app_build_number=1&app_platform=android I/ViewRootImpl@c7ee767MainActivity: Relayout returned: old=(0,0,1080,2220) new=(0,0,1080,2220) req=(1080,2220)0 dur=7 res=0x1 s={true 524768735232} ch=false I/flutter ( 4857): latest article: error code = 404 I/flutter ( 4857): latest article: error message = Http status error [404] I/flutter ( 4857): property meta data: error code = 404 I/flutter ( 4857): property meta data: error message = Http status error [404] I/flutter ( 4857): Filter Page Data Loaded/Modified... I/flutter ( 4857): featured article: error code = 404 I/flutter ( 4857): featured article: error message = Http status error [404]

AdilSoomro commented 1 year ago

With a session on AnyDesk, we found out that the conflict with 1.1.5 vs 1.1.5_1 needed few upgrading code.

  1. Hooks need to add price formatter.
  2. Hooks need to replace import of search_by_id_widget.dart with default_right_bar_widget.dart
  3. Needed to fix null-safety in manage_profile.dart for userName and userEmail in build()