Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

Warning in xcode5 #195

Closed
BryanOne opened this issue Nov 29, 2013 · 12 comments
Closed

Warning in xcode5 #195

BryanOne opened this issue Nov 29, 2013 · 12 comments

Comments

@BryanOne
Copy link

in libffi, I get these warnings
/Users/Bryan/Documents/nevermore/Pods/libffi/ios/src/arm/ffi.c:325:21: Ambiguous expansion of macro 'alloca'

but this won't happen in xocde4

@getaaron
Copy link

@liubiqu
Copy link

liubiqu commented Jan 14, 2014

Pods (the project) -> Pods (the target) -> Build settings

This should be done for each target.

2014-01-14 10 05 30

@laurivers
Copy link

@liubiqu It does't work

@getaaron
Copy link

This appears to be fixed in https://github.com/atgreen/libffi/pull/65 - should just be a matter of time before it's merged into BlocksKit.

@zwaldowski
Copy link
Collaborator

It's already merged into BlocksKit, on the next branch. You can use it today. It's more that I'm waiting on libffi.

@sberrevoets
Copy link

@zwaldowski What does the next branch mean, semantically? Is it strictly experimental, potentially buggy, or safe for production?

Also, any idea how long it will be until this fix makes it to a new version of BlocksKit (so that Cocoapods can take care of it)?

@segiddins
Copy link
Contributor

I've been shipping off of next since august

@zwaldowski
Copy link
Collaborator

next is the next releasable version, starting as unstable and moving to stable. I consider it to be mostly stable at this point; this is why I recommend its use. I was preferring to wait to get the changes to libffi merged into upstream (primarily as a way of getting the code reviewed), but feet are being dragged on that end so next might be merged into master rather soon.

@msafder
Copy link

msafder commented Feb 20, 2014

Excuse my ignorance but how do I get the "next" release using cocoapods?
I tried adding this line to my pod file but it didn't work:
pod 'BlocksKit', 'next'
thanks!

@zwaldowski
Copy link
Collaborator

pod 'BlocksKit', :git => 'https://github.com/pandamonia/BlocksKit.git', :branch => 'next'

No worries, I've fought with the pod syntax for a long time.

@msafder
Copy link

msafder commented Feb 20, 2014

@zwaldowski whew, thanks! you saved my bacon :) 👍

@zwaldowski
Copy link
Collaborator

Addressed in v2.2.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants