Closed ifeherva closed 9 years ago
Nevermind, I turned off ARC on the library with -fno-objc-arc, now I get schema errors.
The pod Realm is quite different to the one used in the project. Can you please tell the version you were using?
PODS:
DEPENDENCIES:
https://github.com/OpenFibers/OTWebImage.git
)EXTERNAL SOURCES: OTWebImage: :git: https://github.com/OpenFibers/OTWebImage.git
CHECKOUT OPTIONS: OTWebImage: :commit: cdfa36f37ee4578ec4d2f277911af60a46db14f3 :git: https://github.com/OpenFibers/OTWebImage.git
SPEC CHECKSUMS: AFNetworking: 96ac9bf3eda33582701cb1fcc5b896aa1e20311e BlocksKit: 7f422b971407001178d181a43b99014ea2591fe6 hpple: 3b765f96fc2cd56ad1a49aef6f7be5cb2aa64b57 libextobjc: a650fc1bf489a3d3a9bc2e621efa3e1006fc5471 Masonry: 4972309f2f134de9dd312f4dc4a21359b50e6caa MASPreferences: 32d8a2c5ef1d60b63240f5676b011ff72e194cb1 OTWebImage: 2dfb945d3b7db6f436de9fa99159284765656b04 PXListView: 07b11b35c07629cdb17cd817da643bbbbf89c943 PXSourceList: 8e37978a5db6c8d8d255f8913603bcea322c6445 ReactiveCocoa: fdf629a7321cc7504936fa86243d8c616faad302 Realm: 9b7bebb86336e17789d7ac21b22f67a69808cb56 RegExCategories: e68befacacd5bda853c88f70ec745cb2d0cfb89c SBJson: 68f16f446bd6047dc3dd1ec4919a468c2cd7fedd Sparkle: 75bbbc5ab2d666f7f77c241afe7fd28364a8f9f7
COCOAPODS: 0.37.2
Hope this help.
On Thu, Aug 13, 2015 at 6:26 AM ifeherva notifications@github.com wrote:
The pod Realm is quite different to the one used in the project. Can you please tell the version you were using?
— Reply to this email directly or view it on GitHub https://github.com/Jeswang/Hearthstone-Deck-Tracker-Mac/issues/22#issuecomment-130465873 .
Thanks for the quick replay, I will try it later tonight.
BTW, current Realm (0.94.1) is confirmed not compiling with pods :(
Why is AGScopeBar sources missing? Licencing stuff?
I think I know why the problem is failing for most users. But first of all could you please commit the missing Files directory to the repo? It contains the log.config for example that is needed. Thanks!
THe AGScopeBar is in .gitmodules
Thank you. I don't know why I lost the config file in the project.
I add all the Pods into the repository, so I think it's going to be easy to build the whole application.
I don't know how to remove git sub modules much, if you can remove all the sub modules and keep the files, that's will be ok.
Yes Realm 0.94.1 is not compiling with Cocoapods. I have an OS X CLI project with Objective-C and here is the error: (There are actually 197 errors)
Undefined symbols for architecture x86_64:
"realm::BpTreeBase::replace_root(std::1::unique_ptr<realm::Array, std::__1::default_delete
I already added all the files needed to build. You should not need to run pod to make the app run.
the whole AGScopeBar library is missing from repo. I am interested in contributing and working on this project, however I dont see the aim with this.
The sources of AGScopeBar from github are not ARC so copy/pasting is no solution. Did you already have an ARC solution for that?