Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS App testing fails from Xcode version mismatch #36536

Closed
mdh1418 opened this issue May 15, 2020 · 6 comments · Fixed by #63076
Closed

iOS App testing fails from Xcode version mismatch #36536

mdh1418 opened this issue May 15, 2020 · 6 comments · Fixed by #63076
Assignees
Milestone

Comments

@mdh1418
Copy link
Member

mdh1418 commented May 15, 2020

After applying no-weak-imports workaround when building iOS apps and deploying to a local device following this

<runtime-repo>/build.sh -os iOS -arch x64 -subset Mono+Libs
cd <runtime-repo>/src/libraries/System.Numerics.Vectors/tests
../../../../dotnet.sh build /t:Test /p:TargetOS=iOS /p:TargetArchitecture=x64 /p:DevTeamProvisioning=UBF8T346G9

The following error occurs

  Ld System.Numerics.Vectors.Tests/Release-iphonesimulator/System.Numerics.Vectors.Tests.app/System.Numerics.Vectors.Tests normal x86_64
      cd /Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle
      export PATH="/Applications/Xcode113.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode113.app/Contents/Developer/usr/bin:/Users/mdhwang/runtime/.dotnet:/usr/local/opt/openssl@1.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin:/Users/mdhwang/mono/runtime/_tmpinst/bin:/Users/mdhwang/mono/mini"
      /Applications/Xcode113.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-ios10.1-simulator -isysroot /Applications/Xcode113.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk -L/Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle/System.Numerics.Vectors.Tests/Release-iphonesimulator -F/Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle/System.Numerics.Vectors.Tests/Release-iphonesimulator -filelist /Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle/System.Numerics.Vectors.Tests/System.Numerics.Vectors.Tests.build/Release-iphonesimulator/System.Numerics.Vectors.Tests.build/Objects-normal/x86_64/System.Numerics.Vectors.Tests.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -fobjc-link-runtime -L/usr/local/opt/openssl@1.1/lib -Wl,-headerpad_max_install_names -framework Foundation -framework Security -framework UIKit -framework GSS -lz -liconv -force_load /Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/publish/libmono.a -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle/System.Numerics.Vectors.Tests/System.Numerics.Vectors.Tests.build/Release-iphonesimulator/System.Numerics.Vectors.Tests.build/System.Numerics.Vectors.Tests.app-Simulated.xcent -Xlinker -dependency_info -Xlinker /Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle/System.Numerics.Vectors.Tests/System.Numerics.Vectors.Tests.build/Release-iphonesimulator/System.Numerics.Vectors.Tests.build/Objects-normal/x86_64/System.Numerics.Vectors.Tests_dependency_info.dat -o /Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle/System.Numerics.Vectors.Tests/Release-iphonesimulator/System.Numerics.Vectors.Tests.app/System.Numerics.Vectors.Tests
  Undefined symbols for architecture x86_64:
    "___darwin_check_fd_set_overflow", referenced from:
        _socket_transport_connect in libmono.a(libmono_dbg_la-debugger-agent.o)
        _mono_poll in libmono.a(libmonoutils_la-mono-poll.o)
        _read_pipes in libmono.a(libeglib_la-gspawn.o)
  ld: symbol(s) not found for architecture x86_64
  clang: error: linker command failed with exit code 1 (use -v to see invocation)

