Haoyu Zha

Results 5 comments of Haoyu Zha

I tried to upgrade the dependencies as suggested above, but got the following build errors: ![Screen Shot 2021-05-18 at 12 32 41 AM](https://user-images.githubusercontent.com/13268361/118610444-9e995080-b770-11eb-9f5c-a74b81cba7ac.png) I solved it by following https://github.com/react-native-community/upgrade-support/issues/62 Specifically,...

Only removing "$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)" this does not solve the problem. I had to do the following to resolve the issue completely >Removed all entries from LIBRARY_SEARCH_PATHS in the Project configuration Add...

If I set false for `enableForcedRedirect`, there is no link detected on iPhone. I have ios 14.1

> Seems I was able to get around some of the dependsOn warnings in my plugin with this: > > ```kotlin > project.extensions.configure(OpenApiExtension::class.java) { > it.customBootRun.workingDir.set( > tasks.named("forkedSpringBootRun").get().temporaryDir > )...