TAAE 2 sample code fails to build
I check out latest code from git. Open TAAESample project. Build. I get:
'TheAmazingAudioEngine/TheAmazingAudioEngine.h' file not found
failed to import bridging header '/Users/ruben/Documents/thirdparty/TheAmazingAudioEngine2/TAAESample/TAAESample-Bridging-Header.h'
I have tried several things to make this work but I cannot. Help?
Comments
@rubenz,
Within the same project directory, please open the "TheAmazingAudioEngine.xcworkspace" and not the "TAAESample.xcodeproj" file.
Once the workspace is launched, be sure to switch the active scheme to "TAAESample," because the default is set to the "TheAmazingAudioEngine" scheme for some reason.
Lastly, you'll want to switch the "Team" pulldown menu under "Identity" (within the General tab) to either "None" or your own iTunes Dev member account. Otherwise, you'll receive a failed sign in dialogue box with an option to fix the issue.
FYI, I also didn't know how to successfully run the TAAESample, either. I had Xcode on Yosemite installed, and the Swift code that's used in the sample requires Xcode 7.3.1 on El Capitan. I'll fork the master repo and see if @Michael will allow me to add some installation instructions to the ReadMe to help with clarification.
For example:
As for having the Xcode project's "TAAESample" scheme active by default, along with the team ID set to "None," that probably just needs to be re-saved with those settings set, and then pushed to master to affect future downloads of the repo.
I hope this helps.
Take care,
Mark
Duh that was stupid of me. Just realised I need to open the workspace before I read your response. Thanks.
Hey, I'm glad that you got it work!