iOS/Xcode: Duplicate Symbols
I have a project in which I'm using a number of 3rd party plugins. There don't appear to be any conflicts until I reach the Xcode stage, at which point I get a linker error claiming that the following...
View ArticleiOS Game Development
Hello. Thanks for viewing this. I have an app ready. I can create the Android apk and I know that Java Development Kit, Android Studio and one time $25 fee is required to upload my app to Google Play....
View ArticleXcode stuck / hangs when compiling source files for Unity project
When building my Unity project for iOS in Xcode, Xcode just stays stuck at "Compiling 286 of 286 source files" forever. During this time, the memory usage keeps growing until the system crashes. ![alt...
View ArticleXcode project built on windows not working on Mac
Okay so i've tried every and nothing is working .... in my game i have google mobile ads plugin, google play games services, chartboost ... and this is the first time i m developing for IOS, so pls if...
View ArticleSerialPort doesn't work on Xcode simulator
Hi there, I'm using the System.IO.Ports and with the SerialPort I can rotate a cube with an arduino and potensiometer, but when I was Building and Run the project with Xcode doesn't work at all. Is...
View ArticleXCode Error unable to execute command: Segmentation fault: 11
Hello, I get the following error using Unity 5.3.1f1 and XCode 8.1: clang: error: unable to execute command: Segmentation fault: 11 clang: error: clang frontend command failed due to signal (use -v to...
View Articlerunning error: dyld: Symbol not found: __ZN14Il2CppIUnknown3IIDE unity5 to...
app crash and get this erorr "dyld: Symbol not found: __ZN14Il2CppIUnknown3IIDE" Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note:...
View Articlexcodebuild skipping Unity4XC.xcplugin "because it is not compatible with this...
I haven't been able to complete a build ever since updating to Xcode 8. When I run xcodebuild, I get the following error: xcodebuild[3596:28722] [MT] PluginLoading: Skipping plug-in at path...
View Articleios-Unity always run, stop or remove UIWindow?
I am developing a native iOS app and I added unity (classes, libraries...). I have to use Unity only in some controllers. My problem is that I need start unity, later present unity view and when user...
View ArticleUnity iOS Build Bitcode Issue
I want to enable bitcode in my iOS project everything works fine but whenever I enable bitcode and try to archive the project I get CLang error. I am using Google Admob framework 7.15.0 which supports...
View ArticleiOS Title Rejected due to Apple Music API Inclusion
We’ve just had our App kicked out of submission by Apple, “explanation” below. Has anyone else come across this? And any advice on a proper fix? We are using Unity 5.4.3p1, and also StansAssets from...
View ArticleBuilding to IOS
I've been trying for some days to build an alpha version of my game onto my phone. I have a mac with the latest versions of Xcode and unity ( not pro), both of which I updated recently to do this, I...
View ArticleUnity 5.5.0f3 / XCode 8 not building for iOS, app crashes on splash screen....
Hi folks, I've just upgraded to Unity 5.5.0f3 and Xcode 8 but after the updates I'm having a hard time building for iOS. I get over 300 errors and warnings every time I try to build for iOS. Below is a...
View Articlemore Xcode code signing BS, example won't build
![alt text][1]i pulled down the pew pew tutorial to compile on multiple platforms to see how painful this is with unity. app runs and builds with default web build. compiled for ios, it jumps through...
View ArticleBuilding for iOS - Undefined symbols for architecture armv7
Hello, looks like I am not the first, who is asking about this issue but I need to try. Does anybody encountered this problem? Undefined symbols for architecture armv7:...
View ArticleUnity Facebook Plugin terminates app after login (iOS)
I am trying to login Facebook from my Unity3D project. I use my iPhone 6 to test it. Everything works well in the game but after login is done to facebook, the game cannot come to foreground again and...
View ArticleiOS build error: use of undeclared identifier 'Unity' and 'UI'
Hi, When building for iOS, I go to xcode and try to run it on the iPad but it throws the following errors: ![alt text][1] The strange thing is that it works fine with the simulator SDK and it even...
View ArticleBuild & Run won't finish
Hello! I'm trying to build and run an game in order to export it from **Unity** to **xCode**. My code is on C# and when I use the button *"Build & Run"* it starts and goes on until he says *"Build...
View ArticleUpgrade Unity5.5 Xcode Build Issue
Xcode:8.2 Unity:5.5.0P2 i'm trying to upgrade version from 5.4.1p1 to 5.5.0p2 , When I do and then open my project got some error log. *error CS0012: The type System.Data.Common.DbConnection' is...
View ArticleAdmob Interstitial Ads are not working in IOS, but it is working in Android
Hi all, I'm using official Admob package (https://github.com/googleads/googleads-mobile-unity). I checked all ids, no problem. Code is working clearly in Android. Banner and Interstitial ads are...
View Article