onmyway133 / notes

:notebook_with_decorative_cover: Issues and solutions I found during development, mostly iOS
https://onmyway133.com/
MIT License
61 stars 4 forks source link

Xcode CoreAudioTypes #686

Open onmyway133 opened 3 weeks ago

onmyway133 commented 3 weeks ago

Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found

onmyway133 commented 3 weeks ago

Happened with XCTest, due to a framework depends on a new framework

onmyway133 commented 1 week ago

Add depended frameworks to Test target too