Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined symbols for architecture arm64 #118

Closed
MagnusJohansson opened this issue Sep 14, 2021 · 1 comment
Closed

Undefined symbols for architecture arm64 #118

MagnusJohansson opened this issue Sep 14, 2021 · 1 comment

Comments

@MagnusJohansson
Copy link

Flutter v2.5, Xcode v12.4

Steps to reproduce:

  • flutter create testproject
  • add dependency facebook_audience_network: ^1.0.0-nullsafety.0
  • flutter run

Output:

Xcode's output:
↳
    Undefined symbols for architecture arm64:
      "_OBJC_CLASS_$_SKAdImpression", referenced from:
          objc-class-ref in FBAudienceNetwork(FBAdSKAdNetworkManager.m.o)
    ld: symbol(s) not found for architecture arm64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description
@MagnusJohansson
Copy link
Author

It seems that it might have been an issue with my setup. After trying on a new Mac with everything freshly installed, I haven't seen this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant