A way to add localizations to pbxproject
Hi, I am trying to figure out how to add localizable strings to Xcode project (iOS) generated by Unity with [PBXProject](http://docs.unity3d.com/ScriptReference/iOS.Xcode.PBXProject.html) class. I can...
View ArticleUnity Personal 5.2.1f1 splash screen and xcode 7
Hi everyone, I come across a strange issue using Unity Personal Edition and iOS free license I usually work with Unity on Windows, but with the latest release of xCode which allows to test an app on...
View ArticleUnity won't build
Upgraded my operating system, updated xcode, running unity 4.6.8, Unity does nothing when I hit build for iOS. I get to choose where to save the xcode project but that's it. Is there a known bug or...
View ArticleiPhoneBundleIdentifier has not been set up. Please set up the...
用unity4.6.8p3导出xcode工程,报这个错,但是明明我已经设了bundleid,同事的这个版本的unity不会出这个问题 Error building Player: Exception: iPhoneBundleIdentifier has not been set up. Please set up the iPhoneBundleIdentifier in the Player...
View ArticleWhy is my IOS tap function is not working?
I developed my IOS game on a PC and then brought the project over to my Mac, with code that is supposedly correct, but every time I have tried the game on my IPhone the tap is never registered, or...
View ArticleU3DXT support for tvOS?
I am trying to build a Unity project for tvOS. It finishes just about everything, but then fails here: libU3DXTCore.a(UP_CALayer.o), building for tvOS, but linking in object file built for iOS, for...
View ArticleCann't choose any simulator in Xcode after Unity 5.2.2f1 and Xcode 7.1 upgrade
![alt text][1] ![alt text][2] I see devices in Xcode window-devices menu, and in new Xcode project i can use simulators. But in projects builded in Unity i've got no simulators. And strange (null) -...
View ArticleXCode deprecation problem?
I know that this is not a full on Unity related issue, but I have this problem where I export my IOS build to xcode and run it to my IPhone, but it comes up with 35 warnings saying that things are...
View ArticleXcode Crashes on Launch: SplashScreen updateOrientation
I have been working with builds for this project for a while, and I started getting errors when people play it in testflight. I have not encountered anything on my own from testflight builds which...
View Articleclang: error: linker command failed with exit code 1 (use -v to see invocation)
Hello, I have a problem compiling my game to iOS, it used to work without problems until yesterday, but now I cant build the exported project from Unity to my iPhone, here is the log:...
View ArticleOccasionally fall cause when it starts in Xcode7.1
The reason I asked the question to Unity Forum, because I want to know is occasionally fall cause when it starts in Xcode7.1. Development environment is as follows. Unity 4.6.3f1 Xcode 7.1 Mac OS...
View ArticleUnity Xcode undefined symbols for armv7
Hello, I have been working on a project using Unity 5.2.1 and Xcode 7.1, and when I try to build it for iOS, I receive some error message from Xcode. Unity shows a "Build Success" alert, but when Xcode...
View ArticleUndefined symbols for architecture arm64: "_OBJC_CLASS_$_P31MonoBridge"
While building my xCode project from Unity, I am getting this kind of error as result when I try to build a project. I have added only one plugin - **GameKit** and that is very old that I know but any...
View ArticleUI image color black on some devices
I have a problem where parts of my UI turns black for certain devices. If you compare the two attached screenshots below, the correct UI has a white background and colored buttons. The incorrect...
View ArticlePlugin dependencies and compiler flags
When making a build through the Unity 5.1 editor our game runs succesfully on iOS. When using the command line to build for iOS none of the dependencies or compiler flags for our plugins are coming...
View ArticleUnity XCode build linker error
We are trying to build a Unity game in Xcode but keep getting this error:> ld:>...
View ArticleLatest Unity version debug error in iOS
For my iOS version of game, I have exported xCode project from it. I want to debug some values on screen but when I press play button on xCode after some time I got following error in xCode and can't...
View Articleunity3d xcode build for iOS “object is not signed at all”
it's been some days we are encountering this problem for iOS build of our game. problem started when we lost our development device (macbook pro-retina (Yosemite) - stolen, sadly). Fortunately all code...
View ArticleBad Access Error in DisplayManager.mm
Can't find what caused this, maybe somebody knows ? Unity 5.2.2.p3, Xcode 7.1, Mac OS El Capitan 10.11.1, iPod, iOs 9.1 I have Bad Access Error in this line of DisplayManager.mm : -...
View ArticleU3DXT crashes on ioS 9.1
Hi, I am using U3DXT for opening activity sheet in my game. Everything working fine in iOS 8 and iOS 9.0 but it crashes on iOS 9.1. Please help. Crash is on iPad only.
View Article