iphone - Code signing issue after adding support for private API -


in ios app, want use private api need add "com.apple.springboard.launchapplications" key in entitlements.plist. after add key have started getting code signing errors. clue how tackle this? how create provisioning profile signed correct entitlements?

my entitlements.plist:

enter image description here

error:

enter image description here


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -