Skip to content
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

Carthage with XCode7 beta 3 skips building SwiftyJSON altogether #276

Closed
rainypixels opened this issue Jul 18, 2015 · 3 comments
Closed

Comments

@rainypixels
Copy link

My Cartfile has the following:

github "SwiftyJSON/SwiftyJSON" "xcode7"

This was working great until I upgraded to XCode7 beta 3. I got an error that Swifty had been built using an older version of the compiler (Alamofire was suffering from the same error). So I deleted SwiftyJSON from carthage checkout and build folders, and ran carthage update again. Alamofire re-fetched and re-built, but SwiftyJSON is being skipped altogether. No output regarding SwiftyJSON in the carthage log.

I'm not sure if this is a SwiftyJSON issue or a carthage issue. I thought to check here first because my other frameworks did update.

Any ideas? Thanks!

@Donwangugi
Copy link

I am having the same issue.

@carlosefonseca
Copy link

Try renaming Example.xcodeproj to zExample.xcodeproj and run carthage build.

@rainypixels
Copy link
Author

@carlosefonseca Worked like a charm. Thanks much!

I'll leave this issue open to be triaged by @tangplin, though.

LukeTangPL added a commit that referenced this issue Jul 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants