it appears to with the new xcode12 and ios 14
Post
Replies
Boosts
Views
Activity
@ccorbell any progress on that? I get the same situation - i have a link with attached diagnostics so the calls to the diagnostic site goes thru but the actually true link is not .. and top of it only sometimes...... so annoying.
btw Who is reading those forums? I find them utterly useless..
@ Sven what is the trick here - I cant get the createWebViewWith to get called ... so annoying.
public class WebViewStore: ObservableObject {
@Published public var navDelegate = WebViewNavDelegate();
@Published public var uiDelegate = WebViewUIDelegate();
public init(webView: WKWebView = WKWebView()) {
log.info("WebViewStore.init")
self.webView.navigationDelegate = navDelegate;
self.webView.uiDelegate = uiDelegate;
	}
I am experiencing this in 2022.
I opened an old project who uses this $(CURRENT_PROJECT_VERSION) and it is still not working - did you guys have any work around?
However there is a solution
https://blog.tjitjing.com/index.php/2021/09/auto-increment-build-number-in-xcode-11-xcode-12.html
Actually there is a solution:
https://blog.tjitjing.com/index.php/2021/09/auto-increment-build-number-in-xcode-11-xcode-12.html