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

Example does not compile #82

Open
tirrorex opened this issue Nov 7, 2017 · 8 comments
Open

Example does not compile #82

tirrorex opened this issue Nov 7, 2017 · 8 comments

Comments

@tirrorex
Copy link

tirrorex commented Nov 7, 2017

Cloning the repo with checkout on tag 0.4.0
Example has seven errors after pod installation (0.4.0)
Seems to be removed at compile but all three frameworks installed by cocoapods are not found at compil time

"PBXCp /Users/thibautnoah/Library/Developer/Xcode/DerivedData/Example-fheatxxixelckdgltxeulpnuyhru/Build/Products/Debug-iphoneos/MetalBender.framework /Users/thibautnoah/Library/Developer/Xcode/DerivedData/Example-fheatxxixelckdgltxeulpnuyhru/Build/Products/Debug-iphoneos/Example.app/Frameworks/MetalBender.framework
cd /Users/thibautnoah/testing/Bender/Example
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude *.tbd -bitcode-strip replace-with-marker -bitcode-strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip -resolve-src-symlinks /Users/thibautnoah/Library/Developer/Xcode/DerivedData/Example-fheatxxixelckdgltxeulpnuyhru/Build/Products/Debug-iphoneos/MetalBender.framework /Users/thibautnoah/Library/Developer/Xcode/DerivedData/Example-fheatxxixelckdgltxeulpnuyhru/Build/Products/Debug-iphoneos/Example.app/Frameworks"

"error: /Users/thibautnoah/Library/Developer/Xcode/DerivedData/Example-fheatxxixelckdgltxeulpnuyhru/Build/Products/Debug-iphoneos/MetalBender.framework: No such file or directory"

@tirrorex
Copy link
Author

tirrorex commented Nov 7, 2017

The two others seems to be carthage related even though i don't use it and remove carthage path from search path.
Someting fishy is going on here.

@bryant1410
Copy link
Member

Are you using Xcode 9 right? The example is meant to be used with Carthage.

@tirrorex
Copy link
Author

tirrorex commented Nov 7, 2017

Yes i am using xcode 9.
Damn, why?

@bryant1410
Copy link
Member

I was asking since if you're not using Xcode 9 it won't work.

So, it isn't working with Carthage?

@tirrorex
Copy link
Author

tirrorex commented Nov 7, 2017

Nope, MetalBender module is missing.
It is not included in the cartfile it seems.
Including it does not solve the issue, i might miss something.
Never had to use carthage before so i don't know where to go from there.

Adding a cartfile with bender to the Example project does not work either

@bryant1410
Copy link
Member

@tirrorex can you try now? It should work fine with Carthage.

@nhatlee
Copy link

nhatlee commented Dec 11, 2017

@tirrorex cd to Bender-master then run carthage update.

@tirrorex
Copy link
Author

This will have to wait the next version of our app, since i couldn't get bender to work i switched to coreml for now. we had to ship quickly.
Will get back to you once i get the time to try the fix.

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