Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. Building with Legacy Build System:
  2.  
  3. Error output from Xcode build:
  4. ** BUILD FAILED **
  5.  
  6.  
  7. Xcode's output:
  8. === BUILD TARGET gRPC-Core OF PROJECT Pods WITH CONFIGURATION Debug ===
  9. Undefined symbols for architecture arm64:
  10. "_OBJC_CLASS_$_FlutterMethodChannel", referenced from:
  11. objc-class-ref in DeviceAppsPlugin.o
  12. "_FlutterMethodNotImplemented", referenced from:
  13. -[DeviceAppsPlugin handleMethodCall:result:] in DeviceAppsPlugin.o
  14. ld: symbol(s) not found for architecture arm64
  15. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  16.  
  17.  
  18.  
  19. Building with New Build System:
  20.  
  21. Error output from Xcode build:
  22. ** BUILD FAILED **
  23.  
  24.  
  25. Xcode's output:
  26. === BUILD TARGET gRPC-Core OF PROJECT Pods WITH CONFIGURATION Debug ===
  27. Undefined symbols for architecture arm64:
  28. "_OBJC_CLASS_$_FlutterMethodChannel", referenced from:
  29. objc-class-ref in DeviceAppsPlugin.o
  30. "_FlutterMethodNotImplemented", referenced from:
  31. -[DeviceAppsPlugin handleMethodCall:result:] in DeviceAppsPlugin.o
  32. ld: symbol(s) not found for architecture arm64
  33. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement