Skip to content

Getting Undefined Symbol Errors when archiving iOS build #54

@siddhantverma95

Description

@siddhantverma95
Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_ASExternalEvent", referenced from:
      objc-class-ref in ASPluginEventsHandler.o
  "_AS_COMMANDS_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
  "_AS_HTTP_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
      -[ASPluginEventsHandler handleHTTPRequestCall:result:] in ASPluginEventsHandler.o
      -[ASPluginEventsHandler handleHTTPResponseCall:result:] in ASPluginEventsHandler.o
  "_AS_FS_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
  "_OBJC_CLASS_$_AppSpector", referenced from:
      objc-class-ref in AppSpectorPlugin.o
      objc-class-ref in ASPluginEventsHandler.o
     (maybe you meant: _OBJC_CLASS_$_AppSpectorPlugin)
  "_AS_LOG_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
      -[ASPluginEventsHandler handleLogEventCall:result:] in ASPluginEventsHandler.o
  "_AS_SCREENSHOT_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
  "_AS_ENVIRONMENT_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
  "_AS_COREDATA_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
  "_AS_SQLITE_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
  "_AS_NOTIFICATION_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
  "_AS_DEFAULTS_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
  "_AS_ANALYTICS_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
  "_AS_PERFORMANCE_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
  "_AS_LOCATION_MONITOR", referenced from:
      -[AppSpectorPlugin validateAndMapRawMonitorIds:] in AppSpectorPlugin.o
  "_OBJC_CLASS_$_AppSpectorConfig", referenced from:
      objc-class-ref in AppSpectorPlugin.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Podfile.lock

 - appspector (0.0.1):
    - AppSpectorSDK
    - Flutter
  - AppSpectorSDK (1.4.4)

Pubspec.lock

appspector:
    dependency: "direct main"
    description:
      name: appspector
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.7.0"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions