Post

Replies

Boosts

Views

Activity

Reply to [MPMediaLibrary defaultMediaLibrary] addItemWithProductID: freezing in iOS 14.0.1
@RobertManea Yes, I see those lines in the console for the device, but never get anything in the Xcode console after it hangs. Thanks for chiming in to let me know I'm not the only one. BTW - there is another post from a few years ago when a similar (or the same?) bug was present - that post said you could create a playlist, wait a few seconds, then addItemWithProductID would work. But my testing this time around shows that the solution doesn't work ;-(
Nov ’20
Reply to [MPMediaLibrary defaultMediaLibrary] addItemWithProductID: freezing in iOS 14.0.1
I've submitted this via feedback assistant (FB8820341) and used a trouble ticket from my dev account (FYI - they charge you for the incident even if it's a bug and there is no resolution) and it's still an issue in the first iOS 14.3. I've received no info from Apple on when/if/how this can be fixed. Hate to be the bearer of bad news but if you're having the same issue, at least you know you're not alone.
Nov ’20
Reply to ERROR ITMS-90334: Invalid Code Signature Identifier. 
Thanks again, Eskimo, for your quick help. I did as you recommended and found the code signing identifier and bundle ID matched as expected for the app. In the /watchkitsupport2 folder there is one file named "WK" - I think that's the nested watchOS file you mention. When I run codesign for WK file: Executable=/Users/davenorfleet/Downloads/MyFitnessDJ 2020-10-20 08-19-11/MyFitnessDJ/WatchKitSupport2/WK Identifier=com.apple.WK Format=Mach-O universal (armv7k arm6432) CodeDirectory v=20400 size=453 flags=0x0(none) hashes=9+2 location=embedded Signature size=4628 Info.plist=not bound TeamIdentifier=not set Sealed Resources=none Internal requirements count=1 size=60 So it seems the Identifier, com.apple.WK, is being set here from something. Also, although I use automatic signing for iOS app & watchOS app & watchOS extension, I get a prompt while distributing in Organizer saying that "appname_ needs to be re-signed for App Store Connect distribution." I select automatically manage to continue. Does that give you any more clues as to what the problem may be?
Oct ’20