Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
2 captures
12 Jun 22 - 14 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
5
Question by erenapps · Oct 16, 2019 at 10:12 AM · unity 5iosrenderingunityeditorbuild-error

Mac os unity iOS build Pink Screen Error

Hi, My problem is pink screen error. What are the correct settings for ios build? I shared my own settings. I get the error in the photo. My unity version : 2019.2.9 My Xcode Version : Version 11.1

ekran-resmi-2019-10-16-120106.png (149.9 kB)
img-3419.png (132.3 kB)
Comment
Add comment · Show 7
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image strixisme · Oct 16, 2019 at 02:57 PM 0
Share

i got exactly the same versions and the same error whats your os anyway? @erenapps

avatar image erenapps strixisme · Oct 16, 2019 at 08:23 PM 0
Share

$$anonymous$$y mac os version catalina. @strixisme

avatar image strixisme erenapps · Oct 18, 2019 at 12:40 PM 0
Share

i got the same

avatar image erenapps · Oct 16, 2019 at 08:29 PM 1
Share

I tried shader reset. I also created a new project. but again, the problem continues. No problem at $$anonymous$$ac os build . no problem at android build . Windows build also has no problem. I'm just getting this error at ios build.

avatar image umutertrk · Oct 17, 2019 at 08:24 PM 0
Share

I am getting the same issue here. Is there any update?

avatar image Annopolus · Oct 18, 2019 at 03:39 PM 0
Share

@erenapps @strixisme I have the same. 2 things changed after all works ok: I migrated $$anonymous$$ac to Catalina and updated Unity from 2019.2.2 to 2019.2.9. In the editor everything works perfect, but after deploy to iPhone there is Pink dead screen. I stuck with that. Rebuil, reimport, deleted some own shaders, reimported them... crazy. Heeelp!

avatar image JasonDi · Oct 19, 2019 at 10:43 AM 0
Share

Same issue here as well

7 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by strixisme · Oct 18, 2019 at 12:41 PM

Problaby noone knows yet, i think it is because of the new macos Catalina, i tried reinstall unity hub, same thing

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Annopolus · Oct 19, 2019 at 01:24 PM

@erenapps @strixisme @umutertrk @JasonDi

Fix/workaround: seems the problem is with Metal shaders and Catalina (?)

What works for me:

  1. In iOS settings remove check from Auto Graphics API

  2. In the list below remove Metal and

  3. add OpenGL as on the screenshot

Of course it will probably bring some consequences, unfortunately I dont know Metal dependencies.

[1]: /storage/temp/147674-obraz-19102019-godz-1516.jpeg


obraz-19102019-godz-1516.jpeg (36.4 kB)
Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image pearsauce · Oct 30, 2019 at 01:53 AM 0
Share

thanks for this! it didn't solve my issue but it is the closest i have gotten so far. ins$$anonymous$$d of a blue screen i get pink ui labels and a black background. i can even hit the play button and see it go to a new scene. progress!

avatar image
0

Answer by apolloc · Oct 29, 2019 at 10:29 AM

Anybody hear anything yet? Seem to have out of the box issues running out of the box basic 2d or 3d projects on ios 13 from macos... Blank projects should be deployable and runnable.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Getsumi3 · Nov 05, 2019 at 01:56 PM

Current workaroud for me -> Build the project on Windows -> Send the build to MacOS


To test in Simulator:


  • uncheck "Auto Graphic API" and remove everything except OpenGLES 3

  • make sure that "Target SDK" is set to "Simulator SDK"

  • build the project on Windows.

  • send it to your Mac

  • open console and allow access (chmod 777) to the next files: /process_symbols.sh and /MapFileParser.sh

  • launch Unity-iPhone.xcodeproj

  • start the simulation


To public your app on store:


  • uncheck "Auto Graphic API" and remove everything except METAL

  • make sure that "Target SDK" is set to "Device SDK"

  • build the project on Windows.

  • send it to your Mac

  • open console and allow access (chmod 777) to the next files: /process_symbols.sh and /MapFileParser.sh

  • launch Unity-iPhone.xcodeproj

  • fill all required fields

  • "Archive"

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image merpheus · Nov 14, 2019 at 12:20 AM 0
Share

Yeah but, cocoa pods don't work with windows. Thus, if you have ads, you will have compile errors, in the best scenario, your ads will not be working.

avatar image
0

Answer by idurvesh · Nov 26, 2019 at 10:12 PM

any solution yet?

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Getsumi3 · Nov 27, 2019 at 10:21 AM 0
Share

Current workaroud for me -> Build the project on Windows -> Send the build to $$anonymous$$acOS

To test in Simulator:

  • uncheck "Auto Graphic API" and remove everything except OpenGLES 3

  • make sure that "Target SD$$anonymous$$" is set to "Simulator SD$$anonymous$$"

  • build the project on Windows.

  • send it to your $$anonymous$$ac

  • open console and allow access (chmod 777) to the next files: /process_symbols.sh and /$$anonymous$$apFileParser.sh

  • launch Unity-iPhone.xcodeproj

To public your app on store:

  • uncheck "Auto Graphic API" and remove everything except $$anonymous$$ETAL

  • make sure that "Target SD$$anonymous$$" is set to "Device SD$$anonymous$$"

  • build the project on Windows.

  • send it to your $$anonymous$$ac

  • open console and allow access (chmod 777) to the next files: /process_symbols.sh and /$$anonymous$$apFileParser.sh

  • launch Unity-iPhone.xcodeproj

  • fill all required fields

  • "Archive"

  • 1
  • 2
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

341 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How to play a 360 degree video with stereo mode in Unity 3D 0 Answers

Running shell scripts Mac: POST BUILD -1 Answers

converting managed assemblies to c++ building to ios and unity crashes 1 Answer

unity 2018 VR shows rotated 0 Answers

Unity Image Upscalar 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges