Error in installing enterprise build from XCode15 beta to iOS 17 beta OS device

After updating the os to iOS17 beta, not able to install the enterprise app through ipa, it throws error

Error installing '//Downloads/-Internal-Appstore-23.6.5-1.ipa', ERROR: Error Domain=com.apple.dt.CoreDeviceError Code=3002 "Failed to install the app on the device." UserInfo={NSUnderlyingError=0x600019bcc750 {Error Domain=com.apple.dt.CoreDeviceError Code=3000 "The item at -Internal-Appstore-23.6.5-1.ipa is not a valid bundle." UserInfo={NSURL=file:////Downloads/-Internal-Appstore-23.6.5-1.ipa, NSLocalizedDescription=The item at -Internal-Appstore-23.6.5-1.ipa is not a valid bundle., NSLocalizedFailureReason=Failed to read the bundle.}}, NSLocalizedDescription=Failed to install the app on the device., NSURL=file:///Downloads/-Internal-Appstore-23.6.5-1.ipa}

Kindly update on this. Do any code side changes have to be done for this to fix these issue?

Someone posted https://www.reddit.com/r/iOSProgramming/comments/16m9ho2/cant_install_ipa_files_on_device_after_updating/ this workaround, it worked on my iPhone 17.0.3.

I was having this same problem and I fixed.

My project is localized to different languages. In my infoPlist.strings files for each language I had CFBundleShortVersionString localized.

This was causing problems when uploading a new build to my device & simulator.

I removed this and moved it to the main info.plist.

<key>CFBundleShortVersionString</key><string>$(MARKETING_VERSION)</string>

This shouldn't be localized.

This worked for me. Hope this helps :)

Just use 'Apple Configurator' instead of Xcode to install on your device and it's working.... until Apple fix this and so many other bugs...

The same issue: xCode 15.0.1 (15A507) + iOS 17.1

When I upgrade my iPhone to version 17 ,I also have this issue。There are two solutions to solve this problem:

1:Distribute this application through H5. 2:Using Apple Configurator to install this *.ipa.

But,my enterprise account is not being renewed.

Here is some information which I hope you all will find to be useful:

Xcode 15 features an all-new device support software stack, and unfortunately support for installing apps as IPA files did not make it into that release. However, support for IPA files is now back as of Xcode 15.1, which is currently in beta. If you have a developer account you can grab it here: https://developer.apple.com/news/releases/

I know some of you don't use beta releases, but in this case you don't actually need to use it. It just needs to be run at least once. Once you download Xcode 15.1, run it once and let it install the additional components when it prompts you. This will update the Core Device components on your system and add the IPA installation support. You can then go back to using Xcode 15.

Please try this out and let us know through Feedback Assistant if you experience any issues. I promise you that we do read the reports.

I am having the same problem, but none of those suggestions have worked for me. I am able to install my packages on my iPad, running 16.6.1, but not on my iPhone X, running 17.1.2. Every time I get invalid ipa.

An interesting other symptom is that when the device pairs with Xcode, all of the installed applications show up, but none of their icons show up. I can delete applications from Xcode, but cannot install any, even if I delete the old version first. I have tried everything listed above, several times, nothing helps. Getting ready to throw the iPhone through the window.

Hi, guys. I tried multiple methods but were unsuccessful. In the end, I chose to create a new project, copy the original project configuration, and everything ran perfectly.

The issue is fixed in the latest version Xcode 15.2

My experience is that 15.2 did not fix this issue. I still can not build to device to do device side debugging. One thing I do notice is that during build process that targets the device the build file count is always wrong.

Thoughts?

Error in installing enterprise build from XCode15 beta to iOS 17 beta OS device
 
 
Q