/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error : ** BUILD FAILED ** [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error :  [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error :  [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error : The following build commands failed: [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error : 	Ld System.Numerics.Vectors.Tests/Release-iphonesimulator/System.Numerics.Vectors.Tests.app/System.Numerics.Vectors.Tests normal x86_64 [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error : (1 failure) [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018: The "AppleAppBuilderTask" task failed unexpectedly. [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018: System.Exception: Error: ** BUILD FAILED ** [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:  [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:  [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018: The following build commands failed: [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018: 	Ld System.Numerics.Vectors.Tests/Release-iphonesimulator/System.Numerics.Vectors.Tests.app/System.Numerics.Vectors.Tests normal x86_64 [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018: (1 failure) [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:  [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:  [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:    at Utils.RunProcess(String path, String args, IDictionary`2 envVars, String workingDir, Boolean ignoreErrors) in /Users/mdhwang/runtime/src/mono/msbuild/AppleAppBuilder/Utils.cs:line 73 [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:    at Xcode.BuildAppBundle(String xcodePrjPath, String architecture, Boolean optimized, String devTeamProvisioning) in /Users/mdhwang/runtime/src/mono/msbuild/AppleAppBuilder/Xcode.cs:line 149 [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:    at AppleAppBuilderTask.Execute() in /Users/mdhwang/runtime/src/mono/msbuild/AppleAppBuilder/AppleAppBuilder.cs:line 172 [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:    at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:    at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask) [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]

Whole log

It turns out that the active developer directory had been set to Xcode 11.3

xcode-select -p
/Applications/Xcode113.app/Contents/Developer

However, the main build uses /Applications/Xcode.app/Contents/Developer which after updating to Xcode 11.4, would cause a version mismatch, leading to the linker issue.

This can be resolved through
sudo xcode-select -s /Applications/Xcode.app
or perhaps building according to xcode-select -p

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label May 15, 2020
@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this issue. Please help me learn by adding exactly one area label.

@ghost
Copy link

ghost commented May 15, 2020

Tagging subscribers to this area: @safern, @ViktorHofer
Notify danmosemsft if you want to be subscribed.

@safern
Copy link
Member

safern commented May 15, 2020

Cc: @akoeplinger @EgorBo

@ViktorHofer ViktorHofer added this to the 6.0.0 milestone Jul 8, 2020
@ViktorHofer ViktorHofer removed the untriaged New issue has not been triaged by the area owner label Jul 8, 2020
@danmoseley
Copy link
Member

Is this still relevant?

@akoeplinger
Copy link
Member

Yes I think we should still do this. It should be easy by removing the hardcoded Xcode path here:

<XcodeDir Condition="'$(XcodeDir)' == ''">/Applications/Xcode.app/Contents/Developer</XcodeDir>

Not a libraries concern though, moving the area label to mono.

@ghost
Copy link

ghost commented Dec 14, 2020

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

After applying no-weak-imports workaround when building iOS apps and deploying to a local device following this

<runtime-repo>/build.sh -os iOS -arch x64 -subset Mono+Libs
cd <runtime-repo>/src/libraries/System.Numerics.Vectors/tests
../../../../dotnet.sh build /t:Test /p:TargetOS=iOS /p:TargetArchitecture=x64 /p:DevTeamProvisioning=UBF8T346G9

The following error occurs

  Ld System.Numerics.Vectors.Tests/Release-iphonesimulator/System.Numerics.Vectors.Tests.app/System.Numerics.Vectors.Tests normal x86_64
      cd /Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle
      export PATH="/Applications/Xcode113.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode113.app/Contents/Developer/usr/bin:/Users/mdhwang/runtime/.dotnet:/usr/local/opt/openssl@1.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin:/Users/mdhwang/mono/runtime/_tmpinst/bin:/Users/mdhwang/mono/mini"
      /Applications/Xcode113.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-ios10.1-simulator -isysroot /Applications/Xcode113.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk -L/Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle/System.Numerics.Vectors.Tests/Release-iphonesimulator -F/Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle/System.Numerics.Vectors.Tests/Release-iphonesimulator -filelist /Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle/System.Numerics.Vectors.Tests/System.Numerics.Vectors.Tests.build/Release-iphonesimulator/System.Numerics.Vectors.Tests.build/Objects-normal/x86_64/System.Numerics.Vectors.Tests.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -fobjc-link-runtime -L/usr/local/opt/openssl@1.1/lib -Wl,-headerpad_max_install_names -framework Foundation -framework Security -framework UIKit -framework GSS -lz -liconv -force_load /Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/publish/libmono.a -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle/System.Numerics.Vectors.Tests/System.Numerics.Vectors.Tests.build/Release-iphonesimulator/System.Numerics.Vectors.Tests.build/System.Numerics.Vectors.Tests.app-Simulated.xcent -Xlinker -dependency_info -Xlinker /Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle/System.Numerics.Vectors.Tests/System.Numerics.Vectors.Tests.build/Release-iphonesimulator/System.Numerics.Vectors.Tests.build/Objects-normal/x86_64/System.Numerics.Vectors.Tests_dependency_info.dat -o /Users/mdhwang/runtime/artifacts/bin/System.Numerics.Vectors.Tests/net5.0-Debug/ios-x64/AppBundle/System.Numerics.Vectors.Tests/Release-iphonesimulator/System.Numerics.Vectors.Tests.app/System.Numerics.Vectors.Tests
  Undefined symbols for architecture x86_64:
    "___darwin_check_fd_set_overflow", referenced from:
        _socket_transport_connect in libmono.a(libmono_dbg_la-debugger-agent.o)
        _mono_poll in libmono.a(libmonoutils_la-mono-poll.o)
        _read_pipes in libmono.a(libeglib_la-gspawn.o)
  ld: symbol(s) not found for architecture x86_64
  clang: error: linker command failed with exit code 1 (use -v to see invocation)

/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error : ** BUILD FAILED ** [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error :  [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error :  [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error : The following build commands failed: [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error : 	Ld System.Numerics.Vectors.Tests/Release-iphonesimulator/System.Numerics.Vectors.Tests.app/System.Numerics.Vectors.Tests normal x86_64 [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error : (1 failure) [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018: The "AppleAppBuilderTask" task failed unexpectedly. [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018: System.Exception: Error: ** BUILD FAILED ** [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:  [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:  [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018: The following build commands failed: [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018: 	Ld System.Numerics.Vectors.Tests/Release-iphonesimulator/System.Numerics.Vectors.Tests.app/System.Numerics.Vectors.Tests normal x86_64 [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018: (1 failure) [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:  [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:  [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:    at Utils.RunProcess(String path, String args, IDictionary`2 envVars, String workingDir, Boolean ignoreErrors) in /Users/mdhwang/runtime/src/mono/msbuild/AppleAppBuilder/Utils.cs:line 73 [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:    at Xcode.BuildAppBundle(String xcodePrjPath, String architecture, Boolean optimized, String devTeamProvisioning) in /Users/mdhwang/runtime/src/mono/msbuild/AppleAppBuilder/Xcode.cs:line 149 [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:    at AppleAppBuilderTask.Execute() in /Users/mdhwang/runtime/src/mono/msbuild/AppleAppBuilder/AppleAppBuilder.cs:line 172 [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:    at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
/Users/mdhwang/runtime/eng/testing/tests.mobile.targets(86,5): error MSB4018:    at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask) [/Users/mdhwang/runtime/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]

Whole log

It turns out that the active developer directory had been set to Xcode 11.3

xcode-select -p
/Applications/Xcode113.app/Contents/Developer

However, the main build uses /Applications/Xcode.app/Contents/Developer which after updating to Xcode 11.4, would cause a version mismatch, leading to the linker issue.

This can be resolved through
sudo xcode-select -s /Applications/Xcode.app
or perhaps building according to xcode-select -p

Author: mdh1418
Assignees: -
Labels:

area-Infrastructure-mono

Milestone: 6.0.0

@steveisok steveisok modified the milestones: 6.0.0, 7.0.0 Aug 6, 2021
akoeplinger added a commit to akoeplinger/runtime that referenced this issue Dec 22, 2021
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Dec 22, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Dec 29, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants