Hi @Uwe_Merz -
I’ve post an update to https://github.com/sbeardsl/xojoGestures that should bring iOSGestures back online for Xojo 2020 R2+.
Things are still a big messy but the module itself should be ready to go again and both examples compile and run again. I also found and fixed an error with the return values for Pinch and Rotate gestures.
The specific errors you were seeming (“Location: IOSGestures.Foundation.Name
Issue: Members of inner modules cannot be global”) can be cured by
- Click on Settings at the bottom of the left hand column in the IDS
- Look down the list and find “Simple References”
- Make sure it is OFF then Build and you will probably see a lot of API 2.0 type errors.
There is a longer API 2 Updates.txt in the project with some notes but what I had to do to get the examples compiling.
If the module is still useful to you and you give the update a try, please let me know how it goes.
Sorry I didn’t see your comment about the problems until recently, I’m glad that someone is still getting some use out it.