SwiftShield error when try to obfuscate code - ios

I am trying to obfuscate my project using SwiftShield, but i am getting below error even if i try on SwiftShield demo project.
error response (Request Failed): error: unknown argument:
'-use-frontend-parseable-output' Error: Error
Domain=com.rockbruno.swiftshield Code=0 "error response (Request
Failed): error: unknown argument: '-use-frontend-parseable-output'"
UserInfo={NSLocalizedDescription=error response (Request Failed):
error: unknown argument: '-use-frontend-parseable-output'} make: ***
[swiftshield] Error 1
Please helps me how to resolve it, i am wondering that it is very popular library even if no any tutorial or any more answers found on google about it.
Thanks.

Related

ImagePicker: Error returned from daemon: Error Domain=com.apple.accounts Code=7 "(null)"

I'm new to this but, I'm getting this error at the Image Picker and I'm stuck:
Error returned from daemon: Error Domain=com.apple.accounts Code=7 "(null)"
PHPhotoLibrary.requestAuthorization gives me "authorized", so it seems no permission problem and I have the asset .Album being returned, but I can't load the images...

Error: Error while compiling statement: FAILED: SemanticException Error when getting current notification event ID (state=42000,code=40000)

I am exporting a hive table to hdfs using beeline,I am getting error as
Error: Error while compiling statement:
FAILED: SemanticException Error when getting current notification event ID (state=42000,code=40000)"

Error Domain=NSURLErrorDomain Code=-1003 : A server with the specified hostname could not be found error

I have an app where I am calling one web service which works fine for the first time but for second time didFailWithError gets called with error
"A server with the specified hostname could not be found."
And also a weird error like
dnssd_clientstub deliver_request: socketpair failed 24 (Too many open files). nw_resolver_create_dns_service_on_queue DNSServiceGetAddrInfo failed: Unknown(-65537)
I don't think it is a network issue. How can I fix it?

Parse Returns Unauthorized Error

I downloaded the Parse starter project for Swift, filled out the Parse.setApplicationId() method so it contained the App Id and the Master Key to the app I deployed through heroku, and when I ran it, I got the following errors:
2016-06-01 18:19:02.063 ParseStarterProject[66355:25475020] [Error]: unauthorized (Code: 100, Version: 1.7.5)
2016-06-01 18:19:02.064 ParseStarterProject[66355:25475023] [Error]: Failed to run command eventually with error: Error Domain=Parse Code=100 "unauthorized" UserInfo={code=100, originalError=Error Domain=NSURLErrorDomain Code=-1011 "(null)", temporary=0, error=unauthorized, NSLocalizedDescription=unauthorized}
You should use this code :
let configuration = ParseClientConfiguration {
$0.applicationId = kParseApplicationID
$0.clientKey = kParseClientKey
$0.server = kParseServerURL
$0.localDatastoreEnabled = true
}
Parse.initializeWithConfiguration(configuration)

DropBox ios SDK error: (403) Parameter not found: oauth_token

I use DropBox iOS SDK to synchronise update files of my application and load Metadata. I have an Error when i execute the project that is:
Error loading metadata: Error Domain=dropbox.com Code=403 "The
operation couldn’t be completed. (dropbox.com error 403.)"
UserInfo=0x8a845d0 {path=/, error=Parameter not found: oauth_token}
error making request to /1/metadata/sandbox - (403) Parameter not
found: oauth_token
How can i install and enable oauth extension ?

Resources