-
Notifications
You must be signed in to change notification settings - Fork 126
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
Build with the newest version of CocoaPods #63
Conversation
This looks good to me 👍 . What was the issue with the macro definitions? |
Oh actually a few of those errors are fixed by explicitly adding: @synthesize appearance = _appearance; To |
For the http://files.sbooth.org/SFBAudioEngine-dependencies.tar.bz2 If you replace the old libraries with these versions, are the errors fixed? |
Or, as you said, there should be a build setting to disable that error. Some googling lead to |
I just pushed a commit to bump |
I've tried |
After this PR https://github.com/sonoramac/INAppStoreWindow and https://github.com/sonoramac/Sparkle can be deleted. |
I guess manually editing the macros is the workaround for now :/ Looks great otherwise, thanks again! |
Build with the newest version of CocoaPods
AFNetworking
)Podfile.lock
no pods won't be updated unless explicitly runningpod update
The only other thing I had to do to build sonora was deal with some macro definitions from
SFBAudioEngine
. I'm not sure how to handle that long term.