Problem with Unity Ads Direction
Hi Guys, I am using Unity to make 2D mobile games. My game was released and inserted Ads by Unity Ads. I am trying to fix the problem about Ads direction. When I see the Reward and Interstitial ADs on...
View ArticleSwift Compiler Error / Unable to Build Module in XCode
Hello everyone Firstly, I'm aware this is an error within XCode rather than Unity, but it is a Unity project built on a Mac for use on iOS. It is an augmented reality project, using AR Foundation and a...
View ArticleTrying to create a simulated AR car in unity
Hi, I AM Trying to create a simulated AR car in unity. I have created everything as per the instructions of the instructor. But my AR application is not running and I am getting this kind of screen...
View ArticleHow to Reduce App’s Size
Hi all, I'm developing a mobile game for iOS. using Xcode. I have compressed all the PNG and JPEG files, also, remove unused resources and minimize resources imported from libraries. but the app's size...
View ArticleXcode 13.2 build error clang: error: linker command failed with exit code 1
Hi, **I have this error :** ld: could not reparse object file in bitcode bundle: 'Invalid bitcode version (Producer: '1205.0.22.11.0_0' Reader: '1200.0.32.29_0')', using libLTO version 'LLVM version...
View Articlehow do i see the output of fprintf calls I make from my c native plugin in...
I would like to see the outputs of my (f)printf function calls that i make from my unity C native plugin in Xcode. I am using Unity2021.2.7f1 and xcode 13.2.1 on macbookpro M1 max running macos 12.1....
View Articleerror copying file from streaming assets on IOS
Hello people, Im getting a error when I try to copy a file from StreamingAssets `Application.dataPath` to `Application.persistentDataPath` On android works fine, but on IOS im getting this error: *App...
View ArticleXcode builds that used to work now failing with missing development team error
apparently some component update caused this. In the past I have always used automatic signing and I just had to select the team the first time I opened the new unity built xcode project. Apparently in...
View Articleaddressable groups not working on IOS after clean build and new build
I'm trying to build a project to IOS with addressable groups, and I've run into the problem that the addressable groups are not working on iOS In editor they're working great, but once built in Xcode...
View Articlelibrary not found for -liconv
I have a problem when building in xcode - library not found for -liconv Please help me solve this problem ![alt text][1] [1]: /storage/temp/195489-снимок-экрана-2022-04-24-в-211546.png
View ArticleError Validating / Distributing to AppStore in Xcode -...
I got the error code DVTFoundation.DVTCodeSignerError (0) when trying to validate or distribute my app in Xcode. I am having trouble figuring out what it is. I contacted Apple tech support and they...
View ArticleXcode error on archive
Hi, I am trying to archive my game in xcode and I am getting this error ![alt text][1] any ideas what can be the cause? I am using google firebase in the project, if that can be causing an issue some...
View ArticleXcode doesn't show "App Store Connect" as a distribution option
Hi, I have a unity game that I want to publish onto the app store. I have a provisioning profile, bundle identifier, a certificate, etc. It has archived successfully, but when I click distribute app,...
View ArticleUnity Build ios Xcode unity version missing error
After building ios build I am getting following error Error message: “UNITY_VERSION_VER, UNITY_VERSION_MAJ, UNITY_VERSION_MIN must be set in xcode project, something went wrong” Using Unity version...
View ArticleUnity Build IOS XCODE build error ReentrantLock
After creating ios build in unity and while running it in XCODE I am getting following errors both are related to ReentrantLock 1. Reference to ‘ReentrantLock’ is ambiguous 2. Member access into...
View ArticleLocalization in ios not working,IOS localization
Hello, I use Localization plugin in a game. There are 4 translations, but after I build the project and install to iphone to test, there is only English and the other languages can not select. How...
View ArticleThread 1: EXC_BREAKPOINT when enumerate NSMapTable in Xcode Unity
Hi there, I run unity project IOS build in Xcode after build successful but which has break and did not load to device. In Xcode showed "Thread 1: EXC_BREAKPOINT(.." error. Could you give any...
View ArticleInsertShellScriptBuildPhase equivalent in for Unity 2017.x
I'm trying to insert some values into a PostBuildScript and the following works for Unity 2018.x+ UnityEditor.iOS.Xcode.PBXProject project = new UnityEditor.iOS.Xcode.PBXProject();...
View Articlexcode build out of memory
I'm trying to build my unity project in Xcode but am getting an out of memory error after a while. Any idea how I can fix / debug this? Where can I see why this is happening? I'm using the latest...
View ArticleHow to add a framework to Xcode Project from Unity with the "Unity-iPhone"...
Hello, I got the **OpenEars.framework** in my **Plugins/iOS** folder. When I export the Xcode project, framework is copied in my Xcode project but the framework is not added to the Unity-iPhone target....
View Article