We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting below error.
2015-06-22 13:40:31.990 iphonesim_6[9194:88451] +[SimDeviceType supportedDeviceTypesByName]: unrecognized selector sent to class 0x108b7bd60 2015-06-22 13:40:31.990 iphonesim_6[9194:88451] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[SimDeviceType supportedDeviceTypesByName]: unrecognized selector sent to class 0x108b7bd60' *** First throw call stack: ( 0 CoreFoundation 0x00007fff9148203c exceptionPreprocess + 172 1 libobjc.A.dylib 0x00007fff8862776e objc_exception_throw + 43 2 CoreFoundation 0x00007fff91484fad +[NSObject(NSObject) doesNotRecognizeSelector:] + 205 3 CoreFoundation 0x00007fff913cae24 __forwarding + 1028 4 CoreFoundation 0x00007fff913ca998 _CF_forwarding_prep_0 + 120 5 iphonesim_6 0x000000010837666b iossim_main + 1323 6 iphonesim_6 0x0000000108378af3 -[iPhoneSimulator runWithArgc:argv:] + 35 7 iphonesim_6 0x000000010837868d main + 141 8 libdyld.dylib 0x00007fff951da5c9 start + 1 ) libc++abi.dylib: terminating with uncaught exception of type NSException Abort trap: 6
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
No branches or pull requests
I am getting below error.
2015-06-22 13:40:31.990 iphonesim_6[9194:88451] +[SimDeviceType supportedDeviceTypesByName]: unrecognized selector sent to class 0x108b7bd60
2015-06-22 13:40:31.990 iphonesim_6[9194:88451] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[SimDeviceType supportedDeviceTypesByName]: unrecognized selector sent to class 0x108b7bd60'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff9148203c exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff8862776e objc_exception_throw + 43
2 CoreFoundation 0x00007fff91484fad +[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00007fff913cae24 __forwarding + 1028
4 CoreFoundation 0x00007fff913ca998 _CF_forwarding_prep_0 + 120
5 iphonesim_6 0x000000010837666b iossim_main + 1323
6 iphonesim_6 0x0000000108378af3 -[iPhoneSimulator runWithArgc:argv:] + 35
7 iphonesim_6 0x000000010837868d main + 141
8 libdyld.dylib 0x00007fff951da5c9 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Abort trap: 6
The text was updated successfully, but these errors were encountered: