Skip to content

WeijunDeng/xcpretty_fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xcpretty_fix

fix bugs for xcpretty without changing xcpretty.

usage

copy and use.

xcpretty_wrapper="XXX/scripts/xcpretty_fix.sh"
chmod +x "${xcpretty_wrapper}"
xcodebuild xxx | ${xcpretty_wrapper}

test

bash tests/test.sh
+ cat tests/xcodebuild.log
+ xcpretty

❌  ld: symbol(s) not found for architecture armv7



❌  clang: error: linker command failed with exit code 1 (use -v to see invocation)


+ cat tests/xcodebuild.log
+ scripts/xcpretty_fix.sh

❌  ld: Undefined symbols for architecture armv7:



❌  ld:   "_kQYPublisherVoteComonentDeleted", referenced from:



❌  ld:       -[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)

About

fix bugs for xcpretty without changing xcpretty.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published