Post

Replies

Boosts

Views

Activity

Reply to Error in installing enterprise build from XCode15 beta to iOS 17 beta OS device
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. CFBundleShortVersionString$(MARKETING_VERSION) This shouldn't be localized. This worked for me. Hope this helps :)
Oct ’23
Reply to Error in installing enterprise build from XCode15 beta to iOS 17 beta OS device
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. CFBundleShortVersionString$(MARKETING_VERSION) This shouldn't be localized. This worked for me. Hope this helps :)
Replies
Boosts
Views
Activity
Oct ’23
Reply to Unabe to use writeHEIFRepresentation - failed to add image to the PhotoCompressionSession.
Hi, I'm having this same issue when trying to save HEIF using CIContext. Have you been able to find a resolution to this issue? Thanks,
Replies
Boosts
Views
Activity
Oct ’25