Nathan Pahucki
Nathan Pahucki
Ok, I think I found the 'right' way to fix this, pull request forthcoming. NSObject+Properties (around line 33 - Bold part added): ``` - (NSDictionary *)nonDynamicProperties { NSMutableDictionary* output =...
I have addressed this in a pull request. While I don't have unit tests, using the library seems to work just fine after some tweaks presented in the pull request.
For anyone dealing with this specific error: this happens when the log message returned from libreoffice doesn't match a regex `return logs.match(/\/tmp\/.+->\s(\/tmp\/.+) using/)[1];` in the `library/logs` module. This assumes that...
I had the same hell. It's because they changed the name of the Parse SDK so there are indeed two different Parse-SDKs in CocoaPods with different names. The only way...
Here we are in August, is there still no way to launch the simulator with the 4 inch screen?
In case this helps anyone else, here is a work around if you're primarily interested in running with larger devices. Open /gems/ruby-2.1.2/gems/sim_launcher-0.4.11/lib/sim_launcher/simulator.rb and find the line 'def launch_ios_app(app_path, sdk_version, device_family,...