R.objc icon indicating copy to clipboard operation
R.objc copied to clipboard

Command /bin/sh failed with exit code 134

Open marekpridal opened this issue 7 years ago • 0 comments

Hi, I have followed Getting started, but on build I got this error

2018-04-18 13:34:00.371 Robjc[37050:647888] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSRegularExpression enumerateMatchesInString:options:range:usingBlock:]: Range or index out of bounds'
*** First throw call stack:
(
	0   CoreFoundation                      0x00007fff2c58a32b __exceptionPreprocess + 171
	1   libobjc.A.dylib                     0x00007fff53c04c76 objc_exception_throw + 48
	2   CoreFoundation                      0x00007fff2c61bdcd +[NSException raise:format:] + 205
	3   Foundation                          0x00007fff2e5f8e1b -[NSRegularExpression(NSMatching) enumerateMatchesInString:options:range:usingBlock:] + 347
	4   Foundation                          0x00007fff2e613c04 -[NSRegularExpression(NSMatching) numberOfMatchesInString:options:range:] + 125
	5   Robjc                               0x0000000101916e52 Robjc + 11858
	6   Robjc                               0x0000000101929aa6 Robjc + 88742
	7   Robjc                               0x00000001019284e5 Robjc + 83173
	8   Robjc                               0x0000000101922521 Robjc + 58657
	9   Robjc                               0x0000000101915b0e Robjc + 6926
	10  libdyld.dylib                       0x00007fff5481e015 start + 1
	11  ???                                 0x0000000000000003 0x0 + 3
)
libc++abi.dylib: terminating with uncaught exception of type NSException
/Users/marekpridal/Library/Developer/Xcode/DerivedData/mb-ios-ejcbihhrrggkljeolforsrbhzngg/Build/Intermediates.noindex/mb-ios.build/Debug_DEV-iphonesimulator/mb-ios.build/Script-DF1AA51620876282009865E3.sh: line 2: 37050 Abort trap: 6           "$PODS_ROOT/R.objc/Robjc" -p "$SRCROOT"
Command /bin/sh failed with exit code 134

marekpridal avatar Apr 18 '18 11:04 marekpridal