-
Notifications
You must be signed in to change notification settings - Fork 609
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
Unable to use example project #31
Comments
Hi @junweimah, $ brew update
$ brew install carthage Then in the root directory just: $ carthage update Then open the workspace and QuickLayout should be there. |
Thanks for the quick reply I have been using cocoapod all this time. Is it possible to fix this using cocoapod? I'll try to follow your instruction and see whether I can make it work. Thanks a lot |
Sure and sorry for the inconvenience. What I’ve suggested is a temporary solution. The problem emanates from the project not finding QuickLayout in the searched path. You can still use CocoaPods to integrate SwiftEntryKit into your project. The issue is only when building the example project. I’ll look into it real soon. 🙂 |
Ok thanks. |
Great, let me know if that helps. |
It works now after following your temporary solutions of using carthage. However I have to delete the SwiftEntryKitTest in Targets for it to run. There were some certificates and keys error. Thanks. Great great library by the way. |
Great! I've updated the README.md with the installation instructions of the example project. Thanks 😊 |
Great idea and thanks! Keep up the good work! |
@junweimah, I have an update and I'll love if you give it a try (if you can). 🙂 The solution is doing something identical using git, without the need of Carthage. Likewise: $ git clone --recurse-submodules https://github.com/huri000/SwiftEntryKit.git P.S: If you clone from url using git-client such as SourceTree, it automatically identifies submodules inside the project. |
Good to hear! I'll try it again tomorrow. But I have to use Carthage? And normally I'll just download the zip from the root directory of this git, unzip it and open it up as a normal project (and pod install if required by the library). Is this way not available? |
No
That won't do because you won't be able to get QuickLayout and the project won't compile. Once the issue is closed, I update the README.md. Thanks! |
I only tried using terminal, but not sourcetreeI tried using this link : And after a But however isn't this the same as what I did earlier to get it to work? |
Hi @junweimah, |
I see. I just tried to do that again, using terminal, without I guess you can close this issue now. Thanks! |
Super! Thanks for the help! |
Hi huri000, public typealias QLAttribute = NSLayoutConstraint.Attribute ('Attribute' is not a member type of 'NSLayoutConstraint') Please help! Thanks in advance. |
Hi! SwiftEntryKit latest version is updated to work with Xcode 10 and Swift 4.2. You can review the CHANGLOG and install an earlier version (0.7.2 or any lower) or alternatively, use Xcode 10. |
Hi huri000, |
Hi @huri000 Thanks for awsome library. I was able to build using the git clone method. It would be nice if any person downlaoded using the download zip method and project worked :) Can you tell me how can i run example project for swift 4? Anyway, great work and Thanks |
Hi Awias, |
Hi @huri000 I tried this method but still issue of Quick layout not found. Thanks |
Thanks @ktkanishka I was able to compile successfully |
Anyone have any luck with this lately? Tried all the suggestions but wasn't able to get it to work :( |
I was able to resolve by
|
When I build the example project, I am getting "no such module 'QuickLayout' in the file EKMessageContentView.swift. And on the project navigator, I see a red "QuickLayout.xcodeproj".
What should I do here?
The text was updated successfully, but these errors were encountered: