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

Groot fails to be linked when using Xcode7.1 with Carthage #54

Open
scriptease opened this issue Oct 23, 2015 · 3 comments
Open

Groot fails to be linked when using Xcode7.1 with Carthage #54

scriptease opened this issue Oct 23, 2015 · 3 comments

Comments

@scriptease
Copy link

Hello,

there seems to be a problem with the binary version that is attached to the current tag.
It can not be linked in Xcode 7.1

My solution for now is to let Carthage build the library instead of downloading it.

  $ carthage update --platform iOS --no-use-binaries

Maybe someone has the same issue :-)

Kind regards,
Florian

@gonzalezreal
Copy link
Owner

Hi @scriptease

What kind of errors are you getting? Could you please paste the output log?

Thanks,
Guille

@scriptease
Copy link
Author

/Volumes/XXX/XXX/XXX/Model/Database.swift:12:8: Module file was created by an older version of the compiler; rebuild 'Groot' and try again: /Users/xxx/Library/Developer/Xcode/DerivedData/XXX-fswyylxndaveorcrcizcjioeyfvk/Build/Products/Debug-iphonesimulator/Groot.framework/Modules/Groot.swiftmodule/x86_64.swiftmodule

I hope this helps

@tehprofessor
Copy link

I had the same issue, but if I build from master it works*. It did, when building from master, complain about some missing SDKs.

*** Fetching Groot
*** Checking out Groot at "8987279d1ea39a1a5e30b59a5f7751f49d5ac5e0"
*** xcodebuild output can be found in /var/folders/5g/bjx_pdsn5nbdxyvtnc30sjm40000gn/T/carthage-xcodebuild.QvIV6i.log
*** Building scheme "Groot-Mac" in Groot.xcodeproj
*** Building scheme "Groot" in Groot.xcodeproj
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/Developer/Library/Frameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/Developer/Library/Frameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk/Developer/Library/Frameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk/Developer/Library/Frameworks'
  • I think (it works)... I am about to actually use it; as I was writing a comment to say "I had the same issue"

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

3 participants