Posts

Post not yet marked as solved
1 Replies
Hi! I think this is what you are looking for: https://developer.apple.com/documentation/photokit/delivering_a_great_privacy_experience_in_your_photos_app?language=objc Present the Limited-Library Selection InterfaceBy default, the system automatically prompts the user to update their limited library selection once per app life cycle. This automatic presentation isn’t the preferred user experience for most apps. Instead, apps should suppress the automatic prompt and present it programmatically. /.../ PHPhotoLibrary.shared().presentLimited aryPicker(from: viewController)
Post marked as solved
5 Replies
It seems we have now two "swift" and "swift-5.0" libraries inside /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libAs a workaround you can try adding $(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME) as non recursive path to Library Search Paths of failing target.If you don't want to touch project settings then probably you can experiment with soft linking files from swift-5.0/iphoneos to swift/iphoneos.