Jørgen
Jørgen
This is what I get with the workaround added: Am I missing something? ` error: cannot parse the debug map for '/dir/remove/for-public-post/$([System.IO.Path]::GetDirectoryName($(AppBundleDir)).app/AppName': No such file or directory`
Thanks @rolfbjarne, the error parse error goes away, but still have the: ` error MSB4044: The "SpotlightIndexer" task was not given a value for the required parameter "Input".` does that...
@rolfbjarne thanks for your reply. I will investigate it again next month and try to cleanup the project file. It's an old project (2012) with many updates, upgrades and other...
@rolfbjarne can it be because there is no trailing slash at the end of the `OutputPath`? I finally managed to get it compile and distribute again with adding this to...
I was pulling my hear out why my AppCenter builds failed. I also tried iOSSecret_ (didn't work) until I came here and found the comment of @JoshuaGarrison27 When I changed...
@amit-davidson I completely understand. I didn't meant to sound complaining. Just eager to test this out and provide you with the things that go wrong so you can improve it....
@amit-davidson cool! Yeah there is a couple of those constructs (for {}) in the code. When you have a new update I will try it out!
@amit-davidson thanks! Hereby the next issue I run into. panic: runtime error: index out of range [-1] goroutine 1 [running]: github.com/amit-davidson/Chronos/ssaPureUtils.IsFunctionContainingLocks(0xc02ac5b0e0, 0xc0121052c0, 0x0) /Users/developer/go/src/github.com/amit-davidson/Chronos/ssaPureUtils/preProcess.go:97 +0x7c4 github.com/amit-davidson/Chronos/ssaPureUtils.IsFunctionContainingLocks(0xc02ac5b0e0, 0xc013ce8780, 0x0) /Users/developer/go/src/github.com/amit-davidson/Chronos/ssaPureUtils/preProcess.go:107 +0x4e5...
@amit-davidson Not sure if I understand you 100%. Unlock does not have arguments right? Or that is exactly the problem... Can that be a mutex embedded in a struct or...
Hey @amit-davidson that is good news. I figured something out a couple of days ago and wanted to write you but haven't had the time. Life is a bit chaotic...