Dive Board
-
Re: [URGENT] Unity 5.1 linker error
Re: [URGENT] Unity 5.1 linker error
by joa on May 4th, 2015 22:45 PM
Tried 2.1.1, linking is now working for me, thanks for the update!
joa
Posts: 2
Joined: 03.05.2015
Re: [URGENT] Unity 5.1 linker error
by kefon on May 5th, 2015 08:20 AM
Thank you Torben for the quick update!
Works fine for me now, no more compilation error in XCode!
By the way, thank you for the package and your work, it's clean and light and does the work very wellkefon
Posts: 4
Joined: 04.05.2015
Re: [URGENT] Unity 5.1 linker error
by marksmen on May 5th, 2015 23:52 PM
Hey thanks for posting an update. I'm on Unity 5.0.1.f1. and Xcode 6.3.1. I installed 2.1.1 and I actually get more errors. Which ones would be most useful to see? I also noticed that the mouse control over the dive camera while in the Unity environment stopped responding. Let me know what I can do to help. Thanks.
Ld /Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Products/Debug-iphoneos/greatescape.app/greatescape normal arm64<br /> cd "/Users/visualeyz/MM Demo - Durovis/MoonMed"<br /> export IPHONEOS_DEPLOYMENT_TARGET=8.1<br /> export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"<br /> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk -L/Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Products/Debug-iphoneos -L/Users/visualeyz/MM\ Demo\ -\ Durovis/MoonMed -L/Users/visualeyz/MM\ Demo\ -\ Durovis/MoonMed/Libraries -L/Users/visualeyz/MM\ Demo\ -\ Durovis/MoonMed/Libraries/Plugins/iOS -F/Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Products/Debug-iphoneos -filelist /Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/arm64/greatescape.LinkFileList -dead_strip -weak_framework CoreMotion -weak-lSystem -stdlib=libc++ -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=8.1 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework OpenAL -liconv.2 -framework AudioToolbox -framework CFNetwork -framework MediaPlayer -framework CoreLocation -framework SystemConfiguration -weak_framework iAd -framework CoreMedia -framework CoreVideo -weak_framework AVFoundation -framework CoreGraphics -weak_framework CoreMotion -liPhone-lib -ldivesensor -Xlinker -dependency_info -Xlinker /Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/arm64/greatescape_dependency_info.dat -o /Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Products/Debug-iphoneos/greatescape.app/greatescape<br /><br />ld: warning: ignoring file /Users/visualeyz/MM Demo - Durovis/MoonMed/Libraries/libiPhone-lib.a, file was built for archive which is not the architecture being linked (arm64): /Users/visualeyz/MM Demo - Durovis/MoonMed/Libraries/libiPhone-lib.a<br />Undefined symbols for architecture arm64:<br /> "_UnityRegisterProInterface", referenced from:<br /> +[UnityAppController(RegisterProInterface) load] in UnityProInterface.o<br /> "_UnityADInterstitialADWasLoaded", referenced from:<br /> -[UnityInterstitialAd interstitialAdDidLoad:] in iAD.o<br /> "_UnityADBannerViewWasLoaded", referenced from:<br /> -[UnityADBanner bannerViewDidLoadAd:] in iAD.o<br /> "_UnityDropViewTouchProcessing", referenced from:<br /> -[UnityADBanner dealloc] in iAD.o<br /> "_UnitySetLogEntryHandler", referenced from:<br /> UnityInitTrampoline() in UnityAppController.o<br /> "_UnityCleanup", referenced from:<br /> -[UnityAppController applicationWillTerminate:] in UnityAppController.o<br /> "_UnityOnApplicationWillResignActive", referenced from:<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnityGetAppBackgroundBehavior", referenced from:<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnitySendRemoteNotificationError", referenced from:<br /> -[UnityAppController application:didFailToRegisterForRemoteNotificationsWithError:] in UnityAppController.o<br /> "_UnitySendDeviceToken", referenced from:<br /> -[UnityAppController application:didRegisterForRemoteNotificationsWithDeviceToken:] in UnityAppController.o<br /> "_UnityLoadApplication", referenced from:<br /> -[UnityAppController startUnity:] in UnityAppController.o<br /> "_UnitySetPlayerFocus", referenced from:<br /> -[UnityAppController startUnity:] in UnityAppController.o<br /> -[UnityAppController applicationDidBecomeActive:] in UnityAppController.o<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnitySendTouchesMoved", referenced from:<br /> -[UnityView touchesMoved:withEvent:] in UnityView.o<br /> "_UnitySendTouchesEnded", referenced from:<br /> -[UnityView touchesEnded:withEvent:] in UnityView.o<br /> "_UnityInitApplicationGraphics", referenced from:<br /> -[UnityAppController startUnity:] in UnityAppController.o<br /> "_UnityGetSRGBRequested", referenced from:<br /> -[UnityView recreateGLESSurfaceIfNeeded] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityFinishedMetalFrame", referenced from:<br /> ___TeardownFrameRenderingMTL_block_invoke in MetalHelper.o<br /> "_UnityWillPause", referenced from:<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnityGetDesiredMSAASampleCount", referenced from:<br /> -[UnityView recreateGLESSurfaceIfNeeded] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityDidCaptureVideoFrame", referenced from:<br /> -[CameraCaptureController captureOutput:didOutputSampleBuffer:fromConnection:] in CameraCapture.o<br /> "_UnityReportWWWFinishedLoadingData", referenced from:<br /> -[UnityWWWConnectionDelegate connectionDidFinishLoading:] in WWWConnection.o<br /> "_UnityStartMetalFrame", referenced from:<br /> _PrepareFrameRenderingMTL in MetalHelper.o<br /> "_UnityGetCommandBufferMetal", referenced from:<br /> _PresentMTL in MetalHelper.o<br /> "_UnityCreateExternalColorSurfaceMTL", referenced from:<br /> _CreateUnityRenderBuffersMTL in MetalHelper.o<br /> _PrepareRenderingMTL in MetalHelper.o<br /> "_UnityUpdateDisplayList", referenced from:<br /> -[DisplayManager updateDisplayListInUnity] in DisplayManager.o<br /> "_UnityRequestedScreenOrientation", referenced from:<br /> -[UnityAppController(ViewHandling) createRootViewController] in UnityAppController+ViewHandling.o<br /> -[UnityAppController(ViewHandling) checkOrientationRequest] in UnityAppController+ViewHandling.o<br /> "_UnityGetDataContextGLES", referenced from:<br /> -[DisplayConnection initRendering] in DisplayManager.o<br /> "_UnitySetAsDefaultFBOMetal", referenced from:<br /> _PreparePresentMTL in MetalHelper.o<br /> _PrepareRenderingMTL in MetalHelper.o<br /> "_UnityIsCaptureScreenshotRequested", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> _PreparePresentMTL in MetalHelper.o<br /> "_UnityDisableRenderBuffers", referenced from:<br /> -[DisplayManager screenDidDisconnect:] in DisplayManager.o<br /> _PrepareRenderingMTL in MetalHelper.o<br /> "_UnityPrepareEndMetalFrame", referenced from:<br /> _TeardownFrameRenderingMTL in MetalHelper.o<br /> "_UnityCaptureScreenshot", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> _PreparePresentMTL in MetalHelper.o<br /> "_UnitySetAsDefaultFBO", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> _PrepareFrameRenderingGLES in GlesHelper.o<br /> "_UnitySetFBO", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> "_UnitySendTouchesCancelled", referenced from:<br /> -[UnityView touchesCancelled:withEvent:] in UnityView.o<br /> "_UnityBlitToSystemFBOMetal", referenced from:<br /> _PreparePresentMTL in MetalHelper.o<br /> "_UnityBlitToSystemFB", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> "_UnitySendRemoteNotification", referenced from:<br /> -[UnityAppController application:didReceiveRemoteNotification:] in UnityAppController.o<br /> -[UnityAppController application:didFinishLaunchingWithOptions:] in UnityAppController.o<br /> "_UnityDestroyExternalSurface", referenced from:<br /> _DestroyUnityRenderBuffersGLES in GlesHelper.o<br /> _DestroyUnityRenderBuffersMTL in MetalHelper.o<br /> "_UnityCreateExternalSurfaceGLES", referenced from:<br /> _CreateUnityRenderBuffersGLES in GlesHelper.o<br /> "_UnityReportResizeView", referenced from:<br /> -[UnityView onUpdateSurfaceSize:] in UnityView.o<br /> "_UnityCreateDummySurface", referenced from:<br /> _CreateUnityRenderBuffersGLES in GlesHelper.o<br /> _CreateUnityRenderBuffersMTL in MetalHelper.o<br /> "_UnityIsOrientationEnabled", referenced from:<br /> -[UnityDefaultViewController supportedInterfaceOrientations] in UnityViewControllerBase.o<br /> "_UnityRegisterFBO", referenced from:<br /> _CreateUnityRenderBuffersGLES in GlesHelper.o<br /> "_UnityHasRenderingAPIExtension", referenced from:<br /> _InitRenderingGLES in GlesHelper.o<br /> "_UnityReportBackbufferChange", referenced from:<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityReportWWWSentData", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:] in WWWConnection.o<br /> "_UnitySetViewTouchProcessing", referenced from:<br /> -[KeyboardDelegate init] in Keyboard.o<br /> -[UnityADBanner initImpl:layout:type:] in iAD.o<br /> "_UnityCreateExternalDepthSurfaceMTL", referenced from:<br /> _CreateUnityRenderBuffersMTL in MetalHelper.o<br /> "UnitySetLastHeading(float, float, float, float, float, double)", referenced from:<br /> -[LocationServiceDelegate locationManager:didUpdateHeading:] in iPhone_Sensors.o<br /> "_UnityPause", referenced from:<br /> -[UnityAppController(UnityInterface) setPaused:] in UnityAppController+UnityInterface.o<br /> -[UnityAppController applicationDidBecomeActive:] in UnityAppController.o<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> -[UnityADBanner bannerViewActionShouldBegin:willLeaveApplication:] in iAD.o<br /> -[UnityADBanner bannerViewActionDidFinish:] in iAD.o<br /> -[UnityInterstitialAd viewDidDisappear:] in iAD.o<br /> -[UnityInterstitialAd viewWillAppear:] in iAD.o<br /> ...<br /> (maybe you meant: _UnityPauseCameraCapture)<br /> "_UnityIsRenderingAPISupported", referenced from:<br /> SelectRenderingAPIImpl() in UnityAppController+Rendering.o<br /> "_UnityInputProcess", referenced from:<br /> _UnityRepaint in UnityAppController+Rendering.o<br /> "_UnityUseAnimatedAutorotation", referenced from:<br /> WillRotateToInterfaceOrientation_DefaultImpl(objc_object*, objc_selector*, UIInterfaceOrientation, double) in UnityViewControllerBase.o<br /> ViewWillTransitionToSize_DefaultImpl(objc_object*, objc_selector*, CGSize, id<UIViewControllerTransitionCoordinator>) in UnityViewControllerBase.o<br /> "_UnityShouldAutorotate", referenced from:<br /> -[UnityDefaultViewController supportedInterfaceOrientations] in UnityViewControllerBase.o<br /> -[UnityAppController(ViewHandling) createRootViewController] in UnityAppController+ViewHandling.o<br /> -[UnityAppController(ViewHandling) checkOrientationRequest] in UnityAppController+ViewHandling.o<br /> "_UnityPlayerLoop", referenced from:<br /> _UnityRepaint in UnityAppController+Rendering.o<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnityWillResume", referenced from:<br /> -[UnityAppController applicationDidBecomeActive:] in UnityAppController.o<br /> "_UnityGetRenderingResolution", referenced from:<br /> -[UnityView recreateGLESSurfaceIfNeeded] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityGetTargetFPS", referenced from:<br /> -[UnityAppController(Rendering) createDisplayLink] in UnityAppController+Rendering.o<br /> "_UnityIsPaused", referenced from:<br /> -[UnityAppController(UnityInterface) paused] in UnityAppController+UnityInterface.o<br /> -[UnityAppController(Rendering) repaint] in UnityAppController+Rendering.o<br /> -[UnityView didRotate] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> -[UnityAppController applicationDidBecomeActive:] in UnityAppController.o<br /> -[UnityAppController(ViewHandling) showGameUI] in UnityAppController+ViewHandling.o<br /> "_UnityReportWWWStatusError", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didReceiveResponse:] in WWWConnection.o<br /> "UnitySetLastLocation(double, float, float, float, float, float)", referenced from:<br /> -[LocationServiceDelegate locationManager:didUpdateLocations:] in iPhone_Sensors.o<br /> "_UnityGetLaunchScreenXib", referenced from:<br /> -[SplashScreenController create:] in SplashScreen.o<br /> "_UnityReportWWWReceivedResponse", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didReceiveResponse:] in WWWConnection.o<br /> "_UnityADBannerViewWasClicked", referenced from:<br /> -[UnityADBanner bannerViewActionDidFinish:] in iAD.o<br /> "_UnityReportWWWReceivedData", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didReceiveData:] in WWWConnection.o<br /> "_UnityReportWWWFailedWithError", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didFailWithError:] in WWWConnection.o<br /> "_UnitySetFBOMetal", referenced from:<br /> _PreparePresentMTL in MetalHelper.o<br /> "_UnityFinishRendering", referenced from:<br /> -[UnityAppController(ViewHandling) orientInterface:] in UnityAppController+ViewHandling.o<br /> "_UnityInitApplicationNoGraphics", referenced from:<br /> -[UnityAppController application:didFinishLaunchingWithOptions:] in UnityAppController.o<br /> "_UnitySendLocalNotification", referenced from:<br /> -[UnityAppController application:didReceiveLocalNotification:] in UnityAppController.o<br /> -[UnityAppController application:didFinishLaunchingWithOptions:] in UnityAppController.o<br /> "_UnitySendTouchesBegin", referenced from:<br /> -[UnityView touchesBegan:withEvent:] in UnityView.o<br /> "_UnityDisableDepthAndStencilBuffers", referenced from:<br /> -[UnityView recreateGLESSurfaceIfNeeded] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityParseCommandLine", referenced from:<br /> _main in main.o<br />ld: symbol(s) not found for architecture arm64<br />clang: error: linker command failed with exit code 1 (use -v to see invocation)<br />
Ld /Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Products/Debug-iphoneos/greatescape.app/greatescape normal arm64<br /> cd "/Users/visualeyz/MM Demo - Durovis/MoonMed"<br /> export IPHONEOS_DEPLOYMENT_TARGET=8.1<br /> export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"<br /> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk -L/Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Products/Debug-iphoneos -L/Users/visualeyz/MM\ Demo\ -\ Durovis/MoonMed -L/Users/visualeyz/MM\ Demo\ -\ Durovis/MoonMed/Libraries -L/Users/visualeyz/MM\ Demo\ -\ Durovis/MoonMed/Libraries/Plugins/iOS -F/Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Products/Debug-iphoneos -filelist /Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/arm64/greatescape.LinkFileList -dead_strip -weak_framework CoreMotion -weak-lSystem -stdlib=libc++ -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=8.1 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework OpenAL -liconv.2 -framework AudioToolbox -framework CFNetwork -framework MediaPlayer -framework CoreLocation -framework SystemConfiguration -weak_framework iAd -framework CoreMedia -framework CoreVideo -weak_framework AVFoundation -framework CoreGraphics -weak_framework CoreMotion -liPhone-lib -ldivesensor -Xlinker -dependency_info -Xlinker /Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/arm64/greatescape_dependency_info.dat -o /Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Products/Debug-iphoneos/greatescape.app/greatescape<br /><br />ld: warning: ignoring file /Users/visualeyz/MM Demo - Durovis/MoonMed/Libraries/libiPhone-lib.a, file was built for archive which is not the architecture being linked (arm64): /Users/visualeyz/MM Demo - Durovis/MoonMed/Libraries/libiPhone-lib.a<br />Undefined symbols for architecture arm64:<br /> "_UnityRegisterProInterface", referenced from:<br /> +[UnityAppController(RegisterProInterface) load] in UnityProInterface.o<br /> "_UnityADInterstitialADWasLoaded", referenced from:<br /> -[UnityInterstitialAd interstitialAdDidLoad:] in iAD.o<br /> "_UnityADBannerViewWasLoaded", referenced from:<br /> -[UnityADBanner bannerViewDidLoadAd:] in iAD.o<br /> "_UnityDropViewTouchProcessing", referenced from:<br /> -[UnityADBanner dealloc] in iAD.o<br /> "_UnitySetLogEntryHandler", referenced from:<br /> UnityInitTrampoline() in UnityAppController.o<br /> "_UnityCleanup", referenced from:<br /> -[UnityAppController applicationWillTerminate:] in UnityAppController.o<br /> "_UnityOnApplicationWillResignActive", referenced from:<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnityGetAppBackgroundBehavior", referenced from:<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnitySendRemoteNotificationError", referenced from:<br /> -[UnityAppController application:didFailToRegisterForRemoteNotificationsWithError:] in UnityAppController.o<br /> "_UnitySendDeviceToken", referenced from:<br /> -[UnityAppController application:didRegisterForRemoteNotificationsWithDeviceToken:] in UnityAppController.o<br /> "_UnityLoadApplication", referenced from:<br /> -[UnityAppController startUnity:] in UnityAppController.o<br /> "_UnitySetPlayerFocus", referenced from:<br /> -[UnityAppController startUnity:] in UnityAppController.o<br /> -[UnityAppController applicationDidBecomeActive:] in UnityAppController.o<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnitySendTouchesMoved", referenced from:<br /> -[UnityView touchesMoved:withEvent:] in UnityView.o<br /> "_UnitySendTouchesEnded", referenced from:<br /> -[UnityView touchesEnded:withEvent:] in UnityView.o<br /> "_UnityInitApplicationGraphics", referenced from:<br /> -[UnityAppController startUnity:] in UnityAppController.o<br /> "_UnityGetSRGBRequested", referenced from:<br /> -[UnityView recreateGLESSurfaceIfNeeded] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityFinishedMetalFrame", referenced from:<br /> ___TeardownFrameRenderingMTL_block_invoke in MetalHelper.o<br /> "_UnityWillPause", referenced from:<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnityGetDesiredMSAASampleCount", referenced from:<br /> -[UnityView recreateGLESSurfaceIfNeeded] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityDidCaptureVideoFrame", referenced from:<br /> -[CameraCaptureController captureOutput:didOutputSampleBuffer:fromConnection:] in CameraCapture.o<br /> "_UnityReportWWWFinishedLoadingData", referenced from:<br /> -[UnityWWWConnectionDelegate connectionDidFinishLoading:] in WWWConnection.o<br /> "_UnityStartMetalFrame", referenced from:<br /> _PrepareFrameRenderingMTL in MetalHelper.o<br /> "_UnityGetCommandBufferMetal", referenced from:<br /> _PresentMTL in MetalHelper.o<br /> "_UnityCreateExternalColorSurfaceMTL", referenced from:<br /> _CreateUnityRenderBuffersMTL in MetalHelper.o<br /> _PrepareRenderingMTL in MetalHelper.o<br /> "_UnityUpdateDisplayList", referenced from:<br /> -[DisplayManager updateDisplayListInUnity] in DisplayManager.o<br /> "_UnityRequestedScreenOrientation", referenced from:<br /> -[UnityAppController(ViewHandling) createRootViewController] in UnityAppController+ViewHandling.o<br /> -[UnityAppController(ViewHandling) checkOrientationRequest] in UnityAppController+ViewHandling.o<br /> "_UnityGetDataContextGLES", referenced from:<br /> -[DisplayConnection initRendering] in DisplayManager.o<br /> "_UnitySetAsDefaultFBOMetal", referenced from:<br /> _PreparePresentMTL in MetalHelper.o<br /> _PrepareRenderingMTL in MetalHelper.o<br /> "_UnityIsCaptureScreenshotRequested", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> _PreparePresentMTL in MetalHelper.o<br /> "_UnityDisableRenderBuffers", referenced from:<br /> -[DisplayManager screenDidDisconnect:] in DisplayManager.o<br /> _PrepareRenderingMTL in MetalHelper.o<br /> "_UnityPrepareEndMetalFrame", referenced from:<br /> _TeardownFrameRenderingMTL in MetalHelper.o<br /> "_UnityCaptureScreenshot", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> _PreparePresentMTL in MetalHelper.o<br /> "_UnitySetAsDefaultFBO", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> _PrepareFrameRenderingGLES in GlesHelper.o<br /> "_UnitySetFBO", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> "_UnitySendTouchesCancelled", referenced from:<br /> -[UnityView touchesCancelled:withEvent:] in UnityView.o<br /> "_UnityBlitToSystemFBOMetal", referenced from:<br /> _PreparePresentMTL in MetalHelper.o<br /> "_UnityBlitToSystemFB", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> "_UnitySendRemoteNotification", referenced from:<br /> -[UnityAppController application:didReceiveRemoteNotification:] in UnityAppController.o<br /> -[UnityAppController application:didFinishLaunchingWithOptions:] in UnityAppController.o<br /> "_UnityDestroyExternalSurface", referenced from:<br /> _DestroyUnityRenderBuffersGLES in GlesHelper.o<br /> _DestroyUnityRenderBuffersMTL in MetalHelper.o<br /> "_UnityCreateExternalSurfaceGLES", referenced from:<br /> _CreateUnityRenderBuffersGLES in GlesHelper.o<br /> "_UnityReportResizeView", referenced from:<br /> -[UnityView onUpdateSurfaceSize:] in UnityView.o<br /> "_UnityCreateDummySurface", referenced from:<br /> _CreateUnityRenderBuffersGLES in GlesHelper.o<br /> _CreateUnityRenderBuffersMTL in MetalHelper.o<br /> "_UnityIsOrientationEnabled", referenced from:<br /> -[UnityDefaultViewController supportedInterfaceOrientations] in UnityViewControllerBase.o<br /> "_UnityRegisterFBO", referenced from:<br /> _CreateUnityRenderBuffersGLES in GlesHelper.o<br /> "_UnityHasRenderingAPIExtension", referenced from:<br /> _InitRenderingGLES in GlesHelper.o<br /> "_UnityReportBackbufferChange", referenced from:<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityReportWWWSentData", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:] in WWWConnection.o<br /> "_UnitySetViewTouchProcessing", referenced from:<br /> -[KeyboardDelegate init] in Keyboard.o<br /> -[UnityADBanner initImpl:layout:type:] in iAD.o<br /> "_UnityCreateExternalDepthSurfaceMTL", referenced from:<br /> _CreateUnityRenderBuffersMTL in MetalHelper.o<br /> "UnitySetLastHeading(float, float, float, float, float, double)", referenced from:<br /> -[LocationServiceDelegate locationManager:didUpdateHeading:] in iPhone_Sensors.o<br /> "_UnityPause", referenced from:<br /> -[UnityAppController(UnityInterface) setPaused:] in UnityAppController+UnityInterface.o<br /> -[UnityAppController applicationDidBecomeActive:] in UnityAppController.o<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> -[UnityADBanner bannerViewActionShouldBegin:willLeaveApplication:] in iAD.o<br /> -[UnityADBanner bannerViewActionDidFinish:] in iAD.o<br /> -[UnityInterstitialAd viewDidDisappear:] in iAD.o<br /> -[UnityInterstitialAd viewWillAppear:] in iAD.o<br /> ...<br /> (maybe you meant: _UnityPauseCameraCapture)<br /> "_UnityIsRenderingAPISupported", referenced from:<br /> SelectRenderingAPIImpl() in UnityAppController+Rendering.o<br /> "_UnityInputProcess", referenced from:<br /> _UnityRepaint in UnityAppController+Rendering.o<br /> "_UnityUseAnimatedAutorotation", referenced from:<br /> WillRotateToInterfaceOrientation_DefaultImpl(objc_object*, objc_selector*, UIInterfaceOrientation, double) in UnityViewControllerBase.o<br /> ViewWillTransitionToSize_DefaultImpl(objc_object*, objc_selector*, CGSize, id<UIViewControllerTransitionCoordinator>) in UnityViewControllerBase.o<br /> "_UnityShouldAutorotate", referenced from:<br /> -[UnityDefaultViewController supportedInterfaceOrientations] in UnityViewControllerBase.o<br /> -[UnityAppController(ViewHandling) createRootViewController] in UnityAppController+ViewHandling.o<br /> -[UnityAppController(ViewHandling) checkOrientationRequest] in UnityAppController+ViewHandling.o<br /> "_UnityPlayerLoop", referenced from:<br /> _UnityRepaint in UnityAppController+Rendering.o<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnityWillResume", referenced from:<br /> -[UnityAppController applicationDidBecomeActive:] in UnityAppController.o<br /> "_UnityGetRenderingResolution", referenced from:<br /> -[UnityView recreateGLESSurfaceIfNeeded] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityGetTargetFPS", referenced from:<br /> -[UnityAppController(Rendering) createDisplayLink] in UnityAppController+Rendering.o<br /> "_UnityIsPaused", referenced from:<br /> -[UnityAppController(UnityInterface) paused] in UnityAppController+UnityInterface.o<br /> -[UnityAppController(Rendering) repaint] in UnityAppController+Rendering.o<br /> -[UnityView didRotate] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> -[UnityAppController applicationDidBecomeActive:] in UnityAppController.o<br /> -[UnityAppController(ViewHandling) showGameUI] in UnityAppController+ViewHandling.o<br /> "_UnityReportWWWStatusError", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didReceiveResponse:] in WWWConnection.o<br /> "UnitySetLastLocation(double, float, float, float, float, float)", referenced from:<br /> -[LocationServiceDelegate locationManager:didUpdateLocations:] in iPhone_Sensors.o<br /> "_UnityGetLaunchScreenXib", referenced from:<br /> -[SplashScreenController create:] in SplashScreen.o<br /> "_UnityReportWWWReceivedResponse", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didReceiveResponse:] in WWWConnection.o<br /> "_UnityADBannerViewWasClicked", referenced from:<br /> -[UnityADBanner bannerViewActionDidFinish:] in iAD.o<br /> "_UnityReportWWWReceivedData", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didReceiveData:] in WWWConnection.o<br /> "_UnityReportWWWFailedWithError", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didFailWithError:] in WWWConnection.o<br /> "_UnitySetFBOMetal", referenced from:<br /> _PreparePresentMTL in MetalHelper.o<br /> "_UnityFinishRendering", referenced from:<br /> -[UnityAppController(ViewHandling) orientInterface:] in UnityAppController+ViewHandling.o<br /> "_UnityInitApplicationNoGraphics", referenced from:<br /> -[UnityAppController application:didFinishLaunchingWithOptions:] in UnityAppController.o<br /> "_UnitySendLocalNotification", referenced from:<br /> -[UnityAppController application:didReceiveLocalNotification:] in UnityAppController.o<br /> -[UnityAppController application:didFinishLaunchingWithOptions:] in UnityAppController.o<br /> "_UnitySendTouchesBegin", referenced from:<br /> -[UnityView touchesBegan:withEvent:] in UnityView.o<br /> "_UnityDisableDepthAndStencilBuffers", referenced from:<br /> -[UnityView recreateGLESSurfaceIfNeeded] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityParseCommandLine", referenced from:<br /> _main in main.o<br />ld: symbol(s) not found for architecture arm64<br />clang: error: linker command failed with exit code 1 (use -v to see invocation)<br />
Ld /Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Products/Debug-iphoneos/greatescape.app/greatescape normal arm64<br /> cd "/Users/visualeyz/MM Demo - Durovis/MoonMed"<br /> export IPHONEOS_DEPLOYMENT_TARGET=8.1<br /> export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"<br /> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk -L/Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Products/Debug-iphoneos -L/Users/visualeyz/MM\ Demo\ -\ Durovis/MoonMed -L/Users/visualeyz/MM\ Demo\ -\ Durovis/MoonMed/Libraries -L/Users/visualeyz/MM\ Demo\ -\ Durovis/MoonMed/Libraries/Plugins/iOS -F/Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Products/Debug-iphoneos -filelist /Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/arm64/greatescape.LinkFileList -dead_strip -weak_framework CoreMotion -weak-lSystem -stdlib=libc++ -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=8.1 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework OpenAL -liconv.2 -framework AudioToolbox -framework CFNetwork -framework MediaPlayer -framework CoreLocation -framework SystemConfiguration -weak_framework iAd -framework CoreMedia -framework CoreVideo -weak_framework AVFoundation -framework CoreGraphics -weak_framework CoreMotion -liPhone-lib -ldivesensor -Xlinker -dependency_info -Xlinker /Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/arm64/greatescape_dependency_info.dat -o /Users/visualeyz/Library/Developer/Xcode/DerivedData/Unity-iPhone-dowofkqivknsthebpcwaxcuenzgi/Build/Products/Debug-iphoneos/greatescape.app/greatescape<br /><br />ld: warning: ignoring file /Users/visualeyz/MM Demo - Durovis/MoonMed/Libraries/libiPhone-lib.a, file was built for archive which is not the architecture being linked (arm64): /Users/visualeyz/MM Demo - Durovis/MoonMed/Libraries/libiPhone-lib.a<br />Undefined symbols for architecture arm64:<br /> "_UnityRegisterProInterface", referenced from:<br /> +[UnityAppController(RegisterProInterface) load] in UnityProInterface.o<br /> "_UnityADInterstitialADWasLoaded", referenced from:<br /> -[UnityInterstitialAd interstitialAdDidLoad:] in iAD.o<br /> "_UnityADBannerViewWasLoaded", referenced from:<br /> -[UnityADBanner bannerViewDidLoadAd:] in iAD.o<br /> "_UnityDropViewTouchProcessing", referenced from:<br /> -[UnityADBanner dealloc] in iAD.o<br /> "_UnitySetLogEntryHandler", referenced from:<br /> UnityInitTrampoline() in UnityAppController.o<br /> "_UnityCleanup", referenced from:<br /> -[UnityAppController applicationWillTerminate:] in UnityAppController.o<br /> "_UnityOnApplicationWillResignActive", referenced from:<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnityGetAppBackgroundBehavior", referenced from:<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnitySendRemoteNotificationError", referenced from:<br /> -[UnityAppController application:didFailToRegisterForRemoteNotificationsWithError:] in UnityAppController.o<br /> "_UnitySendDeviceToken", referenced from:<br /> -[UnityAppController application:didRegisterForRemoteNotificationsWithDeviceToken:] in UnityAppController.o<br /> "_UnityLoadApplication", referenced from:<br /> -[UnityAppController startUnity:] in UnityAppController.o<br /> "_UnitySetPlayerFocus", referenced from:<br /> -[UnityAppController startUnity:] in UnityAppController.o<br /> -[UnityAppController applicationDidBecomeActive:] in UnityAppController.o<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnitySendTouchesMoved", referenced from:<br /> -[UnityView touchesMoved:withEvent:] in UnityView.o<br /> "_UnitySendTouchesEnded", referenced from:<br /> -[UnityView touchesEnded:withEvent:] in UnityView.o<br /> "_UnityInitApplicationGraphics", referenced from:<br /> -[UnityAppController startUnity:] in UnityAppController.o<br /> "_UnityGetSRGBRequested", referenced from:<br /> -[UnityView recreateGLESSurfaceIfNeeded] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityFinishedMetalFrame", referenced from:<br /> ___TeardownFrameRenderingMTL_block_invoke in MetalHelper.o<br /> "_UnityWillPause", referenced from:<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnityGetDesiredMSAASampleCount", referenced from:<br /> -[UnityView recreateGLESSurfaceIfNeeded] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityDidCaptureVideoFrame", referenced from:<br /> -[CameraCaptureController captureOutput:didOutputSampleBuffer:fromConnection:] in CameraCapture.o<br /> "_UnityReportWWWFinishedLoadingData", referenced from:<br /> -[UnityWWWConnectionDelegate connectionDidFinishLoading:] in WWWConnection.o<br /> "_UnityStartMetalFrame", referenced from:<br /> _PrepareFrameRenderingMTL in MetalHelper.o<br /> "_UnityGetCommandBufferMetal", referenced from:<br /> _PresentMTL in MetalHelper.o<br /> "_UnityCreateExternalColorSurfaceMTL", referenced from:<br /> _CreateUnityRenderBuffersMTL in MetalHelper.o<br /> _PrepareRenderingMTL in MetalHelper.o<br /> "_UnityUpdateDisplayList", referenced from:<br /> -[DisplayManager updateDisplayListInUnity] in DisplayManager.o<br /> "_UnityRequestedScreenOrientation", referenced from:<br /> -[UnityAppController(ViewHandling) createRootViewController] in UnityAppController+ViewHandling.o<br /> -[UnityAppController(ViewHandling) checkOrientationRequest] in UnityAppController+ViewHandling.o<br /> "_UnityGetDataContextGLES", referenced from:<br /> -[DisplayConnection initRendering] in DisplayManager.o<br /> "_UnitySetAsDefaultFBOMetal", referenced from:<br /> _PreparePresentMTL in MetalHelper.o<br /> _PrepareRenderingMTL in MetalHelper.o<br /> "_UnityIsCaptureScreenshotRequested", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> _PreparePresentMTL in MetalHelper.o<br /> "_UnityDisableRenderBuffers", referenced from:<br /> -[DisplayManager screenDidDisconnect:] in DisplayManager.o<br /> _PrepareRenderingMTL in MetalHelper.o<br /> "_UnityPrepareEndMetalFrame", referenced from:<br /> _TeardownFrameRenderingMTL in MetalHelper.o<br /> "_UnityCaptureScreenshot", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> _PreparePresentMTL in MetalHelper.o<br /> "_UnitySetAsDefaultFBO", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> _PrepareFrameRenderingGLES in GlesHelper.o<br /> "_UnitySetFBO", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> "_UnitySendTouchesCancelled", referenced from:<br /> -[UnityView touchesCancelled:withEvent:] in UnityView.o<br /> "_UnityBlitToSystemFBOMetal", referenced from:<br /> _PreparePresentMTL in MetalHelper.o<br /> "_UnityBlitToSystemFB", referenced from:<br /> _PreparePresentGLES in GlesHelper.o<br /> "_UnitySendRemoteNotification", referenced from:<br /> -[UnityAppController application:didReceiveRemoteNotification:] in UnityAppController.o<br /> -[UnityAppController application:didFinishLaunchingWithOptions:] in UnityAppController.o<br /> "_UnityDestroyExternalSurface", referenced from:<br /> _DestroyUnityRenderBuffersGLES in GlesHelper.o<br /> _DestroyUnityRenderBuffersMTL in MetalHelper.o<br /> "_UnityCreateExternalSurfaceGLES", referenced from:<br /> _CreateUnityRenderBuffersGLES in GlesHelper.o<br /> "_UnityReportResizeView", referenced from:<br /> -[UnityView onUpdateSurfaceSize:] in UnityView.o<br /> "_UnityCreateDummySurface", referenced from:<br /> _CreateUnityRenderBuffersGLES in GlesHelper.o<br /> _CreateUnityRenderBuffersMTL in MetalHelper.o<br /> "_UnityIsOrientationEnabled", referenced from:<br /> -[UnityDefaultViewController supportedInterfaceOrientations] in UnityViewControllerBase.o<br /> "_UnityRegisterFBO", referenced from:<br /> _CreateUnityRenderBuffersGLES in GlesHelper.o<br /> "_UnityHasRenderingAPIExtension", referenced from:<br /> _InitRenderingGLES in GlesHelper.o<br /> "_UnityReportBackbufferChange", referenced from:<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityReportWWWSentData", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:] in WWWConnection.o<br /> "_UnitySetViewTouchProcessing", referenced from:<br /> -[KeyboardDelegate init] in Keyboard.o<br /> -[UnityADBanner initImpl:layout:type:] in iAD.o<br /> "_UnityCreateExternalDepthSurfaceMTL", referenced from:<br /> _CreateUnityRenderBuffersMTL in MetalHelper.o<br /> "UnitySetLastHeading(float, float, float, float, float, double)", referenced from:<br /> -[LocationServiceDelegate locationManager:didUpdateHeading:] in iPhone_Sensors.o<br /> "_UnityPause", referenced from:<br /> -[UnityAppController(UnityInterface) setPaused:] in UnityAppController+UnityInterface.o<br /> -[UnityAppController applicationDidBecomeActive:] in UnityAppController.o<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> -[UnityADBanner bannerViewActionShouldBegin:willLeaveApplication:] in iAD.o<br /> -[UnityADBanner bannerViewActionDidFinish:] in iAD.o<br /> -[UnityInterstitialAd viewDidDisappear:] in iAD.o<br /> -[UnityInterstitialAd viewWillAppear:] in iAD.o<br /> ...<br /> (maybe you meant: _UnityPauseCameraCapture)<br /> "_UnityIsRenderingAPISupported", referenced from:<br /> SelectRenderingAPIImpl() in UnityAppController+Rendering.o<br /> "_UnityInputProcess", referenced from:<br /> _UnityRepaint in UnityAppController+Rendering.o<br /> "_UnityUseAnimatedAutorotation", referenced from:<br /> WillRotateToInterfaceOrientation_DefaultImpl(objc_object*, objc_selector*, UIInterfaceOrientation, double) in UnityViewControllerBase.o<br /> ViewWillTransitionToSize_DefaultImpl(objc_object*, objc_selector*, CGSize, id<UIViewControllerTransitionCoordinator>) in UnityViewControllerBase.o<br /> "_UnityShouldAutorotate", referenced from:<br /> -[UnityDefaultViewController supportedInterfaceOrientations] in UnityViewControllerBase.o<br /> -[UnityAppController(ViewHandling) createRootViewController] in UnityAppController+ViewHandling.o<br /> -[UnityAppController(ViewHandling) checkOrientationRequest] in UnityAppController+ViewHandling.o<br /> "_UnityPlayerLoop", referenced from:<br /> _UnityRepaint in UnityAppController+Rendering.o<br /> -[UnityAppController applicationWillResignActive:] in UnityAppController.o<br /> "_UnityWillResume", referenced from:<br /> -[UnityAppController applicationDidBecomeActive:] in UnityAppController.o<br /> "_UnityGetRenderingResolution", referenced from:<br /> -[UnityView recreateGLESSurfaceIfNeeded] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityGetTargetFPS", referenced from:<br /> -[UnityAppController(Rendering) createDisplayLink] in UnityAppController+Rendering.o<br /> "_UnityIsPaused", referenced from:<br /> -[UnityAppController(UnityInterface) paused] in UnityAppController+UnityInterface.o<br /> -[UnityAppController(Rendering) repaint] in UnityAppController+Rendering.o<br /> -[UnityView didRotate] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> -[UnityAppController applicationDidBecomeActive:] in UnityAppController.o<br /> -[UnityAppController(ViewHandling) showGameUI] in UnityAppController+ViewHandling.o<br /> "_UnityReportWWWStatusError", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didReceiveResponse:] in WWWConnection.o<br /> "UnitySetLastLocation(double, float, float, float, float, float)", referenced from:<br /> -[LocationServiceDelegate locationManager:didUpdateLocations:] in iPhone_Sensors.o<br /> "_UnityGetLaunchScreenXib", referenced from:<br /> -[SplashScreenController create:] in SplashScreen.o<br /> "_UnityReportWWWReceivedResponse", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didReceiveResponse:] in WWWConnection.o<br /> "_UnityADBannerViewWasClicked", referenced from:<br /> -[UnityADBanner bannerViewActionDidFinish:] in iAD.o<br /> "_UnityReportWWWReceivedData", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didReceiveData:] in WWWConnection.o<br /> "_UnityReportWWWFailedWithError", referenced from:<br /> -[UnityWWWConnectionDelegate connection:didFailWithError:] in WWWConnection.o<br /> "_UnitySetFBOMetal", referenced from:<br /> _PreparePresentMTL in MetalHelper.o<br /> "_UnityFinishRendering", referenced from:<br /> -[UnityAppController(ViewHandling) orientInterface:] in UnityAppController+ViewHandling.o<br /> "_UnityInitApplicationNoGraphics", referenced from:<br /> -[UnityAppController application:didFinishLaunchingWithOptions:] in UnityAppController.o<br /> "_UnitySendLocalNotification", referenced from:<br /> -[UnityAppController application:didReceiveLocalNotification:] in UnityAppController.o<br /> -[UnityAppController application:didFinishLaunchingWithOptions:] in UnityAppController.o<br /> "_UnitySendTouchesBegin", referenced from:<br /> -[UnityView touchesBegan:withEvent:] in UnityView.o<br /> "_UnityDisableDepthAndStencilBuffers", referenced from:<br /> -[UnityView recreateGLESSurfaceIfNeeded] in UnityView.o<br /> -[UnityView recreateGLESSurface] in UnityView.o<br /> "_UnityParseCommandLine", referenced from:<br /> _main in main.o<br />ld: symbol(s) not found for architecture arm64<br />clang: error: linker command failed with exit code 1 (use -v to see invocation)<br />
marksmen
Posts: 6
Joined: 30.04.2015
Re: [URGENT] Unity 5.1 linker error
by marksmen on May 6th, 2015 00:07 AM
The demo you sent, however compiles fine. I am going to try to rebuild some components and re-test.
marksmen
Posts: 6
Joined: 30.04.2015
Re: [URGENT] Unity 5.1 linker error
by marksmen on May 6th, 2015 05:29 AM
Torben,
Thank you again for the plugin and your responsiveness. I had to toss out some old files. I have done 2 successful builds with 2.1.1.marksmen
Posts: 6
Joined: 30.04.2015
RECENT TOPICS
CAIE Exam Dumps: The Secret Weapon Top Students Don’t Want You to Know
LFCE Exam Dumps: Unveiling the Best-Kept Secrets to Passing the LFCE Exam
JSNAD Exam Dumps: How to Ace Your Exam and Get Certified in No Time
STATISTICS
Total posts: 171621
Total topics: 41589
Total members: 44846
Newest member: Daniel G.
Maak kennis met de familie Durovis Dive en zet uw mobiele apparaat in een virtual reality headset. Ervaar games en 360 ° video's in VR op uw eigen smartphone of tablet.