Results 9 comments of bk

FYI we found a different flickering issue of the main google map and have a workaround (older version of react-native-maps though). not sure it will fix your case, but for...

thanks for the response, we have tried setting up xcode 12.5.1 and xcode 12.2 we are doing other iOS development with xcode, so we have full installations of xcode and...

thanks for the quick response, yes i had tried those steps many times. i had seen that advice elsewhere. no luck. can you tell me what your xcode-select -p reports,...

thanks, I tried the Xcode preferences setup and also -r (reset on tools), no luck see attached my preferences the interesting thing: on the BUILD file it is complaining about...

update to this ticket: based upon some notes I saw elsewhere, i manually added _x86_64 items to the tmp BUILD file that is system-generated (by some bit of the bazel...

another update, i found that you can pass the xcode version on the .sh command line with the -x option i see now in the README.md file provided in Tulsi...

thanks, we gave up on this toolchain also

fyi, i was able to install and run py-earth on macos 12.6.1 (monterey) that had python 3.10.8 using a slightly different build sequence than noted in the readme: git clone...

Regarding the below issue of "No module named pyearth._forward" ... I found a solution in stackoverflow somewhere. When you create the example script to test the py-earth build (as in...