*need help* Xcode semantic error - Use of undeclared indentifier 'AssetImporter'
- When I want to export my xcode project (exported from Unity) to my Iphone it gives me this error, I have now spend 3 days trying to fix it but I'm not having any luck. So I hope someone can help me....
View ArticleiOS Xcode "Could not write to device"
I have a game which I am trying to test on iOS devices. The game builds from Unity on my Mac with no errors. However, after I open the Xcode project and set the right signing profile etc and hit the...
View ArticleNeed some help. When building unity project in xcode I get this error in...
There are no errors when building for Unity but when trying to build in Xcode this error shows up. I'm using unity 5.6.4. Thank you kindly for any help.
View ArticleLowest Unity version that supports XCode 9 / IOS 11
What is the lowest Unity version that supports building for XCode 9 / IOS 11? We are currently trying to update an old game for IOS 11 and it runs on an older version of Unity (4.6). As each Unity...
View ArticleAdd fabric plugin cause ios simulator crash [works fine on android, and real...
Hey! I have very strange problem with fabric plug-in I created new unity project, added text to it, and the fabric plug-in. ![alt text][1] very simple unity project. when I try to build it to ios, with...
View ArticlePostProcessBuild Check if we append or replace the Xcode Project
Hello, I would like to check if I click on the Append button or the Replace Button when I build for iOS. I don't know if I can check this in a PostProcessBuild method.
View Article/usr/bin/codesign failed with exit code 4
Mac 10.13 xcode 9 I'm trying to build unity to ios. Using the mobile template. I'm unable to build in xCode - 9 I get an error Command /usr/bin/codesign failed with exit code 4 ![alt text][1] [1]:...
View ArticleNotSupportedException while Xcode Building
![alt text][1] When I tried to send data to my service I get this exeption on Xcode Debug.log İOS 11 iphone 5S On my login and register scenes I using my WCF service to check login data I connot...
View ArticleIOS build from unity 2017.1.2 and use the unity trash dash package and the...
don't know, when I am building for iPhone, and build from Xcode then the game is played the first scene and stuck on the main scene just render the cat and not environment is shown in the main scene. I...
View ArticleXcode - Mach-O Linker Error
When building our app for iOS, XCode throws the error 'Mach-O Linker Error failed with exit code 1 (use -v to see invocation)'. We have tried everything on the first 15 pages of google search, so we're...
View ArticleXCode Optimization Level has to be None [-O0] for successful build
Our game was launched couple months ago without any XCode building problem, last month we updated it with new feature such ARKit and updated some plugins... Even since than we have to set the...
View ArticleUnity 5.4.3 IOS IL2APP Xcode 8.2.1 error
Hello, I have been having problems with Xcode 8.2.1. After I build my project in Unity, I open the file in Xcode and when I try to build it in Xcode, I get an error from the compile which states: >...
View ArticleAdvertisement.isready ("rewardedVideo") always returns false
I have never had this problem before and the unity ads have been working perfectly in unity and on my apple device. Seeming for no apparent reason (I didn't touched the advertising code before this...
View ArticleHow can we check if PlistElementArray contains a certain string value?
I am doing some plist post processing in Unity for Xcode and I want to avoid adding duplicate elements to a PlistElementArray. Contains and IndexOf do not work since they require a PlistElement. I also...
View Articlexcodesettingspostprocesser
Hi, i've made a script to modify some xcode project setting after unity build. public class XcodeSettingsPostProcesser { [PostProcessBuildAttribute(0)] public static void OnPostprocessBuild(BuildTarget...
View ArticleSVGAssets 1.3.5 build for iOS error
someone can I help me? When I trying to compile app for iOS in Xcode appears this: Apple Mach-O Linker (ld) Error Group clang: error: linker command failed with exit code 1 (use -v to see invocation)...
View Articlexcode build works for simulator and it does not work for device
i have done some research work on this error and tried all possible solution given on the internet but still i m getting this error. the thing is below error is only generated for device and not...
View ArticleUnity with FMOD iOS build - many linker errors Xcode
Hi to all, I need some help to build my first game with Unity FMOD to iOS. I’ve exported my project in unity and opened it with Xcode, after, i’ve started building but i’ve got an lot of “Match-O...
View ArticleSwipe controls work on Android but not on iOS?
Hi Everyone, So I got a program which move a player to three places and the user can change places by swiping left or right. The issue is that it works on Android phones but on iOS phones? Why is this?...
View ArticleInterstitial pause game on Android but not on iOS?
Hi all, I got a query about Admob Unity plugins. I made a interstitial ads for Android and iOS. When I load it on Android, it pauses the game but it doesn't do it on iOS? Kind regards
View Article