I get this error when I try to use the «build and archive»-function in X-Code: «unable to copy dsym-file to archive - make sure you use dwarf-dsym…»
This happens only with apps that are made with unity. I tried to figure out differences between unity-apps and other X-Code apps I made - couldn’t find any, though.
The «build and archive»*function is kinda convenient, since I don’t have to use the apploader to upload the app to the appstore, but can do everything from within the organizer…
dsym and dwarf dsym would be difference in debug settings - ensure to not check the project settings but the edit target one as UT cut some settings from the project wide settings.
also ensure that you set the project to add the debug symbols (same screen again as mentioned above)
I have a problem that is similar to that thread. Actually, not really but it is in the same context.
I followed many Apple Tutorial in order to get my dSYM file. The problem in my case is that even if it has been generated, I got a “warning : no debug symbols in executable”.
I’m sorry to necro-resurrect here but I am trying to help a client of mine build his project in 3.x and we were having this same issue. We managed to get it to build the IPA but when he tried to submit it to TestFlight it uploaded 100% then threw out an error saying “This field is required”. Trying to drop the IPA in iTunes resulted in an error “This is not a valid app”.
As if that wasn’t enough, we then accidentally deleted the ext ire Xcode project and ipa and everything so we rebuilt the project through Unity’s Build and Run option. Now, by following your example, now it builds with only 2 warnings about no debug symbols being included in the file but it gives no errors and builds successfully… except the IPA file is not created… We select “Build and archive” and the build succeeds but no IPA is created… what are we missing here?