skywinder / ActionSheetPicker-3.0

Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
http://skywinder.github.io/ActionSheetPicker-3.0
BSD 3-Clause "New" or "Revised" License
3.4k stars 740 forks source link

unknown error -1=ffffffffffffffff Command /bin/sh failed with exit code 1 #369

Closed Oren-Edrich closed 6 years ago

Oren-Edrich commented 6 years ago

I am trying to Archive my project however, I keep receiving this error: unknown error -1=ffffffffffffffff Command /bin/sh failed with exit code 1

My project will run completely fine on a simulator or on my phone, but it will not build, test, or archive. I have attached a screen shot of the error I have. Any help is greatly appreciated.

screen shot 2017-11-04 at 11 28 47 pm
martinpfannemueller commented 6 years ago

How did you fix the problem? I get exactly the same error message.

Oren-Edrich commented 6 years ago

It was a target issue. Find all of the ActionSheet files and make sure their targets are set for the app and the tests.

martinpfannemueller commented 6 years ago

I had basically the same problem. Thanks for sharing!