Search Issue Tracker
By Design
Votes
0
Found in
2017.2.0f3
Issue ID
962074
Regression
No
Xcode build error: "Apple Mach-O Linker (ld)" from "_OpenURL"
Reproduction steps:
1. Open the attached project.
2. Try to build it to iOS.
Actual result:
- The build will fail when building in Xcode.
IL2CPP:
"_OpenURL", referenced from:
_ActTesterGui_OpenURL_m835977890 in Bulk_Assembly-CSharp-firstpass_0.o
(maybe you meant: __Z40Register_UnityEngine_Application_OpenURLv, __Z26Application_CUSTOM_OpenURLP12Il2CppString , _ActTesterGui_OpenURL_m835977890 , _Application_OpenURL_m2434521810 )
ld: symbol(s) not found for architecture arm64
Mono:
"_OpenURL", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
(maybe you meant: __Z26Application_CUSTOM_OpenURLP10MonoString, __Z40Register_UnityEngine_Application_OpenURLv )
ld: symbol(s) not found for architecture armv7
Reproduced with:
2017.2.0b1, 2018.1.0a2
Note:
The project doesn’t move to version 2017.1, but this is most likely a regression.
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
nanotribegmbh
Dec 02, 2017 15:29
It seems to be caused by AntiCheat Toolkit
See the link below
https://forum.unity.com/threads/build-error-apple-mach-o-linker-ld-from-_openurl.501373/
betovena
Nov 07, 2017 00:24
I'm having the same problem!