-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xcode 16 issues with Provisioning Profiles #795
Comments
robovm/compiler/compiler/src/main/java/org/robovm/compiler/target/ios/ProvisioningProfile.java Line 199 in 2dd2513
This need to also search in the new directory I think? |
A workaround that worked for me was to:
Then it does not delete them instantly and I can sign my apps |
How do you list the provisioning profiles? |
@hapaboyjr
as a fix is proposed and reviewed #797 |
Issue details
Recently I upgraded Xcode to latest, 16.0. After this I cannot see new/updated Provisioning Profile in the RoboVM menu -> Create IPA (using Android Studio with latest plugin). It does not find the profile if I specify it in the gradle file with iosProvisioningProfile either. I think (just guessing as I dont know much about this) that they changed the location of where they store the profiles from ~/Library/MobileDevice/Provisioning Profiles to ~/Library/Developer/Xcode/UserData/Provisioning Profiles and maybe that is why RoboVM cant find it as it looks in the old directory? I can see my new profiles in ~/Library/Developer/Xcode/UserData/Provisioning Profiles but not in ~/Library/MobileDevice/Provisioning Profiles, and if I try to copy the new profiles to ~/Library/MobileDevice/Provisioning Profiles they get autodeleted instantly.
Reproduction steps/code
Upgrade to Xcode 16.0 and create a new Provisioning Profile in developer.apple.com and Download/import it in Xcode and try to use it when signing with RoboVM
Configuration
MacOS 15.0
Android Studio 2024.1.2 Patch 1
RoboVM Intellij plugin 2.3.22-SNAPSHOT
RoboVM 2.3.22
Gradle 8.1.4
Build Tools:
Versions:
Please provide the version of RoboVM, XCode and JDK used
Build Targets:
Not relevant
Stacktrace
The text was updated successfully, but these errors were encountered: