Skip to main content
5 votes

Xcode Build Failure: Unity Framework Error -> Undefined Symbol (IL2CPP Related)

I finally found a fix for this. It needs to be done in Xcode as follows: Xcode > Product > Clean Build Folder The errors will then clear and the build will deploy as expected.
Cato's user avatar
  • 103
3 votes

Is an iOS development license with Unity free?

You can use Unity personal tu publish a game on every platform for free but if you start making a revenue up to $100k per year you need to pay an annual plan, which starts at $40 per month. Here you ...
Mario_N's user avatar
  • 31
2 votes

Where is UnityFramework.framework located in unity xcode exported Project

Open the XCode project Build the project. Go to Product > Show Build Folder in Finder In Finder, you should see a build folder with two subfolders. Open "Products" In this folder, you ...
Kevin's user avatar
  • 7,049
2 votes
Accepted

Generate Xcode project for macOS via the Unity command line

I managed to figure it out based on a thread in the Unity forums. Some of the build settings are stored in Library/EditorUserBuildSettings.asset as a binary file (...
Vinay S Shenoy's user avatar
2 votes

Apple Watch Intermediary Script with Unity or Remake Game in Xcode?

On many platforms, you can integrate native functionality that isn't built into Unity with native plugins. This includes iOS. In this case, you would need a native iOS plugin that uses the Watch ...
Kevin's user avatar
  • 7,049
1 vote

Stuck trying to build UE for iOS on Mac

I would say that the best path is to rebase your custom build of Unreal Engine to 5.3. I could build Unreal Engine 5.1 for Mac by applying the patches: ...
Alex Cohn's user avatar
  • 111
1 vote

How to debug UnityGfxDeviceWorker (34): EXC_RESOURCE RESOURCE_TYPE_MEMORY error on an iOS device?

Along with a plethora of other reasons, your computer has more memory at it's disposal compared to your phone/tablet so you're unlikely to experience "out of memory" errors. Because this ...
Jacksonkr's user avatar
  • 259
1 vote

Networking to make a single player RPG into multiplayer

I’m thinking TCP for chat and UDP for tracking movements but do they need to be on separate servers? No, they don't need to be on separate servers. Although separate servers has its own advantages. ...
Theraot's user avatar
  • 28.3k
1 vote

How to solve the Google Ads problem in iOS?

I was having this same problem when making a build in windows for unity IOS and then porting over to my Mac to build with Xcode. Unity provides a Podfile in it's IOS build to get the Google Ad SDK. ...
Brad Redpath's user avatar
1 vote
Accepted

tvOS game launch image shows on simulator but not on device

After multiple deletes from the device, clean and device and XCode restarts, it magically started working, though not always 100% reliably. Seems to be "one of those things".
margusholland's user avatar
1 vote

Why are the images distorted in iOS build?

A very old question, but the issue was resolved. The issue was with the iMac used to generate this build. Used a different mac and the build was ok.
SanSolo's user avatar
  • 1,159

Only top scored, non community-wiki answers of a minimum length are eligible