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

The cause of the error is not displayed correctly #380

Open
Apanlin opened this issue Jul 17, 2021 · 2 comments
Open

The cause of the error is not displayed correctly #380

Apanlin opened this issue Jul 17, 2021 · 2 comments

Comments

@Apanlin
Copy link

Apanlin commented Jul 17, 2021

I use this command to compile my project:
xcodebuild [flags]

then The following errors are displayed:

Undefined symbols for architecture armv7:
  "_kQYPublisherVoteComonentDeleted", referenced from:
      -[QYPHAssetsPickerViewController initWithSettings:] in libQYPhoto.a(QYPHAssetsPickerViewController.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

When I use xcpretty:

xcodebuild [flags] | xcpretty

Different errors are shown:

❌  Undefined symbols for architecture armv7
> libad.a(i_cupid.o)
> libAdsClient_release.a(CupidTypes.o)

in fact, only warning in libad.a and libAdsClient_release.a:

ld: warning: duplicate symbol '_KEY_APPSTORE_IDENTIFIER' in:
/Users/Desktop/xxx/Pods/playerAds/libad.a(i_cupid.o)
/Users/Desktop/xxx/Pods/libAds/libAdsClient_release.a(CupidTypes.o)

I think it might be a bug,xcpretty didn't find the real errors.

@Saafo
Copy link

Saafo commented Aug 27, 2021

Meet the same old bug, as #255

@WeijunDeng
Copy link

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

3 participants