Skip to content
New issue

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

Crashing again and again, And i am not able to find the solution for this.. #18

Closed
AnupamKatiyar opened this issue Sep 15, 2017 · 3 comments

Comments

@AnupamKatiyar
Copy link

AnupamKatiyar commented Sep 15, 2017

Please provide the solution asap. Thanks in advance

I am using it from Interface Builder

Simultaneous accesses to 0x108b34350, but modification requires exclusive access.
Previous access (a modification) started at ProFive`closure #1 in RNLoadingButton.awakeFromNib() + 656 (0x100848e70).
Current access (a read) started at:
0 libswiftCore.dylib 0x000000010170da38 swift_beginAccess + 468
1 ProFive 0x0000000100847b08 RNLoadingButton.titles.getter + 68
2 ProFive 0x000000010084aa74 RNLoadingButton.title(for:) + 36
3 ProFive 0x000000010084aae0 @objc RNLoadingButton.title(for:) + 60
4 UIKit 0x000000018ab42ed0 + 152
5 UIKit 0x000000018ab45898 + 56
6 UIKit 0x000000018b520204 + 188
7 UIKit 0x000000018b520398 + 1008
8 UIKit 0x000000018b520398 + 712
9 UIKit 0x000000018b520398 + 712
10 Foundation 0x0000000181ff14f4 + 168
11 UIKit 0x000000018b520ec4 + 92
12 UIKit 0x000000018b51fa98 + 116
13 UIKit 0x000000018b520a94 + 168
14 UIKit 0x000000018b5219bc + 428
15 UIKit 0x000000018aa69834 + 892
16 UIKit 0x000000018aacef84 + 100
17 ProFive 0x000000010084ad3c RNLoadingButton.configureControl(for:) + 2972
18 ProFive 0x000000010084d8c4 RNLoadingButton.store(:in:for:) + 720
19 ProFive 0x0000000100848be0 closure #1 in RNLoadingButton.awakeFromNib() + 700
20 ProFive 0x0000000100849024 thunk for @callee_owned (@unowned UIControlState) -> (@error @owned Error) + 36
21 ProFive 0x000000010084c0f4 partial apply for thunk for @callee_owned (@unowned UIControlState) -> (@error @owned Error) + 96
22 libswiftCore.dylib 0x0000000101623a78 specialized Collection.map
(:) + 3168
23 libswiftCore.dylib 0x000000010143c6ec Collection.map(:) + 24
24 ProFive 0x00000001008489dc RNLoadingButton.awakeFromNib() + 440
25 ProFive 0x00000001008490a0 @objc RNLoadingButton.awakeFromNib() + 40
26 UIKit 0x000000018afcbfac + 2136
27 UIKit 0x000000018adbc6c8 + 372
28 UIKit 0x000000018ab766cc + 176
29 UIKit 0x000000018aa5755c + 184
30 UIKit 0x000000018aa57528 + 28
31 UIKit 0x000000018b5c0520 + 92
32 UIKit 0x000000018ad98354 + 140
33 UIKit 0x000000018adc596c + 2676
34 UIKit 0x000000018adc9298 + 104
35 UIKit 0x000000018adc9624 + 528
36 UIKit 0x000000018adc9194 + 188
37 UIKit 0x000000018ab371e8 + 160
38 ProFive 0x000000010088bb24 closure #2 in UserProfileVC.settingsButtonAction(
:) + 484
39 ProFive 0x000000010088b9a0 thunk for @callee_owned (@owned UIAlertAction) -> () + 72
40 UIKit 0x000000018af471e8 + 108
41 UIKit 0x000000018af47c30 + 28
42 UIKit 0x000000018ad98b38 + 1320
43 UIKit 0x000000018ad9c994 + 188
44 UIKit 0x000000018ab6a680 + 116
45 UIKit 0x000000018aa8f7e0 + 764
46 UIKit 0x000000018aa8f334 + 312
47 UIKit 0x000000018aa8f050 + 296
48 UIKit 0x000000018aa8f050 + 456
49 QuartzCore 0x0000000185696864 + 284
50 libdispatch.dylib 0x0000000101f8144c _dispatch_client_callout + 16
51 libdispatch.dylib 0x0000000101f85ba8 _dispatch_main_queue_callback_4CF + 1192
52 CoreFoundation 0x000000018166bf14 + 12
53 CoreFoundation 0x0000000181669320 + 2012
54 CoreFoundation 0x000000018158a124 CFRunLoopRunSpecific + 436
55 GraphicsServices 0x000000018340ff20 GSEventRunModal + 100
56 UIKit 0x000000018aabb510 UIApplicationMain + 208
57 ProFive 0x000000010099e344 main + 76
58 libdyld.dylib 0x00000001810ae568 + 4

@souzainf3
Copy link
Owner

@AnupamKatiyar This is um open source project. You is free to modifier it.
I will stay happy with an pull request fixing it.
Before, see your code if you have any uncorrect link with you Storyboard or XIB. Revise your code and see has an incorrect modifiers for object.
More details of the error would help.

  1. Whats version of the Xcode
  2. If the sample project of this repository have the same problem
  3. Creating other project of test the project happens.

@AnupamKatiyar
Copy link
Author

@souzainf3, Thanks for your response, I am using Xcode 9 GM Seed, and Swift 4, Same Issue is coming while setting up a new Xcode Project. Also your source code returning lots of layout engine crashes.

souzainf3 added a commit that referenced this issue Oct 17, 2017
@souzainf3
Copy link
Owner

Fixed on version 5.0.0. Thanks @AnupamKatiyar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants