Questions tagged [xcode]
Xcode is an IDE from Apple which integrates design, coding, testing, and debugging capabilities for Mac OS and iOS software development.
75 questions
0
votes
1
answer
72
views
Where is UnityFramework.framework located in unity xcode exported Project
I want to use Unity as a library for iOS platform. I exported the build from Unity for iOS. But I am unable to locate UnityFrmework.Framework. Is there any step i am missing?
Unity Docs states that: ...
0
votes
1
answer
114
views
Apple Watch Intermediary Script with Unity or Remake Game in Xcode?
there. I had a question that I keep finding dead ends to. Is it possible to create a Unity iOS project that has the ability to talk to a WatchOS app? I know that there's no current way to build it ...
0
votes
1
answer
733
views
Generate Xcode project for macOS via the Unity command line
I am trying to export an Xcode project targeting macOS via the Unity3D command line in Continuous Integration.
However, I cannot figure out the right build setting to export an XCode project for macOS ...
1
vote
1
answer
986
views
How to debug UnityGfxDeviceWorker (34): EXC_RESOURCE RESOURCE_TYPE_MEMORY error on an iOS device?
How does one debug this Xcode error on an iOS device?
Debug - UnityGfxDeviceWorker (34): EXC_RESOURCE RESOURCE_TYPE_MEMORY
0
votes
1
answer
597
views
Unity 2020.1.8f1 cannot build xcode project for iOS
We recently updated a project to Unity 2020.1.8f1
But it will not build the xcode project for iOS because of missing plist key value pairs.
This is really weird cus, before, I would build the xcode ...
1
vote
0
answers
789
views
Unreal editor warns that Xcode is not installed on MacOS 10.14
I'm running MacOS 10.14.6. When I launch Unreal v4.25.0, I get the following warning:
Xcode was not detected on this Mac.
Metal shader compilation will fall back to runtime compiled text shaders, ...
0
votes
0
answers
25
views
Cross platforms decoding
To advance those coding language and enhance the combination of gameplay device.
Here are a file extension with ".d"
Any compilers would I find for checking if it's able to run?
2
votes
1
answer
58
views
tvOS game launch image shows on simulator but not on device
I’ve set up a launch image in XCode and it does show up in the simulator, but on the Apple TV it just displays a blurry gray background. The image is the correct size and doesn’t have any transparency....
0
votes
1
answer
679
views
How to change pre-splash image for iOS?
When I launched my game on my iPad, the screen first displayed a faulty splash image with a black lower half momentarily, before displaying the normal splash image.
No matter what I tried, I couldn't ...
1
vote
1
answer
1k
views
SpriteKit SKTileMapNode with Tileset Integration
SpriteKit supports tile maps as of iOS 10 and has a pretty powerful engine. Only, I am having trouble discovering if it is possible, and how to natively create, tile sets directly from a tileset image....
1
vote
1
answer
174
views
Does my conditional statement contain a syntax error? C++ [closed]
I am not entirely new to coding, but I am new to C++. I receive the error below often, but find that it comes due to some sort of syntax error (using a minus sign instead of an equal sign, or ...
-3
votes
1
answer
133
views
Why am I getting this linker failure building my Unity project in Xcode?
This image is of my code when I am trying to compile my game in xcode. I have been
working on it for weeks and this is stopping me I have been trying to figure it out for days. Any help would be ...
0
votes
1
answer
283
views
Errors in Xcode using SDL
I am using Lazy Foo's Production tutorials for making an SDL game in C in Xcode 6.1 - http://lazyfoo.net/tutorials/SDL/index.php#Hello%20SDL. I'm using Xcode 7 but I don't think they are very ...
1
vote
1
answer
629
views
iOS: controlling size of assets designed in Cinema 4D when importing into Xcode?
A designer provided the attached two DAE files created in Cinema 4D. The characters in these DAE files are to be integrated into an iOS game.
Both assets are of ...
4
votes
0
answers
910
views
Porting libgdx game to iOS using Multi-OS engine - how to add Admob ads
I want to port my libgdx game to iOS using Multi-OS (RoboVM is no longer available). I've searched whole internet but can't find any info about how to use Admob with Multi-OS engine on iOS. Every ...
0
votes
1
answer
5k
views
How can I clear the screen in Xcode?
so I am following a tutorial to make a snake game in my Xcode console. But the tutorial i am following is using windows and therefore the "system("clear")" command isn't working with my mac, and all ...
1
vote
1
answer
1k
views
Why does compiling Unreal Engine fail in Xcode on OS X?
I'm following Ben Tristem's latest course on using Unreal Engine and coding in C++. I have issues getting into Unreal however: when I create a project, it does its stuff, i.e. generates code, compiles ...
4
votes
2
answers
3k
views
Unity XCode build linker error
We are trying to build a Unity game in Xcode but keep getting this error:
ld:
'/Users/Pero/Documents/GitHub/MyGame/XCodeProject/Pods/GooglePlayGames/gpg-cpp-sdk/ios/gpg.framework/gpg(libgpg.a-...
0
votes
0
answers
620
views
Moving pac-man in maze game using objective c
I am trying to develop maze game using objective-c, I want to allow moving the pac-man using swipe method, the user can swipe his fingers on the iPhone to indicate where he want PAC-MAN to go but I'm ...
0
votes
1
answer
124
views
Unity 4.6.6 iOS Build Issue
I am using unity 4.6.6 to create a Xcode build. When I create a build I am getting following error
Cannot initialize return object of type 'Singleton_1_t6738 *' with an rvalue of type '...
0
votes
0
answers
700
views
Unity3d iOS build restarts when regaining focus from browser
I have an app made in Unity3d for android and iOS. In it, the user has the ability to link their accounts with Facebook and Twitter. For Facebook I use their Unity plugin, for Twitter, I open an ...
0
votes
1
answer
110
views
Easy SpriteKit question on creating a function
The following code is what I'm working on to animate characters in a SK scene class. I can run the code without building, no problem, but I can't build it and run it; I get one error message: Binary ...
-1
votes
2
answers
384
views
how to build release version mac cocos2dx?
do you know how to build mac build release version?
in this case i use cocos2dx framework.
in vs2013 we easyly choose the build version but in xcode i dont know.
the indication release build is all ...
0
votes
1
answer
1k
views
Unity3d iOS build - where are the textures?
First time building and running my Unity3D app on my iPhone and it appears that all the textures are missing. Everything is just a solid block of whatever color I made it. When running in Unity I ...
0
votes
2
answers
2k
views
Execute native ios code in unity [closed]
I want to execute native iOS code in unity. For this I have added two files in /plugins/ios.
ViewController.h
ViewController.m
Code for each file represented as under.
ViewController.h
...