How to get readable stacktrace in IOS build?
I got the following stacktrace when running ipad build in xcode. How to fill in the blanks, e.g. replace <00000000000000000000000000000000>:0 with actual filename and line number ? I did debug...
View ArticleFirebase Auth failed on iOS (Unity, XCode)
Please check my original question in Github: https://github.com/firebase/quickstart-unity/issues/572
View ArticleIOS release, no show of any prefabs
in unity editor everything works fine. heres some xcode debug output: 2020-02-11-[UIApplication setStatusBarOrientation:] and -[UIApplication setStatusBarOrientation:animated:] API have been deprecated...
View ArticleUnityAds.h file not found in XCode?
After building my project for IOS, I come across the error that the file _UnityAds/UnityAds.h and _UnityAds/UADSMetaData.h could not be found. I did some digging and couldn't find any files even with...
View ArticleUnityAds has UIWebView which has been deprecated by Apple
**UnityAds** has **UIWebView** it's been deprecated by Apple since iOS 10.0. When submitting to App Store it'll complain in App Connect about using a **deprecated** API. ITMS-90809: Deprecated API...
View ArticleHow to send a whole custom List-Object from unity to Swift/XCode via native...
So recently I wanted to create PDFs on iOS Devices with Apps written in Unity. Long story short I used [this Tutorial][1] on how to use Apple's PDFKit to create PDFs in Swift. Next I learnt about...
View ArticleUnity Cloud USYM Uploader crashes when Go Mobile Present
I am working with a project that is built in Unity, and is attempting to use Gomobile to deal with various network communications. When attempting to upload an iOS build that uses a Go Mobile built...
View ArticleBlack screen in a build for IOS
i have a big problem with unity. I created a game and when I create the image for IOS, I open Xcode with the project, and I text it with my iPhone 8, the screen turns totally black. In addition, from...
View ArticleDo u need to learn Swift in order to transfer ur data (strings, int, etc.) to...
After I created my binary file (encoded simple strings, int, etc) in Unity and build my project to iOS I need to tell Xcode what data I want it to send to lets say the iCloud. My class that I created...
View ArticleUnity XCode Build: How can I automate replacing the LaunchScreen-iPhone.xib...
I have a single Launch Screen image that I want displayed in "Aspect Fill" on all iPhone devices. Unity does not have this option in "Project Settings > Player Settings" for iOS (it does on...
View ArticleUnity edit UnityAppController.mm when build iOS
Hi :) In Unity when I build iOS and open Xcode project. It will automatic generate file UnityAppController.mm. **My question:** - Can I edit file "UnityAppController.mm" and will be merged in Xcode...
View ArticleGame crashes on iPhone 11
So when i build a game on iPhone 6s, everything works fine, but when i build it on iPhone 11, gray screen appears and game closes. Is that a problem with resolution?
View ArticleXcode build says succeed but unityframework gives thousands of errors and...
Hi. when I build my game for xcode it says Build succeeded but UnityFramework gives thousands of errors. When I try code even with a simple scene with just an spinning cube. it is the same. Can you...
View ArticleIOS Testing Crash
I'm currently testing an IOS project through Xcode but as soon as I load the app onto my phone and tap it to run, the app crashes. The unity splash logo doesn't even come up. I've spent hours toggling...
View ArticleiOS Build Runtime Error
When I try to run a game within my iPhone or iPad, I am getting this kind of error within the xCode and I can't able to run the game in the actual device. Though the project gets built successfully but...
View ArticleWhy is my Unity IOS App crashing after uploading it to xCode?
I've been a developer Unity iOS developer for a while now and I recently tried to test out my app on my phone. After building the project and uploading it to xCode so I can upload the app on my phone,...
View ArticleUndefined symbols for architecture armv7: "query_call_back(callback_func_type)",
I have a problem to build iOS project after recently upgraded my project from Unity 5.6.4 to 2018.4.19f1. Everything is ok to export, build and run on my device, but if i archive the exported project,...
View ArticleUnity3d project failed to build for iOS macos Catalina (cocoapods problem)
so i'm stuck trying to build a unity3d project with Unity 2017.4.39f1 for iOS with MacOS Catalina and Xcode 11.4. The error shown in Unity is as bellow: For info i have cocoapods and git are installed...
View ArticleUnity Mobile Notifications does not add Push Notification Capability to XCode...
My Unity 2019.3 project is using the [Unity Mobile Notifications][1] library, version 1.0.3 using Unity.Notifications.iOS; According to the [Player Settings iOS documentation][2], the "Automatically...
View ArticleXcode Build error caused by cloudonce
Hello, I have finished my project and I'm starting the build on ios! But at the end of the build with xcode everything stops because of 8 error! which is obviously due to the cloudonce plugin and more...
View Article