Post

Replies

Boosts

Views

Activity

Reply to [Xcode15 Beta] ERROR: Failed to install the app on the device.
I was running into the same issue with several Xcode projects. Luckily, clean new projects would install on my devices just fine, and I could compare the two configurations. I tried adjusting various aspects of the project and targets, e.g. Project Format, Localisation, Identity. The change that fixed it in the end was to specify "Bundle name" in the Info.plist: <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string>
Sep ’23
Reply to Error in installing enterprise build from XCode15 beta to iOS 17 beta OS device
I was running into the same issue with several Xcode projects. Luckily, clean new projects would install on my devices just fine, and I could compare the two configurations. I tried adjusting various aspects of the project and targets, e.g. Project Format, Localisation, Identity. The change that fixed it in the end was to specify "Bundle name" in the Info.plist: <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string>
Sep ’23