jacobsieradzki / JSImagePickerController

An photo/image picker controller that resembles the style of the image picker in iOS 8's messages app.
MIT License
224 stars 47 forks source link

"Unable to insert COPY_SEND" Exception #17

Open yangboz opened 7 years ago

yangboz commented 7 years ago

2017-01-28 20:11:51.398154 iOS8Style-ImagePicker[624:266577] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles 2017-01-28 20:11:51.401741 iOS8Style-ImagePicker[624:266577] [MC] Reading from public effective user settings. 2017-01-28 20:11:53.173962 iOS8Style-ImagePicker[624:266577] CoreData: XPC: sendMessage: failed #0 2017-01-28 20:11:53.174136 iOS8Style-ImagePicker[624:266627] [GatekeeperXPC] Connection to assetsd was interrupted or assetsd died 2017-01-28 20:11:53.174201 iOS8Style-ImagePicker[624:266577] [GatekeeperXPC] Received error from assetsd in getPhotoLibraryStoreXPCListenerEndpoint (Connection interrupted) CoreData: XPC: Unable to create NSXPCConnection 2017-01-28 20:11:53.175093 iOS8Style-ImagePicker[624:266577] CoreData: XPC: sendMessage: failed #1 2017-01-28 20:12:12.091753 iOS8Style-ImagePicker[624:266577] [Common] _BSMachError: port a803; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND" 2017-01-28 20:12:12.092645 iOS8Style-ImagePicker[624:266577] [Common] _BSMachError: port a803; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND" 2017-01-28 20:12:55.102059 iOS8Style-ImagePicker[624:266577] -[JSImagePickerViewController setDefaults]: unrecognized selector sent to instance 0x1003054e0 2017-01-28 20:12:55.107367 iOS8Style-ImagePicker[624:266577] Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[JSImagePickerViewController setDefaults]: unrecognized selector sent to instance 0x1003054e0' First throw call stack: (0x1823c11b8 0x180df855c 0x1823c8268 0x1823c5270 0x1822be80c 0x1882abd30 0x1882abcb0 0x188296128 0x1882ab59c 0x1882ab0c4 0x1882a6328 0x188276da0 0x188a6075c 0x188a5a130 0x18236eb5c 0x18236e4a4 0x18236c0a4 0x18229a2b8 0x183d4e198 0x1882e17fc 0x1882dc534 0x1000f5d94 0x18127d5b8) libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)