[17:42:37] Hi everybody, who can help me with iOS app? I tried to run the app in xcode and faced error `dyld: Library not loaded: @rpath/libswiftCore.dylib` when the app is initializing. I'm noob in ios development but I want to launch the app from repo [17:44:50] I just created a new project using url to the repo and pressed "run" button, the app was built succesfully, but crashed with the error message... [17:49:10] full error message: `dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/Nayel/Library/Developer/CoreSimulator/Devices/B2DC3C33-976E-40D8-B9BE-C281E96ED54F/data/Containers/Bundle/Application/4D48D98D-12C9-4F7F-B1F2-344D9C5EBB2C/Wikipedia.app/Frameworks/CocoaLumberjackSwift.framework/CocoaLumberjackSwift Reason: Incompatible library version: CocoaLumberjackSwift requires version 1.0.0 or later, but libswiftCore.dylib [17:49:11] provides version 0.0.0` [17:50:16] pastakhov the `develop` branch only works with Xcode 10.1 (not 10.2 that was released earlier this week) are you on 10.1? [17:50:36] if you're on 10.2 you can try the `swift_5` branch [17:50:59] I'm on 10.2 [17:53:25] is there way to install previous xcode 10.1 on my mac? sorry, I use mac OS first time, I installed xcode from app store and there was one version only - the latest 10.2 [17:54:55] pastakhov: if you have an apple developer account you should be able to download it from this link after logging in https://download.developer.apple.com/Developer_Tools/Xcode_10.1/Xcode_10.1.xip [17:55:13] oh, thank you! [17:55:14] if not, the `swift_5` branch should work with Xcode 10.2 [20:44:26] Hey everybody, is it possible to join the android wikipedia app github repo as a collaborator? I know I can open pull requests from a fork, but travis-ci can't check pull requests from forks.. [20:46:24] not sure about the android wikipedia app repo [20:46:35] but generally, the github repos are not "open" [20:46:44] as the github ones are mirrors of what is on gerrit [20:47:06] so you should instead send your patches to https://gerrit.wikimedia.org [20:47:31] Platonides: the Android app repo is in fact on github. [20:48:04] the development is actually done on github? [20:48:14] correct. [20:48:20] that was the "not sure" part :/ [20:48:32] it is one of those exceptions then [20:48:33] noamy: We will tweak our Travis configuration to run correctly on pull requests from forks. Give us a little time, though ;) [20:49:39] thanks [20:49:44] your ability to know past messages while you weren't present are impressive, btw [20:50:16] Slack bot ftw. [20:50:55] there is cache of all messeges.... http://wm-bot.wmflabs.org/logs/%23wikimedia-mobile/ [22:30:12] what is the best way to make an image have diferent sizes in desktop and mobile? [22:35:17] danilo: There isn't a system for that. [22:47:33] ok, I made that with a CSS class, I thought there was a better way... some images are ok on desktop but look too big on mobile [22:47:50] thanks anyway