- Home /
dyld`dyld_fatal_error on xCode
Im having this error on xCode and I tried all solutions listed in Google:
-Clean and Build
-Type "c" to continue running (it doesn't move from the error)
-Check if there's a breakpoint (there isn't)
-Update xCode
Where I can find what error means? What is making it? There's any solution just with this information?
Answer by micktravels · Oct 02, 2015 at 07:04 AM
I had this exact problem and I finally solved it.
The problem was that the Unity iOS Build parameters (Build Settings -> Player Settings) were pointing to the Simulator SDK under the Target SDK field. Once I rebuilt my Unity app with the Device SDK setting, it worked on my iPad!
I also upgraded my iPad from iOS9.0.1 to iOS 9.0.2 in the process, but I don't think that had anything to do with it. Always best to have the latest iOS version, though!
Your answer
Follow this Question
Related Questions
xCode > testFlight 3 Answers
Will Xcode Errors mean Apple rejects my App? 1 Answer
(Solved) IOS Build Error (Copying file failed) 2 Answers
UnityAds has UIWebView which has been deprecated by Apple 3 Answers
Building to IOS 2 Answers