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: ...
2
votes
1
answer
4k
views
Xcode Build Failure: Unity Framework Error -> Undefined Symbol (IL2CPP Related)
I've been building Unity iOS projects to iOS devices for years and I've rarely had issues with errors in Xcode. This is probably because I rarely change anything in the Xcode project and just use ...
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 ...
1
vote
1
answer
505
views
Stuck trying to build UE for iOS on Mac
I am trying to build an AR game for iOS, using a custom build of Unreal Engine 5.1.1, on an Apple Silicon (M1 Max) Macbook Pro.
(I have to use a custom branch of UE5 because there is a problem with ...
0
votes
1
answer
732
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 ...
0
votes
0
answers
38
views
Does Unity iOS build process have a signature?
I'm interested in the detailed process that happens when Unity Editor builds iOS at this step:
- Xcode project is generated by Unity with all the required libraries, precompiled .NET code, and ...
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
1
vote
1
answer
330
views
Networking to make a single player RPG into multiplayer
I’ve written a few games in Xcode before and would like to turn one into the simplest possible 2D top-down RPG multiplayer game. Essentially just needing movements around a big tiled map (I love ...
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 ...
0
votes
0
answers
199
views
Why is an empty Unity Iphone Build over 700 Megs? Is this Normal?
So after 2 weeks of slaving over my first game I was finally done! I was entirely ecstatic....until I saw its file size.
770 Megabytes
For a simple numbers game, that was way too much and I created an ...
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, ...
1
vote
1
answer
686
views
Is an iOS development license with Unity free?
I'm coding in Unity Personal and I'm going to try to put my game onto the App Store (through the Unity --> XCode --> App Store process). In the past, Unity has charged money to get a iOS license for ...
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?
1
vote
1
answer
2k
views
How to solve the Google Ads problem in iOS?
Step 1: I'm implementing a Google AdMob using this link.
Step 2: When I import this plugin in unity->build(ios)-> and implement in xcode then give this error: ...
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
0
answers
44
views
When I build from unity to Xcode a calculation doesn't happen properly
I am building an app which calculates the elevation and azimuth of 2 points using latitude, longitude and elevation. I have built it and run it on Xcode and the azimuth is locked on either 270º or 90º....
0
votes
1
answer
678
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
0
answers
739
views
arm64 architecture issue in Unity iOS plugin
I am trying to use the iOS version of ORB_SLAM2 (https://github.com/ygx2011/ORB_SLAM2-IOS) as a plugin to a Unity (Unity 5.5) project. To be able to use this as a plugin, I created a static library (....
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
1k
views
Unity application freezes on ios at pause
When I play my game made with Unity on iOS device, and press the home button or let the screen close by time or by pressing the power button and then try to come back to the game, the game freezes ...
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 ...
1
vote
1
answer
116
views
Objective C Path
I am looking for some help on what would be the best approach to create a path from one point in a grid to the other side.
Imagine a grid of 5 x 5, where at (0,1) there is a light source pointing ...
-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 ...
1
vote
1
answer
248
views
Received email that iOS development Certificate was revoked, what is it mean?
I'm trying to make a .ipa in Xcode from the build of my project file exported in unity3d. There was two errors in Xcode which are 1."Signing for "Unity-iPhone" requires a development team. Select a ...
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
1k
views
How do I make a sprite fire a bullet in a direction using SFML and C++?
I'm learning game programming for the first time using sfml and c++. I have sucessfully animated my sprite in all four directions watching some video tutorials. But now i want my sprite to fire in a ...
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 ...
0
votes
1
answer
730
views
Xcode Build Errors Unity 4.7.2
These two errors are doing my head in. New to Xcode. So please advise thank you.
FYI
I did not touch or modify anything of the Xcode that was generated by Unity. Upon opening there is a warning that ...
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
355
views
Having trouble with EOF in Xcode [closed]
I'm getting an error that says "control may reach end of function" and I have gone through my code several times now and am not spotting the error. It may be something simple too.
...
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 ...
0
votes
1
answer
236
views
Why are the images distorted in iOS build?
I'm working on a match three game. But, when I generate iOS build, the images are distorted and completely unrecognizable.
However, the issue happens only on some systems. I tried it on an iMac ...
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 ...
-2
votes
1
answer
489
views
Is it possible to use Box2D or Chipmunk in Swift & Cocos2d?
I am new to iOs programming.
I wonder whether it is possible to use Box2D physic engine in Cocos2D with Swift. I am asking because I started to learn Swift. And I create Xcode project from ...
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-...
2
votes
1
answer
1k
views
Collisions between sprites in SpriteKit
I'm making a game in XCode using SpriteKit. The game has a player and different types of projectiles that he has to avoid. When the player collides with the projectiles, the score changes and the ...
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
1k
views
Is it possible to detect contact with every frame change when using an animation in SpriteKit?
Is it possible to detect contact with every frame change when using an animation in SpriteKit? For example, if I have two nodes of a person walking, I want to detect contact with the ground each time ...
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
1
answer
335
views
How to assign a button in the main storyboard to launch the GameViewController.swift file
I am quite new to swift and I have constructed a main menu in the main.storyboard file, how do I assign the 'Play Now' button to launch the GameViewController.swift file where I actually plan to ...
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
2k
views
Xcode project runs on device, but not simulator
I built a 2D game using Unity3d 5.1.1. When i build and run the project with iPhone connected, the game runs fine on the device. But when i select simulator instead of device, i get an error :
" does ...
0
votes
1
answer
109
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 ...
2
votes
2
answers
1k
views
Proper Text-RPG Monster Generator [closed]
I'm making a text-based RPG in C++ just for fun, and in a way that I can keep adding to it and hopefully give it graphics one day, and I've got a lot of code for everything. My only problem is that I ...
-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 ...
4
votes
1
answer
4k
views
Spritekit water flowing [closed]
I'm wondering if there is a way in spritekit to implement water flowing through a path?
like this water flow
Right now I'm generating the path using UIBezierPath and PaintCode
Any suggestion?
...
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
1
answer
203
views
How can I make background elements wrap around the screen?
I'm looking to make my clouds wrap around the screen in my game (like the picture).
Right now it just continues off the screen. The current movement code is:
...
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
...
1
vote
1
answer
501
views
Game Center Leaderboard not dismissing
I was implementing Game Center into my app and all was going well except for the leaderboard done button not dismissing the leaderboard even with gameCenterControllerDidFinish added in. I call up the ...