palaniraja

Results 23 comments of palaniraja

I guess kuchmiyalex also reported the same issue - screenshot - http://min.us/m0JRu6kuw

We thought so too, unfortunately it fails with the following error that breaks our codebase. Also the tag was v10.1.4 not sure why it is trying to download core 10.1.3...

``` git clone https://github.com/realm/realm-swift.git . git checkout tags/v10.1.4 -b 1014 git submodule update --init --recursive sh build.sh build ``` the above set of sequence to build from scratch fails too...

yes, but we are not at liberty to upgrade our dependency at the moment. is there a way anyone can fix this? I tried monorepo for 10.1.3/4 it doesn't exists...

Hi, can someone resolve the 404? or share the new link so we can update the build.sh to point to new.

@pavel-ship-it thank you. we are using Carthage and it was failing when building. Because of target realmswift has dependency on download-core target. I found this 404 issue while debugging. Also...

No, still failing! ``` realm-1014-build git:(1014-2) sh build.sh build Building with command: xcodebuild -IDECustomDerivedDataLocation=build/DerivedData -scheme 'Realm iOS static' -configuration Release -sdk iphoneos build SWIFT_VERSION=5.5.2 Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -IDECustomDerivedDataLocation=build/DerivedData -scheme...

Thank you, unfortunately I couldn't build even after installing `CMake` ``` ➜ realm-core git:(master) git checkout tags/v10.1.3 -b 1013 Switched to a new branch '1013' ➜ realm-core git:(1013) tools/build-cocoa.sh -b...

Thank you @ironage I am able build `realm-core` now. @dianaafanador3 I am still having issues in building realm-swift post that. E.g., target `RealmSwift` depends on `Realm` which depends on `Download...

After adding `-v` to `clang++` post download ``` ➜ realm-1014-build git:(1014-2) ✗ sh build.sh download-sync xcframework Downloading dependency: sync 10.1.3 from https://static.realm.io/downloads/sync/realm-sync-xcframework-10.1.3.tar.xz Homebrew clang version 13.0.1 Target: x86_64-unknown-ios13.0 Thread model:...