Hello,I am having issues with XCode. My XCode crashes without error when trying to distribute enterprise app right after selecting "Automatically manage signing" and clicking next.This is how to reproduce my issue:Archive your app. Open the Organizer window.Click on Distribute App.Select the Enterprise distribution method and click Next.Select App Thinning All Compatible Device Variant, check Rebuild from Bitcode and Uncheck Include Manifest for Over-the-air and click Next.Select Automatically manage signing and click next."Communicating with Apple" then Crash without error.Anyone experienced this crash and knows how to fix it? I tried reinstalling xCode. Moving my project in an new project. Checked for updates but no luck.
Post
Replies
Boosts
Views
Activity
Hello,I am trying to distribute my iOS app to App Store Connect in xCode and I get two "App Store Connect Operation" Errors:"ERROR ITMS-90030: Nib file 'ContentView~iphone.nib' was not found. Please ensure the specified file in included in the bundle with any required device modifiers appended to the filename.""ERROR ITMS-90030: Nib file 'ContentView~ipad.nib' was not found. Please ensure the specified file in included in the bundle with any required device modifiers appended to the filename."STEPS TO REPRODUCEIn XCode, at the top, click on Window > Organizer.In the Organizer, select your iOS app and click on Distribute App. Select the distribution method App Store Connect, next select Upload, check Include Bitcode and Upload app's symbols and click Next. Select Automatically Manage Signing and click Next. Click on Upload. Error message shows up during the Uploading process. "Distribution failed with errors".How do I fix these errors? Where does these files come from? How do I recreate them if they are missing? My app is only for iPhone so there should not be an iPad nib file..?Any help would be appreciated.Thank you!EDIT : I found the issue. Someone mentionned that It looked like I was using an older version of xCode but I am using xCode 11.3 . I looked at my project Identity and Type (on the right side) and the Project Format was set to xCode 9.0-compatible. I switched it to xCode 11.0-compatible and the issue is gone!Nevermind, issue is back after trying to push a new build even if compatibility is set to xCode 11.0...