David Murray

Results 44 comments of David Murray

Unfortunately I don't have an 8.3 version of CoreTelephony, so I can't take a look. :(

Is there anything relevant in the syslog? iOS usually tells you if you're missing an entitlement.

No, not necessarily. You just need to get your app signed with the entitlement. However, I seriously doubt Apple will allow your app in the App Store if you use...

See here: https://stackoverflow.com/questions/19674514/how-to-create-entitlement-plist-file-in-xcode-5

Hi @wieringen, I'm also looking to do something similar to this. Just wondering if you had some success in making this work! Thanks!

Hi, this would be useful for me too as my fitness function involves really long transportation network simulations. A way to pause the calculations and restart them later would be...

It's a C framework, so it will not appear here. See https://github.com/Cykey/ios-reversed-headers

I would just like to point out that in my case, I had to do this: `export LD_LIBRARY_PATH=$NOMAD_HOME/build/release/lib64/:$LD_LIBRARY_PATH` Otherwise I got the following error: ``` $ python runTest_BlockEval.py Traceback (most...

I have the same problem after upgrading to QGIS 3.34. Used to be able to export PostGIS layers to CSV without a problem but now it fails ("unsupported type for...

This was with `pyrfr` v0.9.0. I tried with v0.8.3. I got a similar but different error: ```python Traceback (most recent call last): File "/home/dmurray/masters-code/osm/algo/genetic_algorithm.py", line 444, in incumbent = smac_facade.optimize()...