Quantcast
Channel: xcode is creating generic xcode archive instead of iOS App Archive - Stack Overflow
Browsing all 33 articles
Browse latest View live
↧

xcode is creating generic xcode archive instead of iOS App Archive

I'm a beginner in iPhone development and I tried to create an ipa with my profile and valid certificate but xcode is creating a generic xcode archive file instead of iOS app archive because in my code...

View Article


Answer by sebastienhamel for xcode is creating generic xcode archive instead...

In XCode 11, in my case it was none of the aboves. I had some HTML files that were part of my target ("Target Membership") once I removed them, I was able to generate the proper archive. Basically,...

View Article


Answer by KRS1 for xcode is creating generic xcode archive instead of iOS App...

I was using cocoa-pods and when you go to manage schemes the Container was set to the xcodeproj instead of the xcworkspace. When set to xcworkspace it worked.

View Article

Answer by acecilia for xcode is creating generic xcode archive instead of iOS...

For me, Xcode was creating a generic Xcode archive because I was lacking the UISupportedInterfaceOrientations field in my Info.plist. After adding it, the app archive was created correctly

View Article

Answer by Sadanand for xcode is creating generic xcode archive instead of iOS...

None of the above answers worked for me, once I followed Apple's Tech notes I started getting lot of linking errors and headers not found errors.I tried solving those errors and no solutions worked for...

View Article


Answer by Aswath for xcode is creating generic xcode archive instead of iOS...

In my case, none of the solutions worked, because the root cause for me was different. I was using SPM and had a .xcdatamodel in my Swift Package. Removing it resolved the issue.

View Article

Answer by Vinay Podili for xcode is creating generic xcode archive instead of...

Finally I solved this kind of issue. I think this issue comes in different scenarios.I got Generic Xcode Archive Type. After that, generated archive build with distribute content.Actually, In my case...

View Article

Answer by Drew Reese for xcode is creating generic xcode archive instead of...

Delete/Move Xcode Developer DirectoryAfter going through and trying nearly every provided solution on stackoverflow, including fully re-installing Xcode, and cocoapods, what resolved this for me was...

View Article


Answer by Guilherme Muniz for xcode is creating generic xcode archive instead...

I was using Unity and my case was that the Edit -> Project Settings... -> Player -> iOS -> Other Settings -> Target SDK was set as Simulator SDK. Changing to Device SDK created the app...

View Article


Answer by Kirill Kuzyk for xcode is creating generic xcode archive instead of...

In my case, the issue was that my app name started with DOT symbol. MacOS treats files and folders starting with '.' as hidden, so Xcode doesn't see there is an actual app inside the archive.I develop...

View Article

Answer by zuziaaax for xcode is creating generic xcode archive instead of iOS...

I had the same problem in my tvOS app.Solved it by disabling: "Build Documentation during 'Build'" flag in Build Settings.Screenshot

View Article

Answer by jadebowl for xcode is creating generic xcode archive instead of iOS...

I tried everything suggested but it didn't work. But when I was trying to follow what @acecilia said I went to check my info.plist and the issue was that my iOS target had a lot of stuff missing...

View Article

Answer by Hong Duc for xcode is creating generic xcode archive instead of iOS...

My case is missing the Installation Directory field (empty) in the Build Settings section.I fixed it by filling in: Installation Directory: $(LOCAL_APPS_DIR)

View Article

Browsing all 33 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>