Unity-iPhone has Conflicting Provisioning Settings?
I am attempting to test my iPhone app with the current unity update and the current version of xcode however I am stuck with this error and have searched around online for help with little luck. I...
View ArticleWhat is best way of Creating an iOS app build in Windows and Then on the Mac
Hi - what’s the best way to create a Unity iOS Build on Windows PC and then export to Mac to build in Xcode? I can create builds and upload them but App Store review has issues with screen resolution...
View ArticleUndefined symbols for architecture arm64 - Unity Ads
I am using Unity Ads from Asset Store (since the internal ad sdk has a bug that prevents ads to show on iOS (works in editor though)). But when I try to build in xcode I get below error. I searched all...
View ArticlePBXProject and UNITY_IOS issue in PostProcessBuild step on 2018.1
Hi,When deploying our project to iOS, I've been using various methods of UnityEditor.iOS.Xcode.PBXProject in a [PostProcessBuild] method to apply a few fixes to the generated Xcode project before the...
View ArticleApple Mach-O Linker(Id) Error when building Unity project
I am trying to build a Unity AR project onto my iPhone SE. However, I am getting the following error. Undefined symbols for architecture arm64: "void RegisterClass(char const*)", referenced from:...
View ArticleApple LLVM 9.0 Error, Unable to execute command: Killed:9
I'm working on a game in Unity with Easy AR, OneSignal, Firebase, local android notifications in the project. I've had no issues building for Android, neither for iOS till Xcode 8. As soon as I...
View ArticleSet device orientation on Xcode project with PostProcess script
Hello, I'm using Appodeal on my mobile game. My game is set in portrait mode only. But the AdColony SDK needs the Portrait + Landscape orientation, otherwise the game crashes when the video ad is...
View ArticleUnable to pass aws credentials at runtime in iOS
I've been trying to pass in a access key id and a secret key but have been unsuccessful. I have enabled breakpoints in xcode and I can see that the values (access key id and secret key) are populated...
View ArticleHow do you call/get audio files from the resource folder for IOS?
How do you call/get audio files from the resource folder for IOS? I tried to use Resource.load to get the audio files however it is not working for IOS/Xcode.. Now I am trying to use StreamingAssets to...
View ArticleXcode Error : symbol(s) not found for architecture arm64
Hello, as you see in this picture i try to build ios game from unity to xcode and after i want to try it in my iphone i get this error . anyone can help me please ? ![alt frr][1] [1]:...
View ArticleNew to iOS development, to what degree is it required for me to use XCode if...
Hi, I recently bought a mac for the purpose of developing for Apple. I've seen a lot of conflicting information about how 'necessary' it is to use XCode for developing iOS apps. Can anyone clear this...
View ArticleAre there any XCode specific APIs I am required to use to simply port an...
Hi, I recently bought a mac for the purpose of developing for Apple. I've seen a lot of conflicting information about how 'necessary' it is to use XCode for developing multi-platform apps through...
View ArticleUnity game is not the same in Xcode.
I was finish with a game in Unity. When i build project and open it in Xcode it change the game beehive. For an example. When i take damage in unity simulator i it only takes 1/3 damage, but in xcode...
View ArticleHow to disable Push Notifications capability in iOS build made by Unity...
In Unity 2018.2.0f3 is enabled by default Push Notifications capability. It broke Unity Cloud Build because I'm using Wildcard App ID to make AdHoc builds and I can't activate Push Notifications for...
View ArticleApp works on IOS simulator but doesn't work on actual device
I have a unity project that works fine on the IOS simulator in Xcode, but when I try and build it on a real device, I get this error and a SIGABRT on thread 1 dyld: Symbol not found:...
View ArticleHelp with Facebook Ads Mediation with MoPub
Hello, I am trying to integrate ads mediation with various ad networks and MoPub. I get others working easily but Facebook Audience Network will not work. This is how I integrate them: 1. Download...
View ArticleUnityEditor.iOS.Xcode does not exist
So I'm trying to use this: https://docs.unity3d.com/ScriptReference/iOS.Xcode.ProjectCapabilityManager.html _ **Step 1, add the using at the top...** _ ![alt text][1] ![alt text][2] _ **I have the iOS...
View ArticlePlayer data archive not found at /var/containers
Hi guys. I have the following issue when trying to build the game on the device. I searched for a few days already for something to help me out but the only things I found were Linux related. I tried a...
View ArticleBlack Screen when loading to iOS
My Unity project will export fine to Android and run perfectly smoothly, however, when I export to iOS and build it into XCode it will launch the game on the device but after the splash screens the...
View ArticleFirebase tvOs
Is it possible to integrate tvOs firebase in my unity project from the firebase-ios-sdk? https://github.com/firebase/firebase-ios-sdk
View Article