Search results for

“codesign”

3,223 results found

Post

Replies

Boosts

Views

Activity

Failed to codesign since macOS Sonoma
Hi, after many hours looking for a solution I hope to find one here :) I am creating an ios application using flutter. Since updating my macbook to MacOs Sonoma it is impossible for me to launch an archive of the application on Xcode (the error below is displayed). By searching I thought I understood that it could come from Icloud but even if I put my App in the Application folder, I got this error. I can launch my application on Simulator but not on a physical phone either. error: Target release_unpack_ios failed: Exception: Failed to codesign /Users/etiennemary/Library/Developer/Xcode/DerivedData/Runner-hcgaysxersoeaugykishvsewlgps/Build/Intermediates.noindex/ArchiveIntermediates/Runner/BuildProductsPath/Release-iphoneos/Flutter.framework/Flutter with identity ...... /Users/etiennemary/Library/Developer/Xcode/DerivedData/Runner-hcgaysxersoeaugykishvsewlgps/Build/Intermediates.noindex/ArchiveIntermediates/Runner/BuildProductsPath/Release-iphoneos/Flutter.framework/Flutter: replacing existing signatu
1
0
3.1k
Dec ’23
codesign of framework becomes invalid after reboot!
Hi,We have a weird problem after upgrading to Yosamite:We use a 3rd party framework and codesign it on copying in Build Phases.When we run the application (which is LSUIElement - agent application) sometimes after reboot it crashes with the following crash report:Exception Type: EXC_BREAKPOINT (SIGTRAP)Exception Codes: 0x0000000000000002, 0x0000000000000000Application Specific Information:dyld: launch, loading dependent librariesDyld Error Message: Library not loaded: @executable_path/../Frameworks/TspSdk.framework/Versions/A/TspSdk Referenced from: /Users/USER/Desktop/Test1.app/Contents/MacOS/Test Reason: no suitable image found. Did find: /Users/myuser/Desktop/Test1.app/Contents/MacOS/../Frameworks/TspSdk.framework/Versions/A/TspSdk: code signature invalid for '/Users/myuser/Desktop/Test1.app/Contents/MacOS/../Frameworks/TspSdk.framework/Versions/A/TspSdk' /Users/myuser/Desktop/Test1.app/Contents/MacOS/../Frameworks/TspSdk.framework/Versions/A/TspSdk: code signature invalid for '/Users/myuser/Deskt
1
0
696
Aug ’15
[Codesign] Bootstrapping failed with error ?
Hello,I'm trying to recodesign an ipa with another certificate and provisioning profile, that do not belong to my company, for a publishing agreement.However, I am getting a weird error. The codesign does not yield any error, nor do I fail to install the application. However, when I launch the game, it crashes before it even reaches the app's code, with a SIGKILL - CODESIGNING error.Incident Identifier: 08929527-6EA1-4251-AC3F-5196A84D0D30 CrashReporter Key:   dc1fedcdb9509dda3f9256c21eb7fcef6f87724b Hardware Model:      iPhone7,1 Process:             MCVS [5156] Path:                /private/var/containers/Bundle/Application/9AF071CF-9545-4C3E-8561-68C57FB8AFB6/MCVS-original.app/MCVS Identifier:          com.kayac.mcvs Version:             1.3.2 (1.3.2) Code Type:           ARM-64 (Native) Role:                Foreground Parent Process:      launchd [1] Coalition:           com.kayac.mcvs [5925] Date/Time:           2017-11-10 10:08:41.7246 -0500 Launch Time:         2017-11-10 10:08:41.713
1
0
3.4k
Nov ’17
CodeSign fails on second and subsequent builds
My first clean build works fine and my entire project builds successfully and is signed for local debugging. If I make a change and run again, the build fails with error Command CodeSign failed with a nonzero exit code. Expanding to get the full error: the codesign_allocate helper tool cannot be found or used. I found a link that described that some things can happen to code after it is signed (like stripping) that invalidate the signature after it has been created. However, I cannot find any setting that seems to affect this. My project was migrated from an old version of Xcode running on an 2012 MacBook Pro (OS-X 10.10), and many settings in the project are out of date or invalid, and I'm guessing there is some setting that I can change to avoid whatever may be causing this, but I have absolutely no idea which setting it may be, and I cannot find any documentation on this particular error, or any indication why the error message is so useless or cryptic, and wonder how any build system could possib
1
0
908
Mar ’21
Codesign wants to access key "Apple Development"
I'm tring to publish a new version of my app and now I'm stuck. I get this popup and no mater what I do Is just not working. Codesign wants to access key Apple Development: <my name here > in your keychain I'm inputing the correct password but its not working. Things that I tried. reset mac password for my user reset keychain password reauthenticate xCode so it has xCode managed certificates valid Why is this happening. ? Now I'm stuck and can not update my app.
0
0
1.7k
Apr ’22
Command CodeSign failed with a nonzero exit code - errSecInternalComponent
When i am installing app from xcode to my iphone 11 i am getting Command CodeSign failed with a nonzero exit code - errSecInternalComponent error /Users/ayush/Library/Developer/Xcode/DerivedData/myapp-fjsmpqrorvqddhbcightqnzsrbcj/Build/Products/Debug-iphoneos/myapp.app: errSecInternalComponent Can anyone help me on this? xcode version is 13.1 mac version is mcOS Big Sur 11.3.1
1
0
562
Nov ’21
OS X Server Continious Intergration Error CodeSign
HiIm trying to set up Continious Integration with Xcode 7.0 ,OS X Server 4.1 and Yosemiti 10.10.4I keep getting ERROR codeSigning error: code signing is required for product type Application in SDK 9.0Ive revoked the last provisioning profile and made a new oneApplication builds succesfully on devices and simulatorBut still getting this error when I do an intergrationfor testsCan any one point me to a solutionWill be massively appreciated- Ray
3
0
798
Jun ’15
Xcode 8 Sierra Codesigning is a Disaster
We have a Mac app in the app store. Upgrading to XCode 8 and Sierra has been a complete disaster. Couldn't get it to codesign. Tried some suggested remedies and apparently trashed our keychain. Automatic does absolutely nothing. Also found that Reset = Revoke, not Reload -- How about some consistent nomenclature? Apple certificates web site shows nothing about Revoke, although we did get an email.Instructions in Documentation are archaic and have no relevance to current screens.I never understood any of this stuff anyway, even though it worked in the past. Now I'm really lost. Surely, there has to be a better way.The operation couldn’t be completed. Unable to log in with account 'XXXXXXXX'. The login details for account 'XXXXXXXX' were rejected.No signing certificate Mac Development found: No Mac Development signing certificate matching team ID XXXXXXX with a private key was found.(XXXXXXX substituted here)
6
0
6.2k
Sep ’16
C# .NET CLI Application: Is codesign enough or should I notarize too?
I do not own apple products at all, nor do I typically develop on Apple platforms. I have an open source CLI application that I distribute to Windows, Linux, and OSX. The distribution itself is just a single, self-contained executable. I noticed that OSX users were getting crashes / untrusted modals when they try to run my application, which they download from a release page on Github. Looking into this, it seemed like running codesign is the answer. At first blush it looked like this required the $99 apple developer membership. I read that there are free ways to get developer ID certificates but I was not able to find any instruction on how to obtain those, and I did not see an option to create certificates at developer.apple.com until I paid for a membership. In my Github Workflow which builds my application, I also run codesign using the cert I got from the apple developer cert page. I had a user with MacOS v12 run my program and it worked fine on the CLI without any further steps needed.
2
0
1.9k
Dec ’22
xcode 7.3 codesign crashes consistently
Hey guys,I stumbled on a weird problem in my CI machine and I'm not sure how to debug it - when I try to `codesign` my iOS app the command crashes (but returns status code 0), later when trying to view the code signature using `codesign -d -vv <path_to_.app>` the command crashes as well.The problem exists in our CI machine which uses fastlane to build and export App Store IPA file, the command that crashes during the build process is -/usr/bin/codesign --force --sign <signatureid> --entitlements /Users/billguard/Library/Developer/Xcode/DerivedData/BillGuard-dmgbviswkecvtmaanmmdqmvnjqlc/Build/Intermediates/ArchiveIntermediates/Prosper Production/IntermediateBuildFilesPath/BillGuard.build/Release-iphoneos/Prosper Daily.build/Prosper Daily.app.xcent --timestamp=none /Users/billguard/Library/Developer/Xcode/DerivedData/BillGuard-dmgbviswkecvtmaanmmdqmvnjqlc/Build/Intermediates/ArchiveIntermediates/Prosper Production/InstallationBuildProductsLocation/Applications/Prosper Dail
1
0
879
Apr ’16
Xcode 13.1, Command CodeSign failed with a nonzero exit code
I have suddenly started getting this message and don't know how to resolve it as I am new to Xcode and Swift. It 'might' be related to me adding a png file as an App icon - I have removed this but the problem remains. CodeSign /Users/user_name/Library/Developer/Xcode/DerivedData/USMMdecoder-fvsukxgrkprshhgobtpazqhwcyxm/Build/Products/Debug/USMMdecoder.app (in target 'USMMdecoder' from project 'USMMdecoder') cd /Users/user_name/Temp/USMMdecoder export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate Signing Identity: Apple Development: peter at xxxxx.xxx (N4B2PUK5K5) /usr/bin/codesign --force --sign 773B32FF45F759E4951F011400FDFC9063693882 -o runtime --entitlements /Users/user_name/Library/Developer/Xcode/DerivedData/USMMdecoder-fvsukxgrkprshhgobtpazqhwcyxm/Build/Intermediates.noindex/USMMdecoder.build/Debug/USMMdecoder.build/USMMdecoder.app.xcent --timestamp=none --generate-entitlement-der /Users/user_name/Library/Deve
0
0
784
Nov ’21
Cycle in Codesign for iOS app
Just started having a problem with this after adding iOS to my target. Nothing I've tried will make it work.XCode and my OS are all up to dateShowing Recent Messages:-1: Cycle inside Visual METAR iOS; building could produce unreliable results.Cycle details:→ Target 'Visual METAR iOS': CodeSign /Users/ek/Library/Developer/Xcode/DerivedData/Visual_METAR-fkbbnvprhceksseawaafmzernmpv/Build/Products/Debug-iphoneos/Visual METAR iOS.app○ Target 'Visual METAR iOS' has copy command from '/Users/ek/Library/Developer/Xcode/DerivedData/Visual_METAR-fkbbnvprhceksseawaafmzernmpv/Build/Products/Debug-iphoneos/Visual METAR iOS.app' to '/Users/ek/Library/Developer/Xcode/DerivedData/Visual_METAR-fkbbnvprhceksseawaafmzernmpv/Build/Products/Debug-iphoneos/Visual METAR iOS.app/Visual METAR iOS.app' error: '/Users/ek/Desktop/Projects/Visual METAR/DerivedData/Visual METAR/Build/Products/Debug-iphoneos/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.a
5
0
4.5k
Feb ’19
Codesign using Developer ID Application certificate
Hi,we are developing a C++ application, compiled with clang. We need to sign it, so user's machine won't complain about unknown developer.The problem is, that the certificate, that I downloaded here from the Certificates page, do not contain a private key. Therefore codesign would say no identity found, and he's right.Before getting here, we tried singing using Thawte certificate supposed to be good for signing of mac application. The signing process itself worked, but the certificate itself was not recognized by the guard application. I found out, it's because of some other certificate authorities, and that zoner wasn't probably right, that this certificate oculd be used for this purpose...So I downloaded Developer ID Application certificate from the Member Center, hoping this would be better.My suprise was, that it is not even as good as it was with the thawte one..The difference there is between the Developer ID Application cert and the thawte one (technicaly speaking) is the lack of private key i
1
0
3.5k
Dec ’15
Failed to codesign since macOS Sonoma
Hi, after many hours looking for a solution I hope to find one here :) I am creating an ios application using flutter. Since updating my macbook to MacOs Sonoma it is impossible for me to launch an archive of the application on Xcode (the error below is displayed). By searching I thought I understood that it could come from Icloud but even if I put my App in the Application folder, I got this error. I can launch my application on Simulator but not on a physical phone either. error: Target release_unpack_ios failed: Exception: Failed to codesign /Users/etiennemary/Library/Developer/Xcode/DerivedData/Runner-hcgaysxersoeaugykishvsewlgps/Build/Intermediates.noindex/ArchiveIntermediates/Runner/BuildProductsPath/Release-iphoneos/Flutter.framework/Flutter with identity ...... /Users/etiennemary/Library/Developer/Xcode/DerivedData/Runner-hcgaysxersoeaugykishvsewlgps/Build/Intermediates.noindex/ArchiveIntermediates/Runner/BuildProductsPath/Release-iphoneos/Flutter.framework/Flutter: replacing existing signatu
Replies
1
Boosts
0
Views
3.1k
Activity
Dec ’23
codesign of framework becomes invalid after reboot!
Hi,We have a weird problem after upgrading to Yosamite:We use a 3rd party framework and codesign it on copying in Build Phases.When we run the application (which is LSUIElement - agent application) sometimes after reboot it crashes with the following crash report:Exception Type: EXC_BREAKPOINT (SIGTRAP)Exception Codes: 0x0000000000000002, 0x0000000000000000Application Specific Information:dyld: launch, loading dependent librariesDyld Error Message: Library not loaded: @executable_path/../Frameworks/TspSdk.framework/Versions/A/TspSdk Referenced from: /Users/USER/Desktop/Test1.app/Contents/MacOS/Test Reason: no suitable image found. Did find: /Users/myuser/Desktop/Test1.app/Contents/MacOS/../Frameworks/TspSdk.framework/Versions/A/TspSdk: code signature invalid for '/Users/myuser/Desktop/Test1.app/Contents/MacOS/../Frameworks/TspSdk.framework/Versions/A/TspSdk' /Users/myuser/Desktop/Test1.app/Contents/MacOS/../Frameworks/TspSdk.framework/Versions/A/TspSdk: code signature invalid for '/Users/myuser/Deskt
Replies
1
Boosts
0
Views
696
Activity
Aug ’15
[Codesign] Bootstrapping failed with error ?
Hello,I'm trying to recodesign an ipa with another certificate and provisioning profile, that do not belong to my company, for a publishing agreement.However, I am getting a weird error. The codesign does not yield any error, nor do I fail to install the application. However, when I launch the game, it crashes before it even reaches the app's code, with a SIGKILL - CODESIGNING error.Incident Identifier: 08929527-6EA1-4251-AC3F-5196A84D0D30 CrashReporter Key:   dc1fedcdb9509dda3f9256c21eb7fcef6f87724b Hardware Model:      iPhone7,1 Process:             MCVS [5156] Path:                /private/var/containers/Bundle/Application/9AF071CF-9545-4C3E-8561-68C57FB8AFB6/MCVS-original.app/MCVS Identifier:          com.kayac.mcvs Version:             1.3.2 (1.3.2) Code Type:           ARM-64 (Native) Role:                Foreground Parent Process:      launchd [1] Coalition:           com.kayac.mcvs [5925] Date/Time:           2017-11-10 10:08:41.7246 -0500 Launch Time:         2017-11-10 10:08:41.713
Replies
1
Boosts
0
Views
3.4k
Activity
Nov ’17
Xcode 11, Command CodeSign failed with a nonzero exit code
Ever since updating (against my will) to Xcode 11, I'm getting this error when I try to build my project:Command CodeSign failed with a nonzero exit codeI've tried cleaning my project, resetting my login keychain, and restarting my computer, but I still get this error... what to do?xcode
Replies
26
Boosts
0
Views
62k
Activity
Oct ’19
CodeSign fails on second and subsequent builds
My first clean build works fine and my entire project builds successfully and is signed for local debugging. If I make a change and run again, the build fails with error Command CodeSign failed with a nonzero exit code. Expanding to get the full error: the codesign_allocate helper tool cannot be found or used. I found a link that described that some things can happen to code after it is signed (like stripping) that invalidate the signature after it has been created. However, I cannot find any setting that seems to affect this. My project was migrated from an old version of Xcode running on an 2012 MacBook Pro (OS-X 10.10), and many settings in the project are out of date or invalid, and I'm guessing there is some setting that I can change to avoid whatever may be causing this, but I have absolutely no idea which setting it may be, and I cannot find any documentation on this particular error, or any indication why the error message is so useless or cryptic, and wonder how any build system could possib
Replies
1
Boosts
0
Views
908
Activity
Mar ’21
Codesign wants to access key "Apple Development"
I'm tring to publish a new version of my app and now I'm stuck. I get this popup and no mater what I do Is just not working. Codesign wants to access key Apple Development: <my name here > in your keychain I'm inputing the correct password but its not working. Things that I tried. reset mac password for my user reset keychain password reauthenticate xCode so it has xCode managed certificates valid Why is this happening. ? Now I'm stuck and can not update my app.
Replies
0
Boosts
0
Views
1.7k
Activity
Apr ’22
Command CodeSign failed with a nonzero exit code - errSecInternalComponent
When i am installing app from xcode to my iphone 11 i am getting Command CodeSign failed with a nonzero exit code - errSecInternalComponent error /Users/ayush/Library/Developer/Xcode/DerivedData/myapp-fjsmpqrorvqddhbcightqnzsrbcj/Build/Products/Debug-iphoneos/myapp.app: errSecInternalComponent Can anyone help me on this? xcode version is 13.1 mac version is mcOS Big Sur 11.3.1
Replies
1
Boosts
0
Views
562
Activity
Nov ’21
OS X Server Continious Intergration Error CodeSign
HiIm trying to set up Continious Integration with Xcode 7.0 ,OS X Server 4.1 and Yosemiti 10.10.4I keep getting ERROR codeSigning error: code signing is required for product type Application in SDK 9.0Ive revoked the last provisioning profile and made a new oneApplication builds succesfully on devices and simulatorBut still getting this error when I do an intergrationfor testsCan any one point me to a solutionWill be massively appreciated- Ray
Replies
3
Boosts
0
Views
798
Activity
Jun ’15
Xcode 8 Sierra Codesigning is a Disaster
We have a Mac app in the app store. Upgrading to XCode 8 and Sierra has been a complete disaster. Couldn't get it to codesign. Tried some suggested remedies and apparently trashed our keychain. Automatic does absolutely nothing. Also found that Reset = Revoke, not Reload -- How about some consistent nomenclature? Apple certificates web site shows nothing about Revoke, although we did get an email.Instructions in Documentation are archaic and have no relevance to current screens.I never understood any of this stuff anyway, even though it worked in the past. Now I'm really lost. Surely, there has to be a better way.The operation couldn’t be completed. Unable to log in with account 'XXXXXXXX'. The login details for account 'XXXXXXXX' were rejected.No signing certificate Mac Development found: No Mac Development signing certificate matching team ID XXXXXXX with a private key was found.(XXXXXXX substituted here)
Replies
6
Boosts
0
Views
6.2k
Activity
Sep ’16
C# .NET CLI Application: Is codesign enough or should I notarize too?
I do not own apple products at all, nor do I typically develop on Apple platforms. I have an open source CLI application that I distribute to Windows, Linux, and OSX. The distribution itself is just a single, self-contained executable. I noticed that OSX users were getting crashes / untrusted modals when they try to run my application, which they download from a release page on Github. Looking into this, it seemed like running codesign is the answer. At first blush it looked like this required the $99 apple developer membership. I read that there are free ways to get developer ID certificates but I was not able to find any instruction on how to obtain those, and I did not see an option to create certificates at developer.apple.com until I paid for a membership. In my Github Workflow which builds my application, I also run codesign using the cert I got from the apple developer cert page. I had a user with MacOS v12 run my program and it worked fine on the CLI without any further steps needed.
Replies
2
Boosts
0
Views
1.9k
Activity
Dec ’22
xcode 7.3 codesign crashes consistently
Hey guys,I stumbled on a weird problem in my CI machine and I'm not sure how to debug it - when I try to `codesign` my iOS app the command crashes (but returns status code 0), later when trying to view the code signature using `codesign -d -vv <path_to_.app>` the command crashes as well.The problem exists in our CI machine which uses fastlane to build and export App Store IPA file, the command that crashes during the build process is -/usr/bin/codesign --force --sign <signatureid> --entitlements /Users/billguard/Library/Developer/Xcode/DerivedData/BillGuard-dmgbviswkecvtmaanmmdqmvnjqlc/Build/Intermediates/ArchiveIntermediates/Prosper Production/IntermediateBuildFilesPath/BillGuard.build/Release-iphoneos/Prosper Daily.build/Prosper Daily.app.xcent --timestamp=none /Users/billguard/Library/Developer/Xcode/DerivedData/BillGuard-dmgbviswkecvtmaanmmdqmvnjqlc/Build/Intermediates/ArchiveIntermediates/Prosper Production/InstallationBuildProductsLocation/Applications/Prosper Dail
Replies
1
Boosts
0
Views
879
Activity
Apr ’16
Xcode 13.1, Command CodeSign failed with a nonzero exit code
I have suddenly started getting this message and don't know how to resolve it as I am new to Xcode and Swift. It 'might' be related to me adding a png file as an App icon - I have removed this but the problem remains. CodeSign /Users/user_name/Library/Developer/Xcode/DerivedData/USMMdecoder-fvsukxgrkprshhgobtpazqhwcyxm/Build/Products/Debug/USMMdecoder.app (in target 'USMMdecoder' from project 'USMMdecoder') cd /Users/user_name/Temp/USMMdecoder export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate Signing Identity: Apple Development: peter at xxxxx.xxx (N4B2PUK5K5) /usr/bin/codesign --force --sign 773B32FF45F759E4951F011400FDFC9063693882 -o runtime --entitlements /Users/user_name/Library/Developer/Xcode/DerivedData/USMMdecoder-fvsukxgrkprshhgobtpazqhwcyxm/Build/Intermediates.noindex/USMMdecoder.build/Debug/USMMdecoder.build/USMMdecoder.app.xcent --timestamp=none --generate-entitlement-der /Users/user_name/Library/Deve
Replies
0
Boosts
0
Views
784
Activity
Nov ’21
Bash codesigning extract Mac Developer ID Installer
I use the security find-identity -p codesigning command line to extract the Developer ID Application for bash automated code signing on systems run by different developers.Is there a policy or argument to extract the valid Develoepr ID Installer in a similar way?I have found no docs on this.
Replies
0
Boosts
0
Views
804
Activity
Aug ’19
Cycle in Codesign for iOS app
Just started having a problem with this after adding iOS to my target. Nothing I've tried will make it work.XCode and my OS are all up to dateShowing Recent Messages:-1: Cycle inside Visual METAR iOS; building could produce unreliable results.Cycle details:→ Target 'Visual METAR iOS': CodeSign /Users/ek/Library/Developer/Xcode/DerivedData/Visual_METAR-fkbbnvprhceksseawaafmzernmpv/Build/Products/Debug-iphoneos/Visual METAR iOS.app○ Target 'Visual METAR iOS' has copy command from '/Users/ek/Library/Developer/Xcode/DerivedData/Visual_METAR-fkbbnvprhceksseawaafmzernmpv/Build/Products/Debug-iphoneos/Visual METAR iOS.app' to '/Users/ek/Library/Developer/Xcode/DerivedData/Visual_METAR-fkbbnvprhceksseawaafmzernmpv/Build/Products/Debug-iphoneos/Visual METAR iOS.app/Visual METAR iOS.app' error: '/Users/ek/Desktop/Projects/Visual METAR/DerivedData/Visual METAR/Build/Products/Debug-iphoneos/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.a
Replies
5
Boosts
0
Views
4.5k
Activity
Feb ’19
Codesign using Developer ID Application certificate
Hi,we are developing a C++ application, compiled with clang. We need to sign it, so user's machine won't complain about unknown developer.The problem is, that the certificate, that I downloaded here from the Certificates page, do not contain a private key. Therefore codesign would say no identity found, and he's right.Before getting here, we tried singing using Thawte certificate supposed to be good for signing of mac application. The signing process itself worked, but the certificate itself was not recognized by the guard application. I found out, it's because of some other certificate authorities, and that zoner wasn't probably right, that this certificate oculd be used for this purpose...So I downloaded Developer ID Application certificate from the Member Center, hoping this would be better.My suprise was, that it is not even as good as it was with the thawte one..The difference there is between the Developer ID Application cert and the thawte one (technicaly speaking) is the lack of private key i
Replies
1
Boosts
0
Views
3.5k
Activity
Dec ’